Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get app reviews from Itunes

Tags:

ios

itunes

review

I'm trying to get the app reviews/rating in iTunes to display in my website. The info in need includes: Review title, review description, number of star, time review, nick name of the reviewer.

Since I cannot have the actual URL of the app, I cannot get info as a normal HTML link.

like image 850
JOY Avatar asked Apr 29 '13 07:04

JOY


2 Answers

iTunes offers a reviews RSS feed that will return the last 500 reviews for any app: http://itunes.apple.com/us/rss/customerreviews/id=364709193/xml

Note the reviews are specific to a storefront - so change out the "us" to the country code you want reviews for.

And the app ID referenced above can be found in the link to any app in the App Store.

like image 143
Ted Hosmann Avatar answered Sep 24 '22 19:09

Ted Hosmann


In your Itunes Connect account

1-Go to your apps and select the desired app

2-Go to customers reviews

3-Get the RSS feeds for your app reviewsenter image description here

Then you can easily included in your website

like image 44
Mutawe Avatar answered Sep 26 '22 19:09

Mutawe