从 Google Play 获取应用详情 [英] Get app-details from Google Play

查看:53
本文介绍了从 Google Play 获取应用详情的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道各种应用统计网站如何从 Google Play 获取应用详细信息.由于 GP 没有公共 API.一个例子是 Appaware.com - 他们有 Google Play 应用程序的完整详细信息.

I am wondering how the various app statistics sites get app-details from Google Play. As GP does not have a public API. An example is Appaware.com - they have full details for Google Play apps.

一种可能的解决方案是抓取,但它不起作用,因为当您开始向他们发送数百个请求时,Google 会阻止您.

A possible solution is scraping, however it doesn't work because Google will block you when you start sending hundreds of requests to them.

有什么想法吗?

附言Google Play Developers API"不是一种选择,因为它只允许您访问您的应用的应用详细信息.

p.s. "Google Play Developers API" is not a choice as it lets you access app-details only for your apps.

推荐答案

他们使用 Android 设备使用的移动 API(即使用 这个库) 或抓取 Google Play 网站.这两种方法都受到速率限制,因此它们会在请求之间暂停.

They use either the mobile API used by Android devices (i.e. with this library) or scrape the Google Play website. Both methods are subject to rate limiting, so they put pauses in between requests.

移动设备 API 完全没有文档记录,并且很难对其进行编程.我建议刮刮.

The mobile device API is completely undocumented and very difficult to program against. I would recommend scraping.

没有您可以使用的官方 API 或提要.

There is no official API or feed that you can use.

这篇关于从 Google Play 获取应用详情的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆