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