API to get android google play reviews(Getting device name and app version)(获取android google play评论的API(获取设备名称和应用版本))
问题描述
我想检索 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(获取设备名称和应用版本)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:获取android google play评论的API(获取设备名称和应用版本)


- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- UITextView 内容插图 2022-01-01
- URL编码Swift iOS 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01