Search videos
search_videosSearch YouTube videos and retrieve results with view counts, likes, and duration to evaluate actual performance, not just keyword matches.
Instructions
Search YouTube and get results WITH view counts, likes and duration attached. Plain API search returns none of those, so use this whenever you need to judge whether a result actually performed rather than just matched. Search has its own allowance of 100 calls a day, separate from the 10,000-unit pool the other endpoints share, so use it deliberately rather than as a first guess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | ||
| query | Yes | ||
| account | No | Which connected channel's quota to spend. Only matters when several are connected. | |
| min_views | No | Drop results below this, applied after the stats join. | |
| channel_id | No | Restrict to one channel. | |
| max_results | No | Default 25. | |
| published_after | No | RFC 3339, e.g. 2026-01-01T00:00:00Z | |
| published_before | No |