Is there a programatic way to access iTunesConnect sales reports? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-05T03:15:43Z http://stackoverflow.com/feeds/question/319322 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/319322/is-there-a-programatic-way-to-access-itunesconnect-sales-reports 3 Is there a programatic way to access iTunesConnect sales reports? Olie 2008-11-26T00:01:42Z 2009-11-24T23:10:41Z <p>I've got an app on the iTunes store, and Apple provides daily (and weekly) sales reports. I'd like to download these in an automated fashion (say, via script attached to a cron job), but I'm not sure how to get around all their https-forms, Web-objects controls, session-IDs, etc.</p> <p>Does anyone have a plug &amp; play solution for this?</p> <p>Thanks!</p> http://stackoverflow.com/questions/319322/is-there-a-programatic-way-to-access-itunesconnect-sales-reports/319351#319351 5 Answer by Ben Gottlieb for Is there a programatic way to access iTunesConnect sales reports? Ben Gottlieb 2008-11-26T00:19:45Z 2008-11-26T00:53:52Z <p>There's a thread in the Dev Forums about this: Sales Reports Script</p> <p>Link: https://devforums.apple.com/thread/1253?start=0&amp;tstart=0</p> http://stackoverflow.com/questions/319322/is-there-a-programatic-way-to-access-itunesconnect-sales-reports/1058151#1058151 0 Answer by Ariel for Is there a programatic way to access iTunesConnect sales reports? Ariel 2009-06-29T13:01:58Z 2009-06-29T13:01:58Z <p>There's no API but you cant "scrape" it, there are various open source scripts online.</p> <p>Instead though you can use <a href="http://www.appfigures.com" rel="nofollow">www.appfigures.com</a> which downloads reports automatically, turns them into interactive sales/downloads reports and sends parsed reports by email automatically as well as shows your reviews from all 77 app stores around the world and rank trending from 6 major app stores.</p> <p>For security reasons I'd use a sub iTC account when signing up.</p> <p>And its completely free (while in beta)</p> http://stackoverflow.com/questions/319322/is-there-a-programatic-way-to-access-itunesconnect-sales-reports/1793551#1793551 1 Answer by Dimitris for Is there a programatic way to access iTunesConnect sales reports? Dimitris 2009-11-24T23:02:51Z 2009-11-24T23:02:51Z <p>I really like AppSales, an open-source iPhone app that scrapes the iTunes Connect website and gives you daily and weekly reports, graphs etc. It's open source so you can extend it to your needs.</p> <p><a href="http://github.com/omz/AppSales-Mobile" rel="nofollow">http://github.com/omz/AppSales-Mobile</a></p> http://stackoverflow.com/questions/319322/is-there-a-programatic-way-to-access-itunesconnect-sales-reports/1793589#1793589 0 Answer by Johan Kool for Is there a programatic way to access iTunesConnect sales reports? Johan Kool 2009-11-24T23:10:41Z 2009-11-24T23:10:41Z <p>It may not exactly be what you were after, but I find that <a href="http://www.ideaswarm.com/products/appviz/" rel="nofollow">AppViz</a> is a very handy Mac application to download iTunes Connect reports, as well as create insightful graphs of your sales.</p>