get_transcript
Extract YouTube video transcripts in multiple languages and formats for analysis, translation, or content creation.
Instructions
Get the full transcript of a YouTube video in the specified language and format.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL or video ID (e.g. https://youtube.com/watch?v=dQw4w9WgXcQ or just dQw4w9WgXcQ) | |
| language | No | ISO 639-1 language code for the transcript (e.g. en, de, es, fr, ja, ko) | en |
| format | No | Output format: text for plain text, segments for timestamped segments, both for combined output | text |