Find shows like this one
find_similar_showsIdentify comparable shows by genre and topic to map a niche and decide where a new podcast fits.
Instructions
Find shows adjacent to a given one, by searching its genre and its own subject matter and removing itself from the results. Apple publishes no 'listeners also subscribed' data through any open endpoint, so this is genre and topic adjacency rather than true audience overlap, and it says so rather than implying otherwise. Useful for mapping a niche before deciding where a new show fits.
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. | |
| limit | No | How many candidates to return. Defaults to 15. | |
| 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. |