Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Equivalent to rss.itunes generator for Google Play

I know that it's not a pure programming question,

So I asked it on android.stackexchange.com, but unfortunately no one sees that.

I want to get statistics about apps on Google Play (not my app)

I noticed this API by Apple:

https://rss.itunes.apple.com/

This API gives statistics about apple app store

Is there an alternative RSS/API for Android Play?

like image 823
David Avatar asked Oct 19 '22 12:10

David


1 Answers

I don't believe there is such a thing available for Android Market.

  1. If you really need it, I suppose you could use pages like the following and parse the content:

https://market.android.com/details?id=apps_topselling_paid

  1. some 3rd parties do seem to have a feed available though Follow the Android Market with an RSS reader (for beginners)

  2. 3rd party site http://www.appbrain.com/

Note: This answer copy & paste from this SO Question1 & SO Question2.

like image 153
Ranjithkumar Avatar answered Oct 22 '22 03:10

Ranjithkumar