android – Google Play商店API

有没有办法使用Play Store API访问用户的评分和评论?基本上,我希望能够按类型,评级(1-5)和用户评论中的某些关键字对应用进行排序. 最佳答案
Serach Playstore

我认为这是解决方案:

String query = "rating:<rating>";
点赞