app-store-ratings
Analyze app ratings and user feedback by retrieving total ratings and a 1-5 star histogram distribution for any App Store app. Identify trends and competitor performance.
Instructions
Get ratings for an App Store app. Returns an object with:
- ratings: Total number of ratings
- histogram: Distribution of ratings by star level (1-5)
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 ratings from (default: us) | us |
id | No | Numeric App ID (e.g., 553834731). Either this or appId must be provided. |