I'm working on a service that needs to extract from iTunes some info about any iPhone app.<p>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<p>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.<p>Anybody can help with SELECT appid FROM iphoneapps?<p>Thanks.