API to get android google play reviews(Getting device name and app version)

前端 未结 6 1210
鱼传尺愫
鱼传尺愫 2020-12-08 05:00

I want to retrieve all the reviews for a specific app on google play and I need these informations from the reviews : rating, comment, device name and app version the review

6条回答
  •  渐次进展
    2020-12-08 05:31

    So when people start to answer this question they are going to point you to the following API:

    Title: android-market-api.
    link: http://code.google.com/p/android-market-api/

    Unfortunately this API is mediocre and has some problems that I don't think are related to the developers of the API but the interaction with google.

    I have used this API and the application I wrote works for finding some app's and their metadata but others it just returns no results. I have been searching for an answer to this for a while and I have yet to figure it out.

    Good luck

提交回复
热议问题