What this actor does
Convert public videos, channels, searches, captions, and comments into structured transcript records.
YouTube Transcript Scraper exports captions, timestamped transcript segments, video metadata, comments, and optional AI chapters without requiring a YouTube API key.
Use cases
- Video knowledge base ingestion
- Creator and channel research
- Transcript search and citation workflows
Output fields
The actor is designed for compact JSON records that are easy to send into dashboards, webhooks, MCP clients, vector databases, and AI pipelines.
Best first run
Submit 3-5 public video URLs first and confirm transcript segments, timestamps, title, channel, and published date before using channel or search ingestion.
Sample JSON output
Field values vary by source and input, but the record shape is kept compact so it can move cleanly into dashboards, webhooks, and AI workflows.
{
"video_id": "dQw4w9WgXcQ",
"title": "Example result title",
"channel": "Example Channel",
"transcript": "A concise transcript excerpt with source context.",
"segments": "timestamped transcript segments",
"published_at": "2026-05-20T18:00:00Z"
}Related search intents
FAQ
What does YouTube Transcript Scraper export?
YouTube Transcript Scraper exports structured fields including video_id, title, channel, transcript, segments, published_at.
Who is YouTube Transcript Scraper best for?
YouTube Transcript Scraper is best for Video knowledge base ingestion, Creator and channel research, Transcript search and citation workflows.
Where can I run YouTube Transcript Scraper?
Run the actor on Apify at https://apify.com/harvestlab/youtube-scraper.