Search YouTube
search_youtubeSearch YouTube for videos or channels by query. Paginate through results using the next_page_token from the previous response to retrieve additional pages.
Instructions
Search YouTube for videos or channels. Paginate by passing next_page_token from the previous result. has_more tells you whether another page exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query (required unless paginating) | |
| type | No | Default 'video' | |
| limit | No | Results per page, 1-50 (default 20) | |
| next_page_token | No | Token from a previous result |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| has_more | No | ||
| next_page_token | No |