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
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| packageName | mustache | Android package name (e.g. "com.example.app"). | Yes |
| maxResults | mustache | Optional. Max number of reviews to return (1-100). Defaults to 20. | No |
| translationLanguage | mustache | Optional. BCP-47 language code for translated reviews (e.g. "en"). | No |
Returns
| Name | Type | Description |
|---|---|---|
| packageName | string | Android package name. |
| reviews.reviewId | string | Review ID. |
| reviews.authorName | string | Reviewer display name. |
| reviews.text | string | Review text from the user. |
| reviews.starRating | number | Star rating (1-5). |
| reviews.reviewerLanguage | string | Reviewer language code. |
| reviews.lastModified | string | ISO timestamp for the last modification. |
| reviews.developerReply | string | Latest developer reply text if available. |