Recent episodes of one show
get_podcast_episodesFetch recent episodes for any Apple Podcasts show by numeric ID or URL, newest first. Optionally set a country storefront and result limit to get the current catalog window.
Instructions
Recent episodes for a show from Apple's catalog, newest first. Apple returns a recent window rather than the full back catalogue and the cutoff moves, so treat a short list as Apple's limit and not as the show's history. For every episode a show has ever published, use get_feed with the feed URL from get_podcast.
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 to return, 1-200. Apple often returns fewer than requested regardless of this. | |
| 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. |