Cheap YouTube Transcript API avatar

Cheap YouTube Transcript API

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Cheap YouTube Transcript API

Cheap YouTube Transcript API

This Actor extracts the transcript from a YouTube video. Fast and cheap

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Leif

Leif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

Categories

Share

YouTube Transcript API

Extract YouTube video transcripts in bulk — fast, no browser, no YouTube Data API key required.

Paste video URLs or IDs, run the actor, and get timestamped captions plus video titles in your dataset. Supports watch links, Shorts, youtu.be, and raw 11-character video IDs.

What you get

FieldDescription
videoIdYouTube video ID
videoUrlFull watch URL
titleVideo title
languageTranscript language code
transcriptTimestamped segments (JSON) or plain text
fullTextAll segments merged into one string
segmentCountNumber of caption lines

Failed videos are included with success: false and an error message — so you never lose track of what didn't work.

Input

ParameterDefaultDescription
urlsList of YouTube URLs or video IDs
languageenPreferred caption language (es, fr, de, …)
formatjsonjson for timestamped segments, text for plain string
includeFullTexttrueAdd a merged fullText field (JSON format only)
maxConcurrency20Parallel requests — increase for large batches
maxRetries3Retries on rate limits and server errors

Example input

{
"urls": [
"https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"https://youtu.be/jNQXAC9IVRw"
],
"language": "en",
"format": "json",
"includeFullText": true
}

Use cases

  • Feed transcripts into LLMs for summarization, Q&A, or RAG pipelines
  • Repurpose video content into blog posts, newsletters, or social copy
  • Build searchable archives from lectures, podcasts, and interviews
  • Batch-process hundreds of videos in a single run

Export results as JSON, CSV, Excel, or XML from the Apify Console.