Atrás a Google Play
Conectar Knoon AI con Google Play (Google Cloud) para automatizar flujos de trabajo de AI.
List recent reviews for a Google Play app package.
googleCloudGooglePlayListReviews
Beta
Interno
Permisos
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| packageName | mustache | Android package name (e.g. "com.example.app"). | Sí |
| 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 |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |