Equivalent to rss.itunes generator for Google Play

I know this is not a simple programming question,

So, I asked him on android.stackexchange.com, but unfortunately no one sees this.

I want to get statistics about applications on Google Play (not in my application)

I noticed this API from Apple:

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

This API gives statistics about the apple app store.

Is there an alternative RSS / API for Android Play?

+5
source share
2 answers

I found two git repositories that do this for Android:

0
source

I do not believe that there is such a thing in the Android Market.

  • If you really need it, I suppose you could use pages like the following and parse the contents:

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

  1. some third parties have an available feed, although Follow the Android Market with an RSS reader (for beginners)

  2. Third-party site http://www.appbrain.com/

Note. This answer copies and pastes from this SO Question1 and SO Question2 .

+3
source

All Articles