Facebook Post transcript API
Get the spoken-word transcript of any public Facebook video post by URL as normalized JSON.
Provider network
Providers ranked by traffic
Call it
Make your first request
import os, requests res = requests.post( "https://api.getanyapi.com/v1/run/facebook.post_transcript", headers={"Authorization": f"Bearer {os.environ['ANYAPI_KEY']}"}, json={ "url": "" }, ) print(res.json())
{
"data": {
"transcript": "example"
},
"found": true
}interface FacebookPostTranscriptResponse {
data: {
transcript: string;
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/facebook.post_transcript \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.facebook.com/reel/2166091230582141/"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "https://www.facebook.com/reel/2166091230582141/"The Facebook post or video URL. |
| Response | ||
| data | object | |
| data.transcript | string | |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $1.20 |
FAQ
About the Facebook Post transcript API
The AnyAPI Facebook Post transcript API returns Facebook post transcript data as normalized JSON from one POST call to /v1/run/facebook.post_transcript. Get the spoken-word transcript of any public Facebook video post by URL as normalized JSON. AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of Facebook post transcript calls through AnyAPI succeeded, with a median response time of 4.5 seconds across 3 measured calls.