在PHP中获取安卓应用程序的信息


fetching android app's information in PHP

我一直在寻找某种机制,通过它我可以获取Android应用程序的信息,例如市场上的应用程序ID,类别,定价,图标以及同样来自Google Play的信息。我知道iOS应用商店有一个工具,我们可以通过下面的URL获取应用程序的信息,这会返回我们的JSON:

http://itunes.apple.com/search?media=software&term=[query_word]

我需要同样适用于Android Market。有没有做同样事情的网址?

提前谢谢。

以下是移植到 PHP 的 Android Market API:https://github.com/splitfeed/android-market-api-php