Facebook Transcripts Scraper avatar

Facebook Transcripts Scraper

Pricing

from $0.60 / 1,000 results

Go to Apify Store
Facebook Transcripts Scraper

Facebook Transcripts Scraper

Turn Facebook videos into clean, structured transcripts — fast, reliable, and ready for automation. This API extracts auto-generated speech-to-text transcripts from public Facebook videos, designed for developers, data teams, and AI agents that need spoken content in text form.

Pricing

from $0.60 / 1,000 results

Rating

0.0

(0)

Developer

APISmith

APISmith

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

🎙️ Facebook Transcripts Scraper API

Turn Facebook videos into clean, structured transcripts — fast, reliable, and ready for automation.
This API extracts auto-generated speech-to-text transcripts from public Facebook videos, designed for developers, data teams, and AI agents that need spoken content in text form.


📌 Overview

The Facebook Transcripts Scraper API allows you to submit a Facebook video URL and receive:

  • 📝 Full auto-generated transcript text
  • ⏱️ Timestamped transcript segments
  • 🎥 Direct video & audio URLs
  • 📊 Engagement and creator metadata

Built with a transcript-first mindset, this API is ideal for AI pipelines, content analysis, and large-scale audio-to-text workflows.

⚠️ Only public Facebook videos are supported.


🎁 What You Can Get From This API

For each Facebook video URL, the API returns:

  • Complete transcript text (auto speech-to-text)
  • Segmented transcript with timestamps
  • ✅ Video title & duration
  • ✅ Video and audio playback URLs
  • ✅ Engagement metrics (plays, reactions, comments)
  • ✅ Creator profile info
  • ✅ Per-request error handling (safe for batch jobs)

All outputs are delivered in structured JSON, optimized for machines and automation.


🧩 Typical Use Cases

💡 Perfect for workflows that care about what is being said:

  • 🤖 AI agents ingesting spoken content
  • 🧠 LLM-based summarization & semantic analysis
  • 🎧 Audio-to-text pipelines
  • 🔍 Content understanding & moderation
  • 📊 Social media research & insight extraction
  • 🔁 Batch transcription of Facebook videos

If your system needs text, not media, this API fits naturally.


💰 Cost of Usage

Simple, transparent, and designed for scale.

  • 💵 $1.00 / 1,000 results
  • 🎙️ Cost-effective audio-to-text (auto transcription)
  • 📦 Pay only for what you successfully process

Ideal for both experimentation and production-level AI workloads.


📥 Input Parameters

(1) Input Format

FieldTypeRequiredDescription
videoUrlstringYesPublic Facebook video URL

(2) Input Example

{
"videoUrl": "https://www.facebook.com/61567530334836/videos/1115932820735409/"
}

📤 Output Parameters

(1) Output Format Description

FieldTypeDescription
urlstringFacebook video URL
titlestringVideo title
videoUrlstringDirect video playback URL
audioUrlstringDirect audio playback URL
durationnumberVideo duration (seconds)
playCountnumberNumber of plays
commentCountnumberNumber of comments
reactionCountnumberNumber of reactions
nicknamestringCreator nickname
avatarUristringCreator avatar image URL
createTimenumberVideo creation timestamp
textstringFull transcript text
segmentsarrayTranscript segments with timestamps
errMsgstringError message (empty if success)
timestampstringAPI response timestamp (ISO format)

(2) Output Example

{
"url": "https://www.facebook.com/61567530334836/videos/1115932820735409/",
"title": "Q & A about sleeping",
"videoUrl": "https://video-iad3-1.xx.fbcdn.net/o1/v/t2/f2/m366/AQPwJW0ejq26Pqvi6FTGlTSXRjUZ7BTizCUKv63qXQgQm_B2VksLeLpTEkR6pK9VITfft0VEZBHZXEVEDnxiLWVQn4vQveAqs8HWRhc.mp4?_nc_cat=102&_nc_sid=9ca052&_nc_ht=video-iad3-1.xx.fbcdn.net&_nc_ohc=8cmWCdoyWKYQ7kNvwFnjIXW&efg=eyJ2ZW5jb2RlX3RhZyI6ImRhc2hfcjJhdjEtcjFnZW4ydnA5X3E5MCIsInZpZGVvX2lkIjoxMTE1OTMyODIwNzM1NDA5LCJvaWxfdXJsZ2VuX2FwcF9pZCI6MCwiY2xpZW50X25hbWUiOiJ1bmtub3duIiwieHB2X2Fzc2V0X2lkIjoxNDUzMzU1NjE5MDk5ODk3LCJhc3NldF9hZ2VfZGF5cyI6ODcsInZpX3VzZWNhc2VfaWQiOjEwMTIyLCJkdXJhdGlvbl9zIjo0MywiYml0cmF0ZSI6MTQ2MDAzNywidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&_nc_gid=mCjbr5eyHB-Q_vFe6ggd4Q&_nc_zt=28&oh=00_AfrsDpyNr26WmNXf7E6zRNBlg9LCWFOiHIcRiCoPBF4cuQ&oe=69667C7F",
"audioUrl": "https://video-iad3-2.xx.fbcdn.net/o1/v/t2/f2/m412/AQNIK1AuA7LxF3J5B3NWf848il4Q4ZGc2Xt_GN509xLss11av0TpkHI7eb-SR5ZfvhlktcVxCV7O-tropYgohVqYb7yoT6emOLTYsYw.mp4?_nc_cat=103&_nc_sid=9ca052&_nc_ht=video-iad3-2.xx.fbcdn.net&_nc_ohc=YoZ_H7O6IJwQ7kNvwHGZs4o&efg=eyJ2ZW5jb2RlX3RhZyI6ImRhc2hfbG5faGVhYWNfdmJyM19hdWRpbyIsInZpZGVvX2lkIjoxMTE1OTMyODIwNzM1NDA5LCJvaWxfdXJsZ2VuX2FwcF9pZCI6MCwiY2xpZW50X25hbWUiOiJ1bmtub3duIiwieHB2X2Fzc2V0X2lkIjoxNDUzMzU1NjE5MDk5ODk3LCJhc3NldF9hZ2VfZGF5cyI6ODcsInZpX3VzZWNhc2VfaWQiOjEwMTIyLCJkdXJhdGlvbl9zIjo0MywiYml0cmF0ZSI6NjU0NTAsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&_nc_gid=mCjbr5eyHB-Q_vFe6ggd4Q&_nc_zt=28&oh=00_AfqA9C4saMy53vd4W4SBYL7m5ypIgdB6HioO_KAsq6Grjg&oe=69667428",
"createTime": 1760410628,
"playCount": 1374261,
"commentCount": 502,
"reactionCount": 75332,
"nickname": "Dr. Shu",
"avatarUri": "https://scontent-iad3-1.xx.fbcdn.net/v/t39.30808-1/470138163_122118830888584344_7360706064429064787_n.jpg?stp=cp6_dst-jpg_s40x40_tt6&_nc_cat=108&ccb=1-7&_nc_sid=2d3e12&_nc_ohc=alHuP3EhAuwQ7kNvwFl8FUP&_nc_oc=AdlBo7k-cZ_CWCfY28MbnpIURuyFTL8oKeRec1Zi58x_-FklZX-JtRv9ezhIt4Xoizk&_nc_zt=24&_nc_ht=scontent-iad3-1.xx&_nc_gid=mCjbr5eyHB-Q_vFe6ggd4Q&oh=00_Afqb87BlcUVxN3seMIz_3of4T7qTZDKwRWjI6yRiXjelqg&oe=69666F25",
"duration": 43.5,
"text": "Hello, Dr. What's your name? Your name is Yehdae. My name is Yehdae, so I've got a chance for you to listen to which is murdered in the country because of your income. And you get started with me. My name is Yehdae, and I'm here to do the work in you. My name is Yehdae, because of my life and I'm not yet here. So this is my name. I know you're good. We're good. No, she's good. So how are you, how are you going to start with your first question? You're going to ask me to ask what you are going to say? Why are you going to ask me to ask you to answer your question? I'm going to tell you a few questions, but I can't ask you to answer your question.",
"segments": [
{
"start": 0,
"end": 0.68,
"text": " Hello, Dr."
},
{
"start": 2.28,
"end": 2.98,
"text": " What's your name?"
},
{
"start": 3.3,
"end": 4.22,
"text": " Your name is Yehdae."
},
...
],
"errMsg": "",
"timestamp": "2026-01-09T07:32:28.253Z"
}

⭐ Why This API Is Different

🚀 Built specifically for transcript extraction

  • 🧠 AI-first design
    Clean transcripts with timestamps, optimized for LLMs and AI agents.

  • 🎯 Raw transcripts, no opinions
    No summaries, no rewrites — just reliable speech-to-text output.

  • 📦 Automation-safe & batch-ready
    Predictable schema, stable fields, per-URL error handling.

  • 💸 Highly cost-efficient
    Pay-per-result pricing designed for real-world usage at scale.


📝 Notes

  • Only public Facebook videos are supported
  • Transcript accuracy depends on audio quality and speaker clarity
  • Returned transcripts are auto-generated (speech-to-text)
  • Please ensure compliance with Facebook’s terms and local regulations

🆘 Support

Need help or have questions?

📧 Email: support@apismith.online