googleplay_reviews
Pull Google Play app reviews by app ID, with options for language, country, sort, and pagination. Get clean JSON data for analysis or monitoring.
Instructions
Retrieve Google Play reviews. Returns one or more pages of app reviews. Set paginate=true to fetch only the requested page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | No | Number of reviews | |
| lang | No | Two-letter language code | |
| sort | No | Sort: helpfulness, newest, rating | |
| app_id | Yes | Google Play app id | |
| country | No | Two-letter country code | |
| paginate | No | Only fetch the requested page | |
| next_pagination_token | No | Token from a previous response |