datasets_apple_podcasts_shows_search
Search Apple Podcasts shows from a crawled catalog using full-text query, genre, country, and explicitness filters. Sort results by relevance, popularity, or episode count.
Instructions
Search Apple Podcasts shows dataset. Searches the crawled public Apple Podcasts show catalog stored in a search index. One row per show. Discovered from a country x genre x collection chart grid and a search-term sweep — not a full catalog of every Apple Podcasts show. Sort enum: relevance, popularity, track_count_desc, release_desc, title_asc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over show title and artist name, max 256 characters | |
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: relevance, popularity, track_count_desc, release_desc, title_asc | |
| genre | No | Exact primary-genre filter (e.g. Comedy, True Crime), max 128 characters | |
| run_id | No | Exact crawl run-id filter, max 128 characters | |
| country | No | Exact storefront country filter (the crawl's discovery storefront, e.g. us, gb), max 128 characters | |
| genre_id | No | Exact Apple Podcasts genre id filter (e.g. 1303 for Comedy), max 128 characters | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 | |
| explicitness | No | Exact explicitness filter as reported by Apple (e.g. explicit, cleaned), max 128 characters | |
| min_track_count | No | Minimum episode count (track_count), 0 or greater |