search_youtube
Search YouTube creators using structured filters such as subscriber count, niches, topics, and country. Paginate results and sort by engagement metrics.
Instructions
Search YouTube creators using structured filters. Costs 1 credit per 10 filters (max 10). Use totalSubscribers (NOT totalFollowers) for count thresholds. YT-specific filterable fields: topics (coarse ~400-theme taxonomy — IG/TT don't have it), niches (granular; also on IG/TT but derived separately). Response: creatorList, totalResults, hasNextPage, nextOffset — pass nextOffset as the next request's offset to paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | Yes | Search filters (max 10). Billed at 1 credit per 10 filters. | |
| pageSize | No | Results per page (max 100). | |
| offset | No | Number of records to skip for pagination. | |
| sortBy | No | Field to sort by (e.g. totalSubscribers, totalFollowers, avgEngagementRate). | |
| desc | No | Sort descending (true) or ascending (false). |