4

I am creating a podcast App for mac, where user can search podcasts on itunes. Is there any Apple's built in api by which i can search and play podcast from apple itunes. Or any other api for search podcast from itunes. Thanks

Edit:

Now i find out and list the podcast using http://itunes.apple.com/us/rss/toppodcasts/genre=1304/limit=30/json but i am not getting path or list of all episode for that podcast. So that i can list all episode of podcast.

After searching i find out something useful from accepted answer of this post

Display List of Episodes from List of Podcasts But i am not getting any feed url in the json data which return me list of podcast. Any one can tell me how i can get all episode xml/json for a podcast, like displaying in accepted answer of above post.

Community
  • 1
  • 1
Surjeet Singh
  • 11,691
  • 2
  • 37
  • 54

1 Answers1

4

The api documentation here may be your best bet for searching. Moving that to downloading/playing the podcast is going to be a tricky proposition. Perhaps you can use the search data to get the original rss feed, and then access the podcast directly from the source, rather than from iTunes.

Community
  • 1
  • 1
Steven Hovater
  • 1,389
  • 2
  • 12
  • 25