Reputation: 1044
I released and Android app, and I want to be able to collect comments in some sort of programmatic fashon. I've looked around the the web and can't seem to find any Google API or any 3rd party service. Does anyone have any suggestions or know something I don't?
I was thinking about writing some sort of HTML scraper to just extract them from the developer console, but I wanted to get some feedback before I start that little adventure.
Thanks
Upvotes: 1
Views: 132
Reputation: 72583
You can use the unofficial Android Market API (It is still called like that).
It scrapes the content from the play store, so you can do all kind of things with it:
E.g. get the description, app logo, comments etc.
Upvotes: 2