YouTube Transcripts API
youtube_transcriptsRetrieve YouTube video transcripts with timestamps using a video ID. Supports language and country options for localized results.
Instructions
Get the transcript (with timestamps) for a YouTube video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | Yes | YouTube video id (the part after ?v= in the URL). | |
| country | No | Two-letter ISO country code to geo-target results (e.g. us, gb, in, de). (API default: us) | |
| language | No | Result language code (e.g. en, es, fr, de). (API default: en) |