Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there anyway to to fetch reviews at google play developer console programmatically?

We can track "RATINGS & REVIEWS" at Google Play Developer Console for our android apps(as an admin). I wonder if it is possible to get these "RATINGS & REVIEWS" programmatically(i.e. getting as json or rss)? Or should I try to write a code block which parses that page?

Edit: I've written and I'm currently using my parser. But I think Google should give use an official solution for this.

like image 680
Devrim Avatar asked Oct 07 '13 20:10

Devrim


People also ask

Is there any official API to get app details from the Play Store?

Try this google official api: github.com/googlesamples/android-play-publisher-api/tree/master/…

How do you know if reviews are fake on Google Play?

Fake reviews on Google Play First, several of them have misspelled words and minor grammatical errors. If you look closer, the reviews are lacking details. And many of them are written very similarly, like using the app to find your remote. The rest repeat over and over again that the app is fantastic.

Does Google Play store have an API?

An API for multiple mobile app stores: Android apps on Google Play and iOS apps on Apple iTunes.


1 Answers

Now it is available. Thanks Google.

Ratings and reviews are also available for programmatic access through Google Cloud Storage and the gsutil tool. Your data, updated daily, is stored in this private bucket:

Edit 05.30.2016: At io16 Google Play Review Api is announced. Also official app for android; Google Play Developer Console App

like image 108
Devrim Avatar answered Sep 23 '22 05:09

Devrim