Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

DenNukem

macrumors member
Original poster
Jul 12, 2008
31
0
Seattle
I want to be able to enumerate the apps in the app store, find all the apps in a category, find the rating for each app, reviews etc. Help?
 
iTunes gets its data using regular HTTP. You can right click in iTunes to get the URL links it uses. Then just connect to that URL using the iTunes user agent string (with curl or something), and you can scrape any and all data from the App store. Parsing the returned HTML (with a perl script or something) for the data you desire is left as an exercise for the student. Apple changes the format from time to time.
 
iTunes gets its data using regular HTTP. You can right click in iTunes to get the URL links it uses. Then just connect to that URL using the iTunes user agent string (with curl or something), and you can scrape any and all data from the App store. Parsing the returned HTML (with a perl script or something) for the data you desire is left as an exercise for the student. Apple changes the format from time to time.

iTunes URLs need both app-name and app-ID. if it only needs app-IDs then one could generate every possible IDs and retrieve all appstore info. But putting app-names in the URLs makes it tough..
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.