javascript 通过 API 调用进行 Google Play 搜索查询的 JSON 输出?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11182023/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
JSON output for Google Play search query via API call?
提问by Crashalot
Is there an API to search Google Play for apps of a certain name (e.g., food) and return the output as JSON?
是否有 API 可以在 Google Play 中搜索特定名称(例如食物)的应用程序并将输出作为 JSON 返回?
For instance, we would love an API that permits parsing of queries like this: https://play.google.com/store/search?q=food&c=apps
例如,我们会喜欢一个允许解析这样的查询的 API:https: //play.google.com/store/search?q=food&c=apps
We need something for JavaScript to get called from a web page.
我们需要一些东西让 JavaScript 从网页中被调用。
None of the Google Play APIs we have seen allow this.
我们见过的所有 Google Play API 都不允许这样做。
采纳答案by Crashalot
Found a JSON API from AppAware: https://groups.google.com/forum/?fromgroups#!topic/android-market-api/-F2QfvGt1nU
从 AppAware 找到了一个 JSON API:https://groups.google.com/forum/ ?fromgroups#! topic/android-market-api/-F2QfvGt1nU
Note: it only checks apps, which is sufficient for our purposes.
注意:它只检查应用程序,这足以满足我们的目的。
回答by Regis
You might want to check this thread : Getting Data from Android Play Store:
您可能想查看此线程:从 Android Play 商店获取数据:
- Embedded JAR solution
- A C# project
- Many sites offers to scrap the Google play content
- 嵌入式 JAR 解决方案
- AC#项目
- 许多网站提供废弃 Google Play 内容