fetch_reviews
Retrieve app reviews in bulk from Google Play Store and Apple App Store by specifying app ID, platform, and filters like region, language, and sorting criteria. Simplifies review analysis and feedback collection for app developers.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | The unique identifier for the app (Android package name, iOS numeric ID or bundle ID). | |
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 |
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. | |
platform | Yes | The platform of the app ('ios' or 'android'). | |
sort | No | Sorting order for reviews: 'newest', 'rating', 'helpfulness'. Default 'newest'. | newest |