I'm working on a service that needs to extract from iTunes some info about any iPhone app.
Having an app ID you can fetch from Apple most of the application properties with http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStoreServices.woa/wa/wsLookup?id=_APP_ID_GOES_HERE_&mt=8
So a list of all/most app ids would be enough to bootstrap the database that I'll keep updated with new releases from there.
Anybody can help with SELECT appid FROM iphoneapps?
Having an app ID you can fetch from Apple most of the application properties with http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStoreServices.woa/wa/wsLookup?id=_APP_ID_GOES_HERE_&mt=8
So a list of all/most app ids would be enough to bootstrap the database that I'll keep updated with new releases from there.
Anybody can help with SELECT appid FROM iphoneapps?
Thanks.