Youtube Transcript avatar

Youtube Transcript

Under maintenance

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Youtube Transcript

Youtube Transcript

Under maintenance

Automates extraction of YouTube video transcripts across multiple languages — useful for content analysis, SEO research, accessibility, academic research, and competitive intelligence.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Alex

Alex

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

7 days ago

Last modified

Share

YouTube Transcript Scraper

Overview

Automates extraction of YouTube video transcripts across multiple languages — useful for content analysis, SEO research, accessibility, academic research, and competitive intelligence.


Input Format

{
"urls": ["https://www.youtube.com/watch?v=qPKSEEbwO9A"],
"language": "en"
}
  • urls: Standard (youtube.com/watch?v=...) YouTube URLs.
  • language: ISO language code (en, es, fr, de, ja, zh, th, etc.). Falls back to English if the requested language isn't available. Default: en.

Output Format

{
"video_id": ["qPKSEEbwO9A"],
"language": ["English (auto-generated)"],
"language_code": ["en"],
"is_generated": [true],
"transcript": [
{ "text": "Hello everybody.", "start": 6.24, "duration": 4.16 },
{ "text": "My name is Luke Moore", "start": 10.4, "duration": 3.2 }
]
}
FieldDescription
video_idUnique YouTube video identifier
languageHuman-readable language name
language_codeISO language code
is_generatedtrue = auto-generated (may have errors); false = manually created
transcriptFull text with start time and duration per segment

Usage

  1. Collect video URLs from your browser or YouTube's share button.
  2. Set language using the appropriate ISO code.
  3. Run extraction — set ignore_url_failures: true for batch jobs to skip inaccessible videos.
  4. Check is_generated to assess transcript quality; manual transcripts are more accurate.

Common Issues

ProblemSolution
No transcript returnedVideo may lack captions entirely (older/private/age-restricted videos)
Wrong language returnedFallback to English is automatic — verify availability on YouTube first
Invalid URLEnsure URL is complete and video is public

Use Cases

  • SEO / Marketing: Keyword research from competitor videos, content gap analysis
  • Research: Build text corpora, analyze lectures and presentations
  • Accessibility: Edit auto-generated transcripts into accurate subtitles
  • Journalism: Transcribe interviews, verify quotes
  • Content repurposing: Convert videos into articles, summaries, or social posts