search_transcript
Find specific text within YouTube video transcripts with timestamps and context. Search by video ID or URL, control case sensitivity, and adjust context window for precise results.
Instructions
Search for specific text within a YouTube video transcript.
Args:
video_id: YouTube video ID or URL
query: Text to search for
language_code: Optional language code for transcript
case_sensitive: Whether search should be case sensitive
context_window: Seconds of context to include before/after matches
Returns:
Search results with context and timestamps
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | ||
| query | Yes | ||
| language_code | No | ||
| case_sensitive | No | ||
| context_window | No |