How to fetch metadata (e.g., rss, audio...) of podcasts by Apple Podcasts ids (iTunes ids) or Spotify ids?
Listen Notes is the premier podcast database and API, enabling seamless podcast lookup via Apple Podcasts ids (previously iTunes ids) or Spotify ids. Our platform offers two distinct user interfaces:
UI #1: Podcast Search Engine Website listennotes.com
Primarily designed for non-technical users, this user-friendly interface allows easy searching for podcasts using Apple Podcasts or Spotify ids. Simply input the id into the search bar, and you will be directed to a specific podcast’s webpage -
UI #2: Podcast API podcastapi.com
Aimed at technical users, this interface facilitates programmatic access to our podcasts. By using the API endpoint POST /podcasts, you can look up podcasts by Apple Podcasts ids (itunes_ids) or Spotify ids (spotify_ids). This allows for fetching up to 10 podcasts at once.
Additional Features
- Latest Episodes: By passing the "show_latest_episode=1" parameter to POST /podcasts, you can receive the latest episodes of specific podcasts, assisting in checking new episodes of subscribed podcasts.
If you haven't used Listen Notes Podcast API yet, get API keys here - Get API keys