Back to Google Play

Connect Knoon AI with Google Play (Google Cloud) to automate AI workflows.

List recent reviews for a Google Play app package.
googleCloudGooglePlayListReviews
BETA
Internal
Permissions
  • https://www.googleapis.com/auth/androidpublisher
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
packageNamemustache Android package name (e.g. "com.example.app").Yes
maxResultsmustache Optional. Max number of reviews to return (1-100). Defaults to 20.No
translationLanguagemustache Optional. BCP-47 language code for translated reviews (e.g. "en").No
Returns
NameTypeDescription
packageNamestring Android package name.
reviews.reviewIdstring Review ID.
reviews.authorNamestring Reviewer display name.
reviews.textstring Review text from the user.
reviews.starRatingnumber Star rating (1-5).
reviews.reviewerLanguagestring Reviewer language code.
reviews.lastModifiedstring ISO timestamp for the last modification.
reviews.developerReplystring Latest developer reply text if available.