【问题标题】:Access other Android Apps Reviews访问其他 Android 应用程序评论
【发布时间】:2017-02-22 11:23:08
【问题描述】:

我正在构建一个应用程序,我想在其中从其他 Android 应用程序的 Google Play 商店获取评论、cmets 和评级列表。

使用 Google Developer Play API,我可以获得由我托管的应用程序的评论列表,但它很难找到一种方法来获取其他应用程序的评论/cmets 列表(不是由我的帐户发布的)。如果有人对此要求有任何想法,请告诉我。

【问题讨论】:

    标签: android mobile google-play-developer-api


    【解决方案1】:

    从任何 Google 应用中获取所有评论。

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

    id={google-app-id}
    

    这将返回一个 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."
    ]
    

    该服务将返回应用程序上的所有评论

    或者简单地在本地托管这个 该服务的源代码可以在https://github.com/tohir87/googleplay-reviews找到

    【讨论】:

    • 这是基于网页抓取吗?
    • 是的。网页抓取
    • 好的,谢谢,是所有国家商店的废品,还是我们必须一一调用?
    • 它是从github.com/facundoolano/google-play-scraper 扩展而来的。我只是将它公开为当前托管在 heroku 上的可消耗节点服务。
    • @Tohir 我需要从谷歌开发者应用程序中获取未回复的评论列表并从他们的帐户中发布回复。这可能吗??请回答这个问题stackoverflow.com/questions/50185190/…
    猜你喜欢
    • 2014-04-03
    • 2014-12-11
    • 2022-11-13
    • 1970-01-01
    • 1970-01-01
    • 2015-10-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多