I’ve been looking for some mechanism through which I can fetch android app’s information such as app’s ID in market, it’s category, pricing, its icon and likewise from Google Play. I know there’s a facility for App store for iOS, in which we can fetch app’s information through URL below, which returns us back JSON of it:
http://itunes.apple.com/search?media=software&term=%5Bquery_word%5D
I need same for Android Market. Is there any URL for doing the same?
thanks in advance.
Here is Android Market API ported to PHP:
https://github.com/splitfeed/android-market-api-php