简体   繁体   中英

Access other Android Apps Reviews

I am building an application in which I wanted to get the list of reviews, comments and ratings from Google Play Store of other Android apps.

Using Google Developer Play API I can get the reviews list for apps hosted by me but it struggling to find a way to get the reviews/comments list of others apps(not published by my account). Let me know if anyone had any idea about this requirement.

Get all reviews from any Google App.

https://still-plateau-10039.herokuapp.com/reviews?id=mytown.preschool

id={google-app-id}

This will return a json of

 [
id: "id",
userName: "Sonal Zade",
userImage: "user-image-h96/photo.jpg",
date: "April 15, 2017",
url: "url",
score: 5,
title: "",
text: "I have fun to play your games but the problem is that these games."
]

The service will return all the reviews on the app

Or simple host this locally Source code of the service can be found at https://github.com/tohir87/googleplay-reviews

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM