Apple Podcasts URL (The Daily, NYT) → RSS via iTunes Lookup
Input URL
https://podcasts.apple.com/us/podcast/the-daily/id1200361736Expected feed
https://feeds.simplecast.com/Sl5CSM3STest in finderRSS by platform
Every podcast has an RSS feed by definition. The trick is locating it when directories like Apple and Spotify hide it.
Quick answer
Hosted on the show's podcast platform (Buzzsprout, Libsyn, Megaphone, Simplecast, Transistor, Captivate). Discoverable via PodcastIndex.org search or by passing the numeric ID from an Apple Podcasts URL to the iTunes Lookup API.Context
Podcasts are the original RSS use case. Apple Podcasts, Spotify, Overcast, and every other podcatcher reads the same RSS feed. The directories are just listings on top of those feeds. The friction is that Apple and Spotify hide the underlying feed URL from listeners. The reliable way to find it is the Apple Podcasts ID (visible in the URL of any show on podcasts.apple.com), passed to the public iTunes Lookup API which returns the feedUrl field. PodcastIndex.org indexes 4M+ shows and offers the same lookup with a free API key. Spotify-exclusive shows have no public RSS by design.
Hosted on the show's podcast platform (Buzzsprout, Libsyn, Megaphone, Simplecast, Transistor, Captivate). Discoverable via PodcastIndex.org search or by passing the numeric ID from an Apple Podcasts URL to the iTunes Lookup API.https://feeds.simplecast.com/Sl5CSM3SRSS finder
Test a Podcasts URL here to get the same feed analysis, import verdict, and live Aggregator-style preview as the main Feed Finder.
Gotchas
Examples
Input URL
https://podcasts.apple.com/us/podcast/the-daily/id1200361736Expected feed
https://feeds.simplecast.com/Sl5CSM3STest in finderInput URL
https://feeds.megaphone.fm/20kExpected feed
https://feeds.megaphone.fm/20kTest in finderInput URL
https://rss.buzzsprout.com/328913.rssExpected feed
https://rss.buzzsprout.com/328913.rssTest in finderUse Podcasts feeds with Aggregator

End-to-end walkthrough for taking a podcast RSS feed and importing it into WordPress with Aggregator, including audio enclosure handling and inline player display.
Read the full guide on the Aggregator blog →FAQ
Three reliable methods. First, paste the podcast's name into Feed Finder. The tool queries PodcastIndex.org and returns the show's RSS feed. Second, open the show on podcasts.apple.com, copy the numeric ID at the end of the URL (after id), and request https://itunes.apple.com/lookup?id=<ID>. The JSON response contains a feedUrl field with the RSS URL. Third, many podcast hosts (Buzzsprout, Libsyn, Simplecast, Megaphone) link the RSS feed directly from the show page on their own site.
Apple Podcasts does not host RSS feeds, it consumes them. Every show in Apple Podcasts is just a listing of an RSS feed hosted somewhere else (Buzzsprout, Libsyn, Megaphone, the show's own site, etc.). To find the underlying RSS feed, take the Apple Podcasts numeric show ID and pass it to the public iTunes Lookup API. The feedUrl in the response is the canonical RSS URL.
No. Spotify never exposes the underlying RSS feed of a podcast in its listener app. Most non-Spotify-exclusive shows still have a public RSS feed available elsewhere (find it via PodcastIndex.org or the iTunes Lookup API). Spotify Originals and exclusives have no public RSS by design and cannot be subscribed to outside Spotify.
Yes. Add the podcast's RSS feed URL as a source in Aggregator. Each episode's audio file is exposed via the standard RSS enclosure tag, which Aggregator parses automatically. Enable Link to Enclosure on the source so the audio URL is preserved, and use the Audio Player option in display customisation to render an inline player on each episode.
Yes, if the podcast feed exposes audio enclosures (which essentially all of them do). Aggregator's Audio Player display option renders a standard HTML5 audio player for each item, sourced from the enclosure URL. Note that podcast hosts that use dynamic ad insertion may swap the audio URL at fetch time. Your WordPress site will fetch the URL fresh on each request, so this generally works without configuration.
Spotify-exclusive shows do not have a public RSS feed and cannot be imported into WordPress or any other RSS-based reader. The same is true for shows behind paywalls (Patreon-only feeds, Wondery+, etc.) unless the listener has a private feed URL with their auth token, which is not redistributable.