Google Play doesn't have an API. So I built one.
1–10 of 21 posts
Re: Google Play doesn't have an API. So I built one.
#2Re: Google Play doesn't have an API. So I built one.
#3Do you run into any query limits with aggressive scraping? A colleague wrote an android market scraper a year or two back and she was repeatedly stymied by limits on the number of queries she could make to the store before getting cut off.
Re: Google Play doesn't have an API. So I built one.
#4 \PastFuture\MarketBot\App\Android\AmazonAppstoreApp
Welcome to Modern PHP.Re: Google Play doesn't have an API. So I built one.
#5Re: Google Play doesn't have an API. So I built one.
#6If you want to add iTunes, here's an article on how to get the iTunes Store HTML from PHP: http://hactheplanet.com/blog/5
Re: Google Play doesn't have an API. So I built one.
#7http://github.com/chadrem/market_bot
Edit: I would like to point out that Google Play actually does have an API. It uses protocol buffers, if you check the Google Play apk.
Re: Google Play doesn't have an API. So I built one.
#8Why don't Google Play provide JSON API like iTunes do?
http://itunes.apple.com/lookup?id=343200656
and alternatively
http://itunes.apple.com/lookup?bundleId=com.clickgamer.Angry...
The second link can be used in client app to self-checking for new version updates.
Re: Google Play doesn't have an API. So I built one.
#9I see, it's based off of: http://github.com/chadrem/market_bot Edit: I would like to point out that Google Play actually does have an API. It uses protocol buffers, if you check the Google Play apk. http://github.com/kanzure/android-market-api-py
Re: Google Play doesn't have an API. So I built one.
#10I see, it's based off of: http://github.com/chadrem/market_bot Edit: I would like to point out that Google Play actually does have an API. It uses protocol buffers, if you check the Google Play apk. http://github.com/kanzure/android-market-api-py
It's not official though, and the results you get back from it are incredibly varied.
Can you show me? I haven't noticed.