VOOZH about

URL: https://apify.com/apt_marble/youtube-transcript-scraper

โ‡ฑ YouTube Transcript Scraper ยท Apify


Pricing

$6.50 / 1,000 results

Go to Apify Store

YouTube Transcript Scraper

๐ŸŽฅ Extract transcripts, subtitles, and captions from any YouTube video. Get timestamped text, auto-translate to 100+ languages, and export in SRT, WEBVTT, XML, or plaintext formats.

Pricing

$6.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Hamza

Hamza

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Ultimate YouTube Transcript Scraper

Extract transcripts and subtitles from any YouTube video as clean, structured JSON. Pull captions in their original language, translate them into another language, and export as SRT, WEBVTT, XML or plaintext.

Give it one or more video URLs and get back a precise, timestamped transcript for each.

Features

  • Any YouTube URL โ€” watch links, youtu.be, Shorts and embed links.
  • Bulk input โ€” pass a list of URLs and get one transcript per video.
  • Original or translated โ€” read captions in their source language, or auto-translate to any supported language.
  • Multiple formats โ€” download each transcript as SRT, WEBVTT, XML or plaintext.
  • Timestamped segments โ€” every line includes its start time and duration.

Input

FieldTypeDescription
videoUrlsarrayOne or more YouTube video URLs. Required.
subtitleLanguagestringSource caption track to read (e.g. en). Falls back to the first available track.
targetLanguagestringTranslate the transcript into this language. Set equal to the subtitle language for no translation.
subtitleFormatstringFormat of the downloadable subtitle file: srt, webvtt, xml, plaintext.
maxConcurrencyintegerHow many videos to process in parallel (default 5).

Example input

{
"videoUrls":[
"https://www.youtube.com/watch?v=IELMSD2kdmk"
],
"subtitleLanguage":"en",
"targetLanguage":"en",
"subtitleFormat":"srt"
}

Output

Each video produces one dataset record containing the timestamped transcript:

{
"data":[
{"start":"0.320","dur":"4.080","text":"Apache spark an open- Source data"},
{"start":"2.480","dur":"3.839","text":"analytics engine that can process"},
{"start":"4.400","dur":"3.800","text":"massive streams of data from multiple"}
]
}

start and dur are in seconds. In addition to the dataset, the full transcript for each video is saved as a subtitle file (in your chosen format) in the run's key-value store, named after the video id (e.g. IELMSD2kdmk.srt).

Notes

  • A transcript is only available if the video has captions (manual or auto-generated). Videos with captions disabled return an empty data array.
  • Auto-translation quality depends on YouTube's own translation of the caption track.
  • Auto-generated captions may contain minor transcription errors โ€” this comes from YouTube, not the scraper.

You might also like

YouTube Transcript API

api_merge/youtube-transcript-api

Get YouTube transcripts, captions, and subtitles from any video URL or video ID. Export results as JSON, text, SRT, or WebVTT for automation and analysis.

YouTube Transcript Scraper โ€“ JSON, SRT, VTT, Plain Text

scraperhive/youtube-transcript-scraper

Extract YouTube video transcripts, subtitles, and captions in multiple formats with precise timestamps. Plain Text ยท JSON ยท SRT ยท WebVTT ยท 20+ Languages ยท Batch Processing ยท Auto + Manual Captions

71

5.0

Youtube Transcript Scraper

veeronica/youtube-transcript-scraper

Extract transcripts and subtitles from any YouTube video. Returns clean full text plus timestamped segments, optional SRT/WebVTT subtitles, translation to any language, and video details. No API key, no rate limits.

YouTube Transcript Extractor

bulletproof/youtube-transcript-extractor

๐ŸŽฌ Convert any YouTube video to text. Extract transcripts, subtitles, and captions from videos, Shorts, and live streams. Get timestamped segments or full text in JSON, SRT, or plain text. Auto-captions speech-to-text fallback. 14+ languages. No login needed.

52

5.0

YouTube Transcript with Translation (VidScribe)

kelvinosse/youtube-transcript-with-translation

Extract subtitles & captions from any YouTube video in seconds. Supports auto-generated and manual captions in 150+ languages. Optionally translate transcripts into 30 languages using AI. Output as JSON, plain text, or SRT subtitle files.

YouTube Transcript Scraper

automation-lab/youtube-transcript

Extract timestamped transcripts & subtitles from any public YouTube video. Batch hundreds of URLs, 100+ languages with auto-fallback, no API key required. Returns full video metadata + segments. Export JSON, CSV, Excel.

๐Ÿ‘ User avatar

Stas Persiianenko

247

YouTube Transcript Scraper

cloud9_ai/youtube-transcript-scraper

Extract transcripts and captions from YouTube videos via InnerTube API. Support for auto-generated and manual captions in multiple languages. Get timestamped text segments.

YouTube Transcript Scraper

futurizerush/youtube-transcript-scraper

Extract YouTube video transcripts in multiple languages. Get time-stamped or text-only subtitles.