youtube.channel_search
Search public videos on a YouTube channel by keyword or phrase.
Accepts a bare channel id (for example UCJ5v_MCY6GNUBTO8-D3XoAg), not a URL. Returns matching video entries and cursorNext for pagination.
Use cursorNext from a prior response as cursor for the next page.
Cost = 10 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search keywords or phrase within the channel. | |
| cursor | No | Pagination cursor from cursorNext. | |
| channel_id | Yes | YouTube channel id (for example UCJ5v_MCY6GNUBTO8-D3XoAg, not a URL). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contents | No | Matching video entries for the current page. Each entry includes a type field and nested video object. | |
| cursorNext | No | Cursor for the next page, when available. |