Smile
Smile

Reputation: 637

How to get apps review and ratings from itunes connect

Hello i am wondering if there is any way to get the app information like number of downloads, rating, review etc . from appstore or from itunes connect. If I call this url http://itunes.apple.com/US/lookup?bundleId=com.XXX.XXX it gives the some of the information related to that app like supported os, devices, images, etc. I would like to know do we have such permissions or such possibility to do that.

Any reference, link, or suggestions will be highly appreciated. Thanks in advance

Upvotes: 9

Views: 10569

Answers (2)

Ariel
Ariel

Reputation: 4500

In case you're looking for an out-of-the-box API to handle reviews and ratings you should check ours (Appfigures) out:

The following request will get you all of the reviews for Super Mario Run for iPhone in the US (but you can add any country or app):

https://api.appfigures.com/reviews?countries=us&products=265018212233

This request will get you the current ratings for Super Mario Run in all countries:

https://api.appfigures.com/v2/reports/ratings?products=265018212233&group_by=country

Upvotes: 1

Related Questions