search_transcript
Find specific keywords or phrases within YouTube video transcripts and retrieve matching segments with timestamps for targeted content review.
Instructions
Search for keywords or phrases in a YouTube video transcript and return matching segments with timestamps.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL or video ID to search in | |
| query | Yes | Search query string (case-insensitive keyword or phrase to find in the transcript) | |
| language | No | ISO 639-1 language code for the transcript (e.g. en, de, es, fr) | en |
| context_segments | No | Number of surrounding transcript segments to include as context around each match |