Facebook Video Transcript · Reels, Watch · AI, no API key avatar

Facebook Video Transcript · Reels, Watch · AI, no API key

Pricing

from $5.00 / 1,000 caption transcript (per video)s

Go to Apify Store
Facebook Video Transcript · Reels, Watch · AI, no API key

Facebook Video Transcript · Reels, Watch · AI, no API key

Transcripts for Facebook videos, Reels and Watch links. Uses Facebook's captions when they exist and built-in Whisper AI when they don't — no API key needed, no login. Any language. Quality-gated: empty or garbage results are never returned or charged.

Pricing

from $5.00 / 1,000 caption transcript (per video)s

Rating

0.0

(0)

Developer

Blue59

Blue59

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

4 days ago

Last modified

Categories

Share

Facebook Video Transcript Scraper · videos, Reels, Watch

Paste public Facebook video, Reel or Watch links — get the full spoken text. No API key, no login.

Facebook videos sometimes carry captions; most Reels don't. This Actor uses Facebook's captions when they exist (fast, cheap) and transcribes the audio with Whisper large-v3-turbo when they don't — so you get text for every spoken-word video, not just the captioned ones. Every result passes a quality gate: empty, truncated or garbage transcripts are reported as failures and never charged.

Link typeExample
Watchhttps://www.facebook.com/watch/?v=10153231379946729
Page videohttps://www.facebook.com/<page>/videos/<id>/
Reelhttps://www.facebook.com/reel/<id>
Short linkhttps://fb.watch/<code>/

Only publicly viewable videos work (private groups / login-only content are skipped and not charged).

Output

{
"platform": "facebook",
"id": "10153231379946729",
"url": "https://www.facebook.com/watch/?v=10153231379946729",
"title": "How to Share With Just Friends",
"author": "Facebook",
"duration": 91,
"language": "auto",
"source": "ai:groq-whisper-turbo",
"charCount": 667,
"aiMinutes": 2,
"transcript": "..."
}

source tells you where the text came from: caption:manual, caption:auto or ai:groq-whisper-turbo.

Pricing (pay per event)

  • Caption transcript — charged when Facebook already has captions.
  • AI transcript + AI minute — charged only when AI transcription succeeds; minutes are counted per started minute of audio.
  • Bring your own Groq key (optional) — pay only the small per-result fee, no per-minute charge. Free keys at console.groq.com.

Set Max minutes per video to cap cost on long videos (default 60).

Input

FieldDescription
videoUrlsFacebook video / Reel / Watch links (other platforms also accepted)
aiTranscriptionUse AI when no captions (default on)
languageHintSpoken language code (e.g. en, zh, ja) — improves accuracy on short clips
maxMinutesSkip AI for videos longer than this
groqApiKeyOptional: your own key (cheaper)
preferredLanguagesCaption track priority

Who uses this

  • Page & competitor content research: turn videos and Reels into searchable text
  • Feeding RAG, summarization and LLM pipelines with clean transcripts
  • Subtitling, translation, accessibility
  • Social listening and ad-creative analysis

Notes

Facebook sometimes blocks datacenter IPs — keep Apify Proxy enabled (default). Failures are classified (proxy / rate-limit / blocked / network / other) in the run report so you can see why something failed, not just that it did.