fetch_reviews
Retrieve user reviews from Google Play Store or Apple App Store for app analysis and feedback monitoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The unique identifier for the app (Android package name, iOS numeric ID or bundle ID). | |
| platform | Yes | The platform of the app ('ios' or 'android'). | |
| num | No | Number of reviews to fetch (1-1000, default 100). Note: Actual number may be less due to API limitations. For iOS, limited to 10 pages max. | |
| country | No | Two-letter country code for the App Store/Play Store region. Default 'us'. | us |
| lang | No | Language code for reviews. Default 'en'. | en |
| sort | No | Sorting order for reviews: 'newest', 'rating', 'helpfulness'. Default 'newest'. | newest |