search_videos
Search YouTube videos by keyword, channel, or both. Filter results by upload date and ordering to locate relevant content.
Instructions
Full-text search across YouTube. Costs 100 quota units per call, so use list_channel_uploads instead when you just want a channel's recent videos. Requires sign-in or YOUTUBE_API_KEY. Passing channel_id without query is routed to the cheap uploads path automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | relevance | |
| query | No | Search terms. Optional if channel_id is given. | |
| channel_id | No | Restrict results to this channel | |
| max_results | No | 1-50 | |
| published_after | No | ISO 8601 datetime, e.g. 2026-01-01T00:00:00Z |