如何申请从谷歌Play商店应用信息不认证 [英] How to request app info from Google Play store without authentication

查看:210
本文介绍了如何申请从谷歌Play商店应用信息不认证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经做了一些研究,遇到下列(可能非官方)的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.

这将是有用的:
<一href="http://stackoverflow.com/questions/12017291/is-there-an-official-api-for-the-google-play-store-app">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

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

希望这有助于:)

这篇关于如何申请从谷歌Play商店应用信息不认证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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