如何申请从谷歌Play商店应用信息不认证商店、信息、Play

由网友(失落陪我牵手)分享简介:我已经做了一些研究,遇到下列(可能非官方)的URL是用来查询的Andr​​oid Play商店应用的详细信息跌跌撞撞。但根据非官方谷歌电子市场的api我想这其中的是的使用认证令牌I've done some research and stumbled across the following (maybe unoff...

我已经做了一些研究,遇到下列(可能非官方)的URL是用来查询的Andr​​oid Play商店应用的详细信息跌跌撞撞。但根据非官方谷歌电子市场的api我想这其中的是的使用认证令牌

I've done some research and stumbled across the following (maybe unofficial) url which is used to query app details from android play store. But based on the unofficial google market api I guess this one is using authentication token

http://android.clients.google.com/market/api/ApiRequest

显然有办法要求Android应用程序的详细信息,而无需登录到那些谷歌账户 - 这是当一个网络浏览器浏览谷歌网站的打法是如何工作的。

There is obviously a way to request android app details without logging into ones google account - that's how Google play site works when browsed in a web browser.

我无法找到如何真正做到这一点的任何指导。

I was unable to find any guidance on how to actually do that.

我开发这个项目不能有任何非官方库或codeS的话,它也不能使用任何专用的Andr​​oid API。

The project I develop cannot have any unofficial libraries or codes in it, it also cannot use any private android API.

我还提出了以下的链接,这显然不是一个官方的谷歌API链接(换句话说,不是100%值得信赖,它不会更改,恕不另行通知)

I also came up to the following link, which obviously is not an official google api link (in other words not 100% trustworthy that it wouldn't change without prior notice)

https://androidquery.appspot.com/api/market?app=(put the package name here)

不过,我想任何可能的解决办法应该是类似于这个环节内部进行的东西。

But I guess any possible solution should be something similar to what this link is internally performing.

那么,如何构建一个有效的请求,Google Play商店来获取应用程序的信息(请求的URL,参数,参数格式,饼干等。)?

So, how to construct a valid request to google play store to retrieve app info (request url, parameters, parameter formats, cookies, etc.)?

推荐答案

我google了一下这个有趣的案例。

I have google a bit to this interesting case.

简单的回答是,有没有简单的API来获取这些信息。 你需要做一些工作来获得干净的数据。

The short answer is, there is no easy API to get this info. You need to do some work to get clean data.

这将是有用的: Is那里的谷歌Play商店应用的官方API?

This will be usefull: Is there an official API for the Google Play Store app?

https://developer.android.com/distribute/googleplay/promote/ linking.html

某些应用,信息从谷歌播放

希望这有助于:)

阅读全文

相关推荐

最新文章