6 endpoints for publicly available Facebook data — clean JSON in seconds, transparent credit costs, one API key across all five platforms. From $5/month.
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 → 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 → 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 → 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 → 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 → 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 → 100 free trial credits, no card. Paste a URL, get JSON back.
Get your free API key