Sites like http://www.apptism.com/ readout the app store automatically and display information like title, description, price and images. Where do I find the documentation for this (iTunes API?). I tried to google it but no good result.

link|improve this question
feedback

3 Answers

The Search API can be found at http://www.apple.com/itunes/affiliates/resources/documentation.html

link|improve this answer
1  
This link takes you straight to the page: apple.com/itunes/affiliates/resources/documentation/… – petert Sep 19 '11 at 8:00
1  
One thing that wasn't obvious to me from those docs: to search for an app by name, use the parameters media=software&term=(app name). If you try to search for app name without specifying the media type, you won't get any results. – Josh Justice Nov 26 '11 at 22:52
feedback

As far as I know, there is no API. It's intended for RSS readers. Your best bet is to read through the XML and work out the structure yourself.

This custom RSS-maker will give you an idea about it

http://ax.itunes.apple.com/rss

link|improve this answer
1  
With this RSS feed you can only readout the first 300 applications of a category. It's a good idea, but you cannot readout all applications of the app store with this method. Is there another way? – Daniel Apr 22 '10 at 13:09
feedback

Have a look at: http://appstorefeeds.com/

Really nice.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.