app-store-reviews
Analyze App Store reviews to gather user feedback, ratings, and version insights. Use numeric ID or bundle ID, filter by country, page, and sort order to research app performance and trends.
Instructions
Get reviews for an App Store app. Returns an array of reviews with:
- id: Review ID
- userName: Reviewer's name
- userUrl: Reviewer's profile URL
- version: App version reviewed
- score: Rating (1-5)
- title: Review title
- text: Review content
- url: Review URL
- updated: Review date (ISO string)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | No | Bundle ID (e.g., 'com.midasplayer.apps.candycrushsaga'). Either this or id must be provided. | |
country | No | Country code to get reviews from (default: us) | us |
id | No | Numeric App ID (e.g., 553834731). Either this or appId must be provided. | |
page | No | Page number to retrieve (default: 1, max: 10) | |
sort | No | Sort order (recent or helpful) | recent |