list_google_play_reviews
List recent Google Play reviews for an Android app. Filter by star rating to target negative feedback and translate text.
Instructions
List recent Google Play user reviews for an app. Only reviews that contain text are returned — star-only ratings are excluded by the API. Use max_star_rating to focus on negative reviews (e.g. max_star_rating=2 for 1–2 star reviews). Each review includes the review ID needed for reply_to_google_play_review. Reviews are ordered by last modified date, most recent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | The Android package name e.g. com.example.myapp | |
| max_results | No | Maximum number of reviews to return (default 50). Pages of 100 are fetched transparently until the limit is reached. | |
| max_star_rating | No | Filter to reviews at or below this star rating — e.g. 2 returns only 1 and 2 star reviews | |
| translation_language | No | BCP-47 language code to translate review text into (e.g. en-US). Useful for apps with non-English reviews. |