datasets_youtube_creators_facets
Get aggregated counts of YouTube creators by region or discovery source. Filter the dataset by followers, views, join date, or channel details to analyze distribution and trends.
Instructions
Facet the YouTube creators dataset. Returns terms aggregation counts for the YouTube creators dataset. Facet enum: region, discovery_source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over channel_name and bio, max 256 characters | |
| sort | No | Sort enum: relevance, followers_desc, followers_asc, views_desc, videos_desc, hydrated_at_desc, hydrated_at_asc | |
| facet | Yes | Facet enum: region, discovery_source | |
| 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 | |
| channel_id | No | Exact channel id filter, 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, 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 |