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.
A:
try to use - rss feeds of apple.
Say for example, I am giving you a link of top applications of iPhone.
http://phobos.apple.com/WebObjects/MZStoreServices.woa/ws/RSS/toppaidapplications/limit=75/xml
sugar
2010-04-22 11:03:00
+1
A:
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
nevan
2010-04-22 11:38:03
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
2010-04-22 13:09:51
+2
A:
The Search API can be found at http://www.apple.com/itunes/affiliates/resources/documentation.html
pierre
2010-08-11 13:47:26