Facebook Summary API

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

Credits 17 per video Input a public post URL (?url=) Caching Cached forever

Request

One GET request with your API key. Same shape on every platform — swap the path, keep the code.

curl "https://api.scrapersocial.com/v1/facebook/summary?url=https%3A%2F%2Fwww.facebook.com%2Fwatch%2F%3Fv%3D1093831344793765" \
  -H "Authorization: Bearer sk_live_..."

Response

Clean JSON in the standard envelope. Responses arrive in seconds; popular content in milliseconds.

{
  "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"
}

What it returns

Short AI summary of a Facebook video, built on its transcript. Takes a public post URL via ?url= and returns the { data, request_id } envelope . Each call costs 17 credits per video returned — check the X-Credits-Charged and X-Credits-Remaining response headers. Cached responses cost the same and set x-cache: hit; add fresh=true to bypass the cache.

Try the Facebook Summary endpoint free

100 trial credits on signup — no card, key on screen immediately.

Get your free API key