Sandy
Sandy

Reputation: 353

List of all the applications from App Store

I am trying to build a website which will display a list of all the applications from the app store. It is similar to http://iphone.handster.com/. But i am not getting how to get the list of all the apps. Is there any API provided by APPLE to get the list or we have to write some service to get the list ?

Upvotes: 1

Views: 2534

Answers (1)

Anil Kothari
Anil Kothari

Reputation: 7733

You can parse the data from the rss feeds from the apple store from the link :-

Top Free Applications:- http://itunes.apple.com/us/rss/topfreeapplications/limit=300/xml

Top Paid Applications:- http://itunes.apple.com/us/rss/toppaidapplications/limit=300/xml

There is a generator in itunes.apple.com which generates the url for the list(based on the type) you want to get. check this link for it.

Upvotes: 3

Related Questions