views:

3973

answers:

13

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.

I'm also aware of solutions like:

I'm sure I'll find a few more with more searching.

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.

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).

To be clear, I'm really looking for something that hits all of the areas mentioned:

App Store (per store)

  • Comments
  • Ratings
  • Category/store rankings

iTunes Connect

  • The contents of the sales reports

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.

Any suggestions on what is good/available or should I just go roll my own?

+1  A: 

The Rogue Amoeba guys cooked up iTunesConnectArchiver 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

Rob
+2  A: 

For ranking details, check out this article

Scraping AppStore Reviews

Many of the comments also go on to develop the work done on the page.

For comments there's an Adobe Air application that collects store comments worldwide available from here but I don't believe the source is available. However, it proves it is possible.

Neosionnach
+2  A: 

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.

It also sends reports by email so you dont even have to login.

And its free (while in beta)

Ariel
It's actually top 200 from all app stores now, and updated hourly :)
Ariel
+1, as long as it stays free. :) If it goes paid, I'm rolling my own. The technical information is all out there.
Seva Alekseyev
The free account is "free forever", and there's no data sharing or aggregation.
Ariel
A: 

Hi, everyone !

We use AppViz and appFigures within 3 month for our PayPal Fee Calculator and RAW Chemicals apps.

So...

1) The first of all You may remind that AppViz are personal (but great on taste) project of one developer. And appFigures are product of a small company.

I love AppViz but follow phrase are not good for stable base.


Will you be updating and supporting AppViz ?

I have grand plans for the future of AppViz. How much time I end up spending on it really depends on the size of the market, but I hope to be able to provide an excellent tool for iPhone developers for some time to come.

(http://www.ideaswarm.com/faq/)

2) The second (but as addition to first item) are that appFigures have more improve and rich of features service.

And If You need to sale Yours apps, If You need to creating some ad campaign, and need effective tool - just look how appFigures working and features added each month.

Right now AppViz may be more pleasure as desktop application vs appFigures on-line service. But I still thinking that motivation of group of developer (small company) are stable as motivation of one (but may be talent) developer.

Sergei Shablovsky
A: 

If you allow me to promote my own little script here: I have written a Ruby script to format the raw Financial Reports from iTunes Connect to a nice HTML table. It doesn't download the files from iTunesConnect so you'd have to use one of the other tools before. You can get the script on GitHub.

Ole Begemann
A: 

Just try http://www.appstoresdk.com

Ray Kreisel
A: 

I've written a C# application to get and display all the comments from all the AppStores.

Update: It's not a script, but the source code is available at GitHub (http://github.com/berzniz/SimpleAppReviews/) so you can extend it.

Currently it can:

  • Download all comments and ratings per store
  • Display the reviews in a sortable table
  • Export data to CSV

You can get it here: SimpleAppReviews

Tal Bereznitskey
+1  A: 

This only covers reviews, but it work for that, and free: AppsReviewFinder

Tim Scott
The UI could use some polishing, but still very good.
Seva Alekseyev
AppReviewFinder yay! Multiple selection in the product list (or "Get all apps' reviews" command) would be most welcome, though.
Seva Alekseyev
A: 

I use http://search.cpan.org/~bfoz/p5-WWW-iTunesConnect-1.14/lib/WWW/iTunesConnect.pm but that's because I wrote it

Brandon Fosdick
A: 

You might also be interested in a script I wrote to check for apps being featured on the App Store homepage, in What's new, What's hot or Staff picks:

http://www.futuretap.com/blog/scraping-app-store-featured-entries/

Ortwin Gentz
+5  A: 

www.appannie.com is a relatively new site that does all the things you mentioned. I think it's in line with what you are looking for because it's focused on being simple and easy to use.

It's free right now so you might want to give it a shot.

Pin
Looks pretty promising service. Well executed.
tequilatango
I tried this out just now and it seems excellent.
Ciryon
I've just tried it out as well -- definitely fits the bill.
DanM
A: 

I have started a project for this over at Sourceforge: https://sourceforge.net/projects/itunesanalytics/. It's in a planning stage now, but if anyone wants to join in, I think that there's potential for a simple, powerful, open-source, free, self-hosted web app. I'm thinking something that pulls down the data, adding it to a database, and then gives the graphs and views that many of the other projects here are trying to create.

There are more than a few features that I think are desirable, but getting some code up and running and out there would probably go a long way to getting more people involved.

It might be a good time for me to learn Ruby on Rails.

ezrock
A: 

I'd like to bring to your attention also Mopapp.com, which integrates with iTunes Connect, but also with Google Android Market, RIM App World, Handango and Mobihand.

devguy
What's the licensing/pricing model like?
Seva Alekseyev
It's free now that's in beta...and there will be a completely free plan (to track multiple apps) also after the beta. There will be of course paid plans with more advanced features in the future.
devguy