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

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

    Some interesting apis released for getting reviews and reply on google play. You can get the all the data you want:

        "device": string,
        "androidOsVersion": integer,
        "appVersionCode": integer,
        "appVersionName": string
    

    get GET Returns a single review based on review id.
    list
    Returns a list of reviews from playstore.
    reply
    Reply to a single review, or update an existing reply.

    More here.

提交回复
热议问题