Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to automatically download the current pricing matrix from iTunes connect?

Is it possible to automatically download the current pricing matrix from iTunes connect?

I'm talking about the table of pricing tiers that shows you their value in various currencies. You can see it on the iTunes connect site when you're selecting a pricing tier for an app (or in app purchase).

Aside from manually copy and pasting from iTunes connect, or writing my own scraping code, is there an existing solution to get the most recent version of that table in a form that I can work with from code?

like image 654
Josh Knauer Avatar asked Nov 28 '11 16:11

Josh Knauer


Video Answer


1 Answers

Discovered here

Log in to iTunes Connect and then visit this link, replacing [app-id] with an id from one of your apps.

https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/[app-id]/pricing/matrix

This is not an official public API and may change, but it is currently working.

like image 187
Will Calderwood Avatar answered Oct 01 '22 01:10

Will Calderwood