views:

424

answers:

3

I may want to write an tool that makes some App Store statistical analysis, if that's legal. I am wondering if there is any offical documentation for how to access the App Store API with third party Software. Does anyone know?

+4  A: 

No. There's no official API for doing that. In fact, Apple is usually very closed about its numbers, statistics and information in general.

What some people do do, to get some info on most downloaded apps, music and other iTunes store stuff, is to crawl the store and parse HTML content to get the numbers they want.

Pablo Santa Cruz
+1  A: 

There is AppStore API at http://www.abtollc.com/AppStoreAPI.aspx

Peter Worhol
A: 

There is also a simple appstore api written in c# on http://www.appstoreapi.com.

mdev