datasets_youtube_creators_search
Search public YouTube creator profiles by keyword, region, subscriber, video, and view counts, plus bio, links, and discovery filters, to identify relevant channels for outreach or research.
Instructions
Search the YouTube creators dataset. Searches public YouTube channel profiles stored in a search index — subscriber, video and view counts, region, bio and links, discovered via Common Crawl and Wikidata and hydrated from each channel's public About page. Sort enum: relevance, followers_desc, followers_asc, views_desc, videos_desc, hydrated_at_desc, hydrated_at_asc. Some channels hide their subscriber, video, or view count; the _available flags on each item distinguish a hidden count (stored as 0, *_available: false) from a genuine 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over channel_name and bio, max 256 characters | |
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: relevance, followers_desc, followers_asc, views_desc, videos_desc, hydrated_at_desc, hydrated_at_asc | |
| region | No | Exact channel region/country filter (case-insensitive), max 128 characters | |
| has_bio | No | Filter by a non-empty About bio | |
| has_links | No | Filter by at least one linked external URL | |
| max_views | No | Maximum total view count | |
| min_views | No | Minimum total view count | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 | |
| channel_id | No | Exact channel id filter (e.g. UCxxxxxxxxxxxxxxxxxxxxxxxx), max 128 characters | |
| max_videos | No | Maximum uploaded-video count | |
| min_videos | No | Minimum uploaded-video count | |
| joined_after | No | Channels created on or after this date (RFC3339 or YYYY-MM-DD) | |
| joined_before | No | Channels created on or before this date (RFC3339 or YYYY-MM-DD) | |
| max_followers | No | Maximum subscriber count | |
| min_followers | No | Minimum subscriber count | |
| hydrated_after | No | Records last refreshed on or after this date (RFC3339 or YYYY-MM-DD) | |
| hydrated_before | No | Records last refreshed on or before this date (RFC3339 or YYYY-MM-DD) | |
| discovery_source | No | Exact filter for how the channel was discovered (e.g. commoncrawl, wikidata), max 128 characters | |
| views_count_available | No | Filter by whether the channel has a known total view count | |
| videos_count_available | No | Filter by whether the channel has a known uploaded-video count | |
| followers_count_available | No | Filter by whether the channel exposes a public subscriber count |