从Google Play中提取统计信息 [英] Extract statistics from google play

查看:329
本文介绍了从Google Play中提取统计信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在创建一些统计数据,并希望从Google Play(应用商店)获得统计数据。像最受欢迎,下载,价格等信息



有人知道是否有API或我必须自己刮?

解决方案

有一个名为android-market-api的项目 http://code.google.com/p/android-market-api 。从那里开始。



http://code.google.com/p/android-market-api/source/browse/trunk/AndroidMarketApi/proto/market.proto



你可以问问写这篇文章的人是如何反向设计Android市场的协议的。 p>

使用它可以进行搜索,然后获得每个应用程序的信息。


I'm building some statistics and would like to have the statistics from google play (the app store) as well. Information like most popular, downloads, price, etc.

Does anyone know if there is an API for this or do I have to scrape it myself?

解决方案

There's a project called android-market-api http://code.google.com/p/android-market-api. Start from there.

http://code.google.com/p/android-market-api/source/browse/trunk/AndroidMarketApi/proto/market.proto. Look at App definition there to get idea of what you could extract.

You can ask the guy who wrote it how he reverse-engineered the protocol of Android market.

Using it you can make searches and then get info per application.

这篇关于从Google Play中提取统计信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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