VOOZH about

URL: https://apify.com/simpleapi/tiktok-instagram-facebook-youtube-shorts-transcriber

⇱ 🎬 TikTok Β· Instagram Β· Facebook Β· YouTube Shorts Transcriber Β· Apify


πŸ‘ 🎬 TikTok Β· Instagram Β· Facebook Β· YouTube Shorts Transcriber avatar

🎬 TikTok · Instagram · Facebook · YouTube Shorts Transcriber

Pricing

from $2.99 / 1,000 results

Go to Apify Store

🎬 TikTok · Instagram · Facebook · YouTube Shorts Transcriber

🎬 Transcribe TikTok, Instagram, Facebook & YouTube Shorts instantly! πŸ—£οΈ Convert video audio to accurate text for captions, accessibility & content repurposing. βœ… Fast, reliable & easy to use. πŸš€ Perfect for creators, marketers & teams.

Pricing

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ SimpleAPI

SimpleAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

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!

You might also like

🎬 TikTok · Instagram · Facebook · YouTube Shorts Transcriber

api-empire/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!

🎬 TikTok · Instagram · Facebook · YouTube Shorts Transcriber

scraper-engine/tiktok-instagram-facebook-youtube-shorts-transcriber

🎬✨ Transcribe TikTok, Instagram, Facebook & YouTube Shorts fast and accurately. Convert viral videos into searchable text for captions, summaries, SEO & accessibility. ⚑ No hassleβ€”get clean transcripts in seconds. πŸš€ Try now!

πŸ‘ User avatar

Scraper Engine

2

🎬 TikTok · Instagram · Facebook · YouTube Shorts Transcriber

scrapier/tiktok-instagram-facebook-youtube-shorts-transcriber

Transcribe audio from TikTok, Instagram, Facebook, and YouTube Shorts videos in seconds. Extract accurate subtitles, captions, and spoken text from public videos at scale. Ideal for content analysis, research, SEO, lead generation, monitoring, and AI workflows.

Video Transcript API: YouTube, TikTok, Instagram, X, Facebook

amrameng/video-transcript-api

Get transcripts from YouTube, TikTok, Instagram, X (Twitter), Facebook, and media files. Always returns clean text, even for videos without subtitles. Plain text or timestamped chunks, in bulk or via a real-time API. A pay-as-you-go Supadata alternative.

πŸ‘ User avatar

Amram Englander

1

Video Transcript Scraper: Youtube, X, Facebook, Tiktok, etc.

invideoiq/video-transcript-scraper

Scrapes transcripts from online video/audio content on multiple plateforms (Youtube, X, ..) in any available language. It delivers outputs in both JSON and LLM-ready formats, making it ideal for analytics, and AI-based applications. Perfect for research and building intelligent conversational agents

1.5K

4.4

(24)

Transcribe Video to Text & Audio to Text β€” 99+ Languages

sian.agency/INCREDIBLY-FAST-audio-transcriber

Transcribe video to text and audio to text in bulk on Apify. 99+ languages, word-level timestamps, speaker diarization, SRT/VTT export. Try free.

106

5.0

(2)

Transcribe Podcast to Text β€” Show Notes, SRT & Timestamps

sian.agency/transcribe-podcast-to-text

Transcribe podcast episodes to text in bulk. Speaker labels for hosts and guests, word-level timestamps, SRT/VTT for show notes. 99+ languages.

20

Transcribe Zoom Meeting to Text β€” Bulk Meeting Transcription

sian.agency/transcribe-zoom-meeting-to-text

Transcribe Zoom recordings to text in bulk. Speaker labels for host and participants, word-level timestamps, SRT/VTT export. 99+ languages. Try free.

5

Transcribe Voice Memo to Text β€” Speaker Labels & Timestamps

sian.agency/transcribe-voice-memo-to-text

Transcribe iPhone and Android voice memos to text. Speaker labels, word-level timestamps, SRT/VTT. Bulk upload, 99+ languages. Try free.

4

Transcribe Interview to Text β€” for Journalists & Researchers

sian.agency/transcribe-interview-to-text

Transcribe interviews and recorded conversations to text. Speaker labels for interviewer and guest, word-level timestamps, SRT/VTT. Try free.

2