【问题标题】:Google play API for pulling reviews and find list of applications用于提取评论和查找应用程序列表的 Google Play API
【发布时间】:2017-06-04 20:31:16
【问题描述】:

我们正在构建一个工具,让用户可以 oAuth 进入他们的 google play 帐户,这样他们就可以监控他们的应用程序的评论。

https://developers.google.com/android-publisher/api-ref/reviews

问题是我们没有找到任何特定的 API,一旦用户 oAuth 进入他们的帐户,就可以提供已发布应用程序的列表。

我们需要一份他们的应用程序列表,以便我们可以通过https://developers.google.com/android-publisher/api-ref/reviews/list 获取packageName

【问题讨论】:

  • 你解决了这个问题吗?

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


【解决方案1】:

确实,android-publisher API 不提供此类功能。

作为一种解决方法,您可以使用http://play.google.com/store/search?q=pub:publisher-name URL(其中 publisher-name 是一个参数)查询 Google Play 网络界面,然后解析页面以获取包名称。
例如,要获取所有 Google 的应用程序,请使用以下查询:https://play.google.com/store/search?q=pub:Google+LLC

另一种选择是使用非官方的 Google Play API,例如 this one(来自 Google 的第一个搜索结果)。

【讨论】:

    猜你喜欢
    • 2015-07-02
    • 1970-01-01
    • 2020-07-20
    • 2022-11-13
    • 2018-10-04
    • 2022-10-16
    • 1970-01-01
    • 1970-01-01
    • 2020-08-01
    相关资源
    最近更新 更多