Scripts to parse and download iTunes Connect and AppStore data - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T17:25:08Z http://stackoverflow.com/feeds/question/937899 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/937899/scripts-to-parse-and-download-itunes-connect-and-appstore-data 2 Scripts to parse and download iTunes Connect and AppStore data bradhouse 2009-06-02T04:31:32Z 2009-06-29T12:53:59Z <p>I'm looking for recommendations of a script or series of scripts that download and parse iTunes Connect sales data and AppStore comments, ratings and rankings data for a defined app.</p> <p>I'm also aware of solutions like:</p> <ul> <li><a href="http://www.ideaswarm.com/products/appviz/" rel="nofollow">AppViz</a></li> <li><a href="http://code.google.com/p/appsales-mobile/" rel="nofollow">appsales-mobile</a></li> <li><a href="http://github.com/kasatani/iphone-stats/tree/master" rel="nofollow">iphone-stats</a></li> <li><a href="http://heartbeatapp.com" rel="nofollow">Heartbeat.app</a> </li> </ul> <p>I'm sure I'll find a few more with more searching. </p> <p>I can't help but feel there must be a really decent set of open source scripts out there to do this, given how many developers are now writing apps for the AppStore.</p> <p>Would be interested to hear any commercial offerings as well (although my personal preference is for open source, so I can at least see what it is doing with my iTunes Connect login credentials).</p> <p>To be clear, I'm really looking for something that hits all of the areas mentioned:</p> <p><b>App Store</b> (per store)</p> <ul> <li>Comments</li> <li>Ratings</li> <li>Category/store rankings</li> </ul> <p><b>iTunes Connect</b></p> <ul> <li>The contents of the sales reports</li> </ul> <p>Analysis/graphs of the data is not necessary (but would be a nice to have I guess). I'm not really looking for something like AppSales Mobile above, I would like the raw data so I can do my own analysis and formatting. So far it looks like AppViz (listed above) is the best out there.</p> <p>Any suggestions on what is good/available or should I just go roll my own?</p> http://stackoverflow.com/questions/937899/scripts-to-parse-and-download-itunes-connect-and-appstore-data/942075#942075 0 Answer by Rob for Scripts to parse and download iTunes Connect and AppStore data Rob 2009-06-02T21:49:44Z 2009-06-02T21:49:44Z <p>The Rogue Amoeba guys cooked up <a href="http://www.rogueamoeba.com/utm/2009/05/04/itunesconnectarchiver/" rel="nofollow">iTunesConnectArchiver</a> for persisting and storing the raw data. I haven't used it so I'm not sure if handle comments/ratings or just sales data, but the code is available and it seems like a good starting point at least </p> http://stackoverflow.com/questions/937899/scripts-to-parse-and-download-itunes-connect-and-appstore-data/1011372#1011372 2 Answer by Neosionnach for Scripts to parse and download iTunes Connect and AppStore data Neosionnach 2009-06-18T08:02:55Z 2009-06-18T08:02:55Z <p>For ranking details, check out this article</p> <p><a href="http://blogs.oreilly.com/iphone/2008/08/scraping-appstore-reviews.html" rel="nofollow">Scraping AppStore Reviews</a></p> <p>Many of the comments also go on to develop the work done on the page.</p> <p>For comments there's an Adobe Air application that collects store comments worldwide <a href="http://www.peterelst.com/blog/2008/12/25/iphone-app-reviews-air-application/" rel="nofollow">available from here</a> but I don't believe the source is available. However, it proves it is possible.</p> http://stackoverflow.com/questions/937899/scripts-to-parse-and-download-itunes-connect-and-appstore-data/1058121#1058121 1 Answer by Ariel for Scripts to parse and download iTunes Connect and AppStore data Ariel 2009-06-29T12:53:59Z 2009-06-29T12:53:59Z <p>Check out www.appfigures.com, it covers pretty much all of the above and includes: automatic report downloading (and archiving with full access), various interactive sales reports by date, country, region, etc., reviews from all app stores (77), and rank trending in top 100 for 6 major countries.</p> <p>It also sends reports by email so you dont even have to login. </p> <p>And its free (while in beta)</p>