views:

352

answers:

2

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
is that API officially open to third parties?
Thanks
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
A: 

This tool grabs the descriptions with screenshots available http://www.appstoresdk.com

Ray Kreisel