Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

API to get android google play reviews(Getting device name and app version)

Tags:

I want to retrieve all the reviews for a specific app on google play and I need these informations from the reviews : rating, comment, device name and app version the review was wrote for.

I tried to use the android-market-api but sadly I can only get rating, creationtime, authorname, text, authorid.

So I was wondering if there is an API or an url I can send a post or get request (like the android-market-api send a post request) to retrieve the information I need.

like image 653
Alexis Avatar asked Jul 05 '12 15:07

Alexis


People also ask

Is there an API for Google reviews?

The Google My Business API provides you with the ability to work with review data to perform the following operations: List all reviews. Get a specific review. Get reviews from multiple locations.

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

The App Details from PlayStore is an API that returns real-time details of any Android app. It also can be used in combination with shields.io for generating Android app related badges with realtime values for an app's README file (or) any other use case for that matter.

How do I get app market information on Google Play?

Android System SettingsOnce in Settings, tap Apps and notifications (or your phone manufacturer's name it). When you're in there, tap See all xyz apps (where xyz is the number of apps you have installed). Now scroll down until you find the app you want to find the version for. Then tap it in the list.


1 Answers

Finally Google offers it now (announced at Google I/O 2016):

Google Play Reviews API

like image 133
Jing Li Avatar answered Oct 04 '22 01:10

Jing Li