๐ŸŽฌ TikTok ยท Instagram ยท Facebook ยท YouTube Shorts Transcriber avatar

๐ŸŽฌ TikTok ยท Instagram ยท Facebook ยท YouTube Shorts Transcriber

Pricing

from $4.99 / 1,000 results

Go to Apify Store
๐ŸŽฌ TikTok ยท Instagram ยท Facebook ยท YouTube Shorts Transcriber

๐ŸŽฌ TikTok ยท Instagram ยท Facebook ยท YouTube Shorts Transcriber

๐ŸŽฌ Easily transcribe TikTok, Instagram, Facebook & YouTube Shorts into textโ€”fast, accurate, and shareable. โœจ Perfect for captions, content repurposing, research & accessibility. ๐Ÿš€ Convert video to editable transcripts in seconds!

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

API Empire

API Empire

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Turn any public TikTok video, Instagram Reel, Facebook Reel, or YouTube Short into a clean, timestamped transcript with automatic language detection โ€” in one click. Perfect for content repurposing, subtitles, research, SEO, and accessibility.

Paste a link โžก๏ธ get accurate text back. No login, no manual downloads, no copy-pasting.


โœจ Why Choose This Actor?

  • ๐ŸŒ 4 platforms, 1 tool โ€” TikTok, Instagram, Facebook, and YouTube Shorts in a single run.
  • ๐Ÿง  Accurate AI transcription โ€” powered by Whisper with word-level timing and 90+ language auto-detection.
  • ๐Ÿ›ก๏ธ Beats blocks automatically โ€” a built-in Direct โ†’ Datacenter โ†’ Residential proxy ladder keeps working when plain scrapers get rejected.
  • โฑ๏ธ Timestamps included โ€” every line is time-coded, ready for subtitles (SRT-style) or video search.
  • ๐Ÿ’พ Real-time results โ€” transcripts stream into your dataset as each video finishes; a long run never loses progress.
  • ๐Ÿ“Š Clean, multi-view output โ€” Overview, Transcripts, and Timestamped Lines tabs.

๐Ÿ”‘ Key Features

FeatureDescription
๐ŸŽฅ Bulk inputTranscribe many videos in one run โ€” paste a list or upload a file.
๐Ÿ—ฃ๏ธ Auto language detectionDetects the spoken language automatically, or force one for speed.
๐Ÿงฉ Multiple modelsChoose Tiny โ†’ Large-v3 to balance speed, accuracy, and cost.
โฑ๏ธ Timestamped segmentsEach line carries start/end times.
๐Ÿ›ก๏ธ Smart proxy fallbackEscalates only when blocked, then sticks with what works.

๐Ÿ“ฅ Input

FieldTypeRequiredDescription
start_urlsarrayโœ…Public video links (TikTok / Instagram / Facebook / YouTube). Bulk supported.
languagestringโž–auto (default) or an ISO code like en, es, hi.
whisperModelstringโž–tiny ยท base (default) ยท small ยท medium ยท large-v3.
proxyConfigurationobjectโž–Apify Proxy settings. Keep enabled so the fallback ladder is available.

Example input

{
"start_urls": [
{ "url": "https://www.youtube.com/shorts/6W_841xoprg" },
{ "url": "https://www.tiktok.com/@mrbeast/video/7600180137346256158" },
{ "url": "https://www.instagram.com/p/DYfGcnSBrT8/" },
{ "url": "https://www.facebook.com/reel/966384272838084" }
],
"language": "auto",
"whisperModel": "base",
"proxyConfiguration": { "useApifyProxy": true }
}

๐Ÿ“ค Output

Each video produces one dataset record:

{
"sourceUrl": "https://www.youtube.com/shorts/6W_841xoprg",
"videoId": "6W_841xoprg",
"platform": "youtube",
"title": "Can a Window Stop a Wrecking Ball?",
"status": "success",
"durationSec": 30.0,
"transcript": "[1.04s - 5.67s] Let's try wood.\n[5.67s - 6.67s] Drop it. ...",
"plainTranscript": "Let's try wood. Drop it. Oh, that was awesome. ...",
"detected_language": "en",
"languageProbability": 0.9976,
"segments": [
{ "start": 1.04, "end": 5.67, "text": "Let's try wood." }
],
"timestamp": "2026-06-14T06:14:04.022Z"
}
FieldDescription
sourceUrlThe video link you submitted.
videoIdPlatform video ID.
platformtiktok ยท instagram ยท facebook ยท youtube.
titleVideo title (when available).
statussuccess or failed.
durationSecAudio duration in seconds.
transcriptTimestamped, line-by-line transcript.
plainTranscriptContinuous plain-text transcript.
detected_languageDetected (or forced) language code.
languageProbabilityConfidence of language detection (0โ€“1).
segmentsArray of {start, end, text} segments.
timestampWhen the record was produced (UTC).

Output views: ๐Ÿ“Š Overview ยท ๐Ÿ“ Transcripts ยท โฑ๏ธ Timestamped Lines.


๐Ÿš€ How to Use (Apify Console)

  1. Log in at https://console.apify.com โ†’ Actors.
  2. Open TikTok ยท Instagram ยท Facebook ยท YouTube Shorts Transcriber.
  3. Paste your video URLs into ๐Ÿ”— Video URLs.
  4. (Optional) pick a language and model; leave proxy enabled.
  5. Click Start and watch transcripts appear in real time. ๐ŸŽ‰
  6. Open the Output tab and export to JSON / CSV / Excel.

๐Ÿค– Use via API

curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"start_urls":[{"url":"https://www.youtube.com/shorts/6W_841xoprg"}]}'

๐Ÿ’ก Best Use Cases

  • โœ‚๏ธ Repurpose Reels/Shorts into blog posts, threads, and newsletters.
  • ๐Ÿ“ Generate subtitles and captions for accessibility.
  • ๐Ÿ” Make video content searchable and SEO-friendly.
  • ๐Ÿ“Š Analyze hooks, scripts, and messaging across creators.

๐Ÿ’ฐ Pricing

Pay-per-event, so you only pay for what you transcribe:

EventWhat it bills
Actor Start (base-pay)A small flat fee per run.
Transcription (row_result)One charge per successfully transcribed video (primary event).

Failed downloads are not charged โ€” you only pay for transcripts you actually get.


โ“ FAQ

Does it work on private videos? No โ€” only public content. Private, age-restricted, deleted, or geo-locked videos can't be transcribed.

Why did a video fail? Most failures are private/region-locked content or a temporary platform block. The proxy ladder retries automatically; re-running often succeeds.

Which languages are supported? 90+ languages via Whisper. Leave language on Auto-detect for mixed batches.

How accurate are the timestamps? Segment-level timing comes straight from the speech model and is reliable for subtitles and search.


โš–๏ธ Notes & Compliance

  • Only publicly available content is processed.
  • You are responsible for complying with each platform's Terms of Service and applicable laws (GDPR/CCPA, copyright, etc.).

๐Ÿ†˜ Support

Found a bug or want a new feature? Open an issue from the Actor's Issues tab โ€” feedback is welcome!