Geek Project: How to Derive the Actual RSS Feed from iTunes

To find an iTunes core RSS feed URL for a podcast in iTunes, go into iTunes and locate the iTunes screen for the podcast, for instance, if you search in iTunes podcasts for: “Dr. Bill.TV” you will see my podcast screen, then click on the “down arrow” to the right of the “Subscribe” button, and select “Copy link“, this will copy the iTunes URL to your clipboard.

As shown below:

iTunes URL

You can then use this link:

https://itunes.apple.com/lookup?id={podcast_id_number}&entity=podcast

Where “{podcast_id_number}” is the number in the URL for the iTunes entry, as in this example:
https://itunes.apple.com/us/podcast/dr-bill-tv-video-netcasts/id212215323?mt=2

The “{podcast_id_number}” is the number after “id” in the URL and before the “?“, as in this example: 212215323

So, you would enter: https://itunes.apple.com/lookup?id=212215323&entity=podcast
in your browser. You will get a downloded file called “1.txt“, it is a json code file, in it you will see, among the code:

“feedUrl”:”https://www.drbill.cc/category/dr-bill-netcasts/feed/”,

The actual RSS feed URL for the podcast is:
https://www.drbill.cc/category/dr-bill-netcasts/feed/

You can now use the actual RSS feed URL in any “podcatcher” software, like “BeyondPod”, available here:

https://play.google.com/store/apps/details?id=mobi.beyondpod&hl=en

or, in “Podcast Republic”, available here:

https://play.google.com/store/apps/details?id=com.itunestoppodcastplayer.app&hl=en

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.