What is Appstore Reviews?
Appstore Reviews is a Free and Easy way to obtain the all the reviews about any app on the iTunes App Store. It works for all stores across the world and is built on top of Google App Engine so there is no need to run a scraper locallyHow do I use it?
It’s very easy- Find out your app id
- Select the store for which you want to view the reviews
- Get the url
Example: for my application iSoton, the app id is 336912491 and the UK store is 143444
http://appstore-reviews.appspot.com/reviews?id=336912491&store=143444
How can I embed it into my website?
Inser the following code into the HTML of your site and replace the src tag appropriately.
<iframe
style="width:600px; height:600px; border: solid 0px black;"
src="http://appstore-reviews.appspot.com/reviews?id=336912491&store=143444">
</iframe>
What output formats does it support?
Currently Appstore-Reviews supports JSON and HTML. You may use the JSON in your code or embed the HTML output within your app's site.Terms of use
You may use this for non-commercial as well as commercial projects.
