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

前端 未结 6 1198
鱼传尺愫
鱼传尺愫 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:43

    I am currently also searching for the same thing. Although its an old thread but just thought to share my research so far in this domain which might be helpful for other visitors.

    commercial

    • https://42matters.com/api/lookup

    open-source

    • https://code.google.com/p/android-market-api/ Java
    • https://github.com/MarcelloLins/GooglePlayAppsCrawler C#
    • https://github.com/chadrem/market_bot Ruby
    • https://github.com/Akdeniz/google-play-crawler Java
    • https://github.com/egirault/googleplay-api Python

    Update :

    http://www.playstoreapi.com/docs#app_info (unavailable now !) but instead you can give a try to https://github.com/thetutlage/Google-Play-Store-API/

提交回复
热议问题