Read a podcast's RSS feed
get_feedFetch a show's complete RSS feed (episodes newest first and channel metadata) via an RSS URL, Apple ID, or Apple Podcasts link, revealing the full record beyond Apple's catalog.
Instructions
Fetch and parse a show's RSS feed: the channel metadata and its episodes, newest first. This is the complete record, unlike Apple's catalog, which returns only recent episodes and drops the Podcasting 2.0 fields entirely. Takes an RSS URL, an Apple id, or an Apple Podcasts link. A feed is the show's own server, so it can be slow or unreachable in ways Apple is not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | Yes | An RSS feed URL, an Apple Podcasts numeric id, or an Apple Podcasts URL. | |
| limit | No | How many to return, 1-500. Episodes to return, newest first. The feed's true total is always reported. | |
| storefront | No | Only used when resolving an Apple id to a feed URL. | |
| include_episodes | No | Set false for channel metadata only, which is much smaller. |