简体   繁体   English

访问其他 Android 应用评论

[英]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.我正在构建一个应用程序,我想在其中从其他 Android 应用程序的 Google Play 商店获取评论、评论和评级列表。

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).使用 Google Developer Play API 我可以获得我托管的应用程序的评论列表,但它很难找到一种方法来获取其他应用程序(不是我的帐户发布的)的评论/评论列表。 Let me know if anyone had any idea about this requirement.让我知道是否有人对此要求有任何想法。

Get all reviews from any Google App.从任何 Google App 获取所有评论。

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

id={google-app-id}

This will return a json of这将返回一个 json

 [
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或者简单地在本地托管服务的源代码可以在https://github.com/tohir87/googleplay-reviews找到

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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