datasets_apple_podcasts_shows_facets
Return aggregated facet counts for Apple Podcasts shows using filters like genre, country, rating, explicitness, or track count to analyze dataset distribution.
Instructions
Facet Apple Podcasts shows dataset. Returns terms aggregation counts for the Apple Podcasts shows dataset. Facet enum: genre, genre_id, country, content_advisory_rating, run_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over show title and artist name, max 256 characters | |
| facet | Yes | Facet enum: genre, genre_id, country, content_advisory_rating, run_id | |
| genre | No | Exact primary-genre filter, max 128 characters | |
| run_id | No | Exact crawl run-id filter, max 128 characters | |
| country | No | Exact storefront country filter, max 128 characters | |
| genre_id | No | Exact Apple Podcasts genre id filter, max 128 characters | |
| explicitness | No | Exact explicitness filter, max 128 characters | |
| min_track_count | No | Minimum episode count (track_count), 0 or greater |