I am wondering if the App Store provides an API that allows others to access the data like descriptions, prices, reviews, etc.?
+2
A:
The iTunes Store is the API.
All pages in the iTunes Store are simply XML files rendered by iTunes. You can parse these files yourself and navigate around to your heart's content.
Here's the URL for the front page:
http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wa/com.apple.jingle.app.store.DirectAction/storeFront
You might also want to see:
Can Berk Güder
2009-04-11 10:29:35
is that API officially open to third parties?
Thanks
2009-04-11 12:04:49
there appear to be no limitations. in fact, there are many sites/applications using the API. http://app-store.appspot.com is one example.
Can Berk Güder
2009-04-11 12:55:04
A:
This tool grabs the descriptions with screenshots available http://www.appstoresdk.com
Ray Kreisel
2010-02-05 13:38:19