How to get app ratings from the Google Play Store API?

Is there a way to access user ratings and comments using the Play Store API? Basically, I want to be able to sort applications by type, ratings (1-5) and certain keywords in user comments.

+4
source share
1 answer

Game server Serach

I think this solution is:

String query = "rating:<rating>";
+2
source

Source: https://habr.com/ru/post/1533082/


All Articles