I am creating statistics and would like to have statistics from google play (app store). Information, for example, the most popular, downloadable, price, etc.
Does anyone know if there is an API for this or should I clean it myself?
There is a project called android-market-api http://code.google.com/p/android-market-api . Start from there.
http://code.google.com/p/android-market-api/source/browse/trunk/AndroidMarketApi/proto/market.proto . Look at the definition of the application to get an idea of ββwhat you can extract.
You can ask the guy who wrote it how he turned his attention to the protocol of the Android market.
Using it, you can search and then get information for each application.
Source: https://habr.com/ru/post/917276/More articles:MySQL Query for counting the number of databases a user owns? - mysqlWhy doesn't Capistrano set gemstones with a bunch? - ruby-on-railsLocal storage "undefined is not a function" - local-storageHow to convert structured text to data columns in R? - rSending a large file using HttpWebRequest, increasing / decreasing the buffer as needed - httpJava string [] partial copying - javaEclipse error: selection must be WSDL - javasample size for A / B test significance - rHow to center an NSTextField in a view - objective-cUnderstanding a global variable in Python - pythonAll Articles