YouTube Transcript Fetcher
Under maintenancePricing
Pay per usage
Go to Apify Store
Fetches transcripts from any YouTube video using TranscriptAPI.com.
Features
- Supports full YouTube URLs or 11-char video IDs
- Returns transcript with timestamps
- Includes video metadata (title, author)
- Returns full text concatenation for easy processing
Input
| Field | Type | Description |
|---|---|---|
| videoUrl | String | YouTube URL or video ID (required) |
Output
Each run produces one dataset item with:
videoId- YouTube video IDlanguage- Transcript language codetitle- Video titleauthor- Channel nametranscript- Array of {text, start, duration} objectsfullText- Complete transcript as plain text
Usage
# Via Apify APIcurl "https://api.apify.com/v2/acts/mapsize17~youtube-transcript-fetcher/runs" \-d '{"videoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"}'
Environment Variables
TRANSCRIPT_API_KEY- Your TranscriptAPI.com API key (required)