YouTube Video transcript
apify/youtube/video.transcriptRetrieve the video transcript with timestamps and language
via Apify
Input
The public URL of the video whose transcript you want to fetch.
https://youtube.com/watch?v=abc123Output
Each record returned by this service has the fields below. Providers may include additional platform-specific fields on top.
titlestringVideo title
video_idstringPlatform video ID
channel_namestringName of the channel / creator
channel_urlurlCanonical channel URL
durationstringDuration (e.g. "00:03:17")
posted_atiso8601When the video was published
transcriptstringFull transcript text (SRT with timestamps)
transcript_languagestringISO language code of the primary transcript
transcript_typestring"auto_generated" or "manual"
subtitlesobject[]All available transcript tracks (language, type, srt, srt_url)
sourcestringPlatform the record was extracted from (e.g. "linkedin")
extracted_atiso8601UTC timestamp when the record was produced
How to call it
Pass the slug apify/youtube/video.transcript as the provider field on the POST /v1/extract endpoint.