Get RSS feed from iTunes podcast links

You can use the following "small tool" I created to do this :

Itunes podcast link extractor (Just enter a itunes podcast URL in the input field)

How it works if you prefer to do it manually :

Extract the Id from the link with a regex or somethin else

EX: https://itunes.apple.com/podcast/state-trance-official-podcast/id260190086

load this link with the ID https://itunes.apple.com/lookup?id=260190086&entity=podcast

Get the "feedUrl" from this json file.

The &entity=podcast is not necessary but it may help

Country code may be required outside the US, eg: &country=au


This works also: http://picklemonkey.net/feedflipper-home/ You can even see the original iTunes feed when you open the generated feed in your browser.


You should first subscribe to the Podcast using iTunes, then open your iTunes library.

If you go to your Podcasts listing in your iTunes library, you will see a list of the Podcasts you subscribe to. Right-click on the Podcast you want to copy the URL of and select "Copy Podcast URL". This will copy the URL to the RSS feed of the Podcast into your clipboard. You can then paste that link into whatever other application you are using.