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.