Is there a programatic way to access iTunesConnect sales reports? - Stack Overflow most recent 30 from stackoverflow.com2009-12-05T03:15:43Zhttp://stackoverflow.com/feeds/question/319322http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/319322/is-there-a-programatic-way-to-access-itunesconnect-sales-reports3Is there a programatic way to access iTunesConnect sales reports?Olie2008-11-26T00:01:42Z2009-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 & play solution for this?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/319322/is-there-a-programatic-way-to-access-itunesconnect-sales-reports/319351#3193515Answer by Ben Gottlieb for Is there a programatic way to access iTunesConnect sales reports?Ben Gottlieb2008-11-26T00:19:45Z2008-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&tstart=0</p>
http://stackoverflow.com/questions/319322/is-there-a-programatic-way-to-access-itunesconnect-sales-reports/1058151#10581510Answer by Ariel for Is there a programatic way to access iTunesConnect sales reports?Ariel2009-06-29T13:01:58Z2009-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#17935511Answer by Dimitris for Is there a programatic way to access iTunesConnect sales reports?Dimitris2009-11-24T23:02:51Z2009-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#17935890Answer by Johan Kool for Is there a programatic way to access iTunesConnect sales reports?Johan Kool2009-11-24T23:10:41Z2009-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>