Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatically download sales reports from iTunes Connect

I had a nice and hacky Perl script to automatically scrape and download sales report files from iTunes Connect. As of today, Apple overhauled the sales report site. It looks a lot nicer, but it uses a lot of JavaScript and simple scraping isn't going to work any more.

So, does anybody know of a way to scrape this new site effectively?

Some previous questions point to various scripts and online services. I presume they are all broken now as well. If you know of one that is still functional, please let me know.

like image 531
Daniel Dickison Avatar asked Sep 10 '10 03:09

Daniel Dickison


1 Answers

http://code.google.com/p/appdailysales/ was just updated to support the Sept 2010 iTunes connect changes.

Edit: please use http://www.apple.com/itunesnews/docs/Autoingestion.class.zip or something based on that, like https://github.com/danieldickison/appdailysales

like image 100
Hafthor Avatar answered Nov 11 '22 07:11

Hafthor