Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

retrieval of AppStore charts via API?

i'm looking to query the itunes appstore charts to determine what position a given app holds.

this would need to go as deep as possible with a view to tracking an apps movement from launch to appearing in the top 100 and further.

any ideas?

like image 867
appleappdev Avatar asked Jan 18 '10 13:01

appleappdev


2 Answers

You can get the top 200 apps, podcasts, etc. from the iTunes RSS feeds:

http://itunes.apple.com/rss

edit: The iTunes RSS feeds now limit you to the top 200. Up until a week ago it would return the top 400

like image 195
klinger Avatar answered Oct 20 '22 11:10

klinger


There are plenty of sites out there that do this, but they all operate via some flavor of screen scraping. Apple has no API for this, and I doubt they ever will.

like image 20
Ben Gottlieb Avatar answered Oct 20 '22 10:10

Ben Gottlieb