Facebook API

6 endpoints for publicly available Facebook data — clean JSON in seconds, transparent credit costs, one API key across all five platforms. From $5/month.

/v1/facebook/transcript 15 credits / video

Transcript

Full transcript of a Facebook video with timestamped segments.

{
  "data": {
    "platform": "facebook",
    "entity_id": "1093831344793765",
    "language": "en",
    "source": "audio",
    "text": "Today I want to show you the three settings everyone ignores when they set this up for the first time...",
    "segments": [
      {
  …
Full docs & sample response →
/v1/facebook/summary 17 credits / video

Summary

Short AI summary of a Facebook video, built on its transcript.

{
  "data": {
    "platform": "facebook",
    "entity_id": "1093831344793765",
    "language": "en",
    "summary": "A quick tutorial covering three commonly missed configuration steps, with a before/after comparison and a call to check the pinned comment for the full guide."
  },
  "request_id": "req_01JZX4M8Q2TE9W"
}
Full docs & sample response →
/v1/facebook/stats 5 credits / post

Stats

Reactions, comments and shares for a Facebook post or video.

{
  "data": {
    "platform": "facebook",
    "entity_id": "1093831344793765",
    "url": "https://www.facebook.com/watch/?v=1093831344793765",
    "author": {
      "handle": "facebook",
      "name": "Example Creator"
    },
  …
Full docs & sample response →
/v1/facebook/comments 3 credits / comment

Comments

Paginated comments on a Facebook post; charged per comment returned.

{
  "data": [
    {
      "id": "c_9021",
      "text": "This fixed it for me, thank you",
      "author": {
        "handle": "dev.casey"
      },
      "likes": 412,
  …
Full docs & sample response →
/v1/facebook/page-stats 10 credits / page

Page Stats

Followers, likes and metadata for a Facebook page.

{
  "data": {
    "platform": "facebook",
    "handle": "facebook",
    "name": "Example Creator",
    "bio": "Tutorials and behind-the-scenes. New video every Tuesday.",
    "verified": true,
    "metrics": {
      "followers": 2450318,
  …
Full docs & sample response →
/v1/facebook/download 10 credits / video

Download

Resolves a downloadable media URL for a Facebook video (URL expires within 1h).

{
  "data": {
    "platform": "facebook",
    "entity_id": "1093831344793765",
    "media_url": "https://cdn.example/video/master.mp4?sig=...",
    "mime_type": "video/mp4",
    "expires_at": "2026-07-15T13:00:00Z",
    "warning": "media_url is short-lived (max 1h) — download promptly or re-request."
  },
  …
Full docs & sample response →

First Facebook call in under five minutes

100 free trial credits, no card. Paste a URL, get JSON back.

Get your free API key