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
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.