Where a show ranks, across markets
find_chart_positionCheck a podcast's Apple Podcasts chart position in one country or across multiple storefronts. Apple provides no rank endpoint, so this fetches each country's Top Shows chart and finds the show by ID.
Instructions
Find where one show sits in Apple's Top Shows chart, in one storefront or swept across several. Apple publishes no endpoint for a show's rank, so this fetches each chart and looks the show up in it by id. Ranking diverges sharply between countries: a show can be top 20 in one market and unranked in another, so a single storefront is rarely the answer to how a show is doing. Unranked means outside the top 100 there, not unpopular.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | Yes | The show, as an Apple Podcasts numeric id (1469759170), or a full Apple Podcasts URL, which is what someone pasting a link will have. A URL carrying a storefront in its path sets the storefront for the call unless one is passed explicitly. | |
| storefront | No | Two-letter country code for the Apple storefront to read, such as us, gb, se or de. Apple's catalog, charts and reviews are all per country and they differ, so this changes the answer rather than just the language. Defaults to APPLE_PODCASTS_STOREFRONT, which is us unless configured otherwise. | |
| storefronts | No | Storefronts to check, as two-letter codes. Defaults to the configured sweep. Each one is a separate request against a rate-limited API, so keep the list to the markets that matter. | |
| include_episodes | No | Also check the Trending Episodes chart for episodes belonging to this show. |