views:

274

answers:

1

I'm trying to scrape the entire iTunes App Store so that I can store it in a database for a project I'm working on. I'm having a hard time finding the best way to do this. I know there are ways to get specific information about price changes but I can't find anything that describes how to scrape the entire app store.

Any additional info is appreciated.

A: 

I'm looking for the same thing.. I have seen a couple of scripts mostly in Python and PHP but I have decided to write my own script using Scrapy. If you like to share our findings you can email me at [email protected]

Eric