我想检索 google play 上特定应用的所有评论,我需要评论中的这些信息:评级、评论、设备名称和评论所针对的应用版本.
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.
我尝试使用 android-market-api,但遗憾的是我只能获得评级、创建时间、作者姓名、文本、authorid.
I tried to use the android-market-api but sadly I can only get rating, creationtime, authorname, text, authorid.
所以我想知道是否有 API 或 url 我可以发送帖子或获取请求(如 android-market-api 发送帖子请求)来检索我需要的信息.
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.
Google 终于提供了它(在 Google I/O 2016):
Finally Google offers it now (announced at Google I/O 2016):
Google Play 评论 API
这篇关于获取android google play评论的API(获取设备名称和应用版本)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!