app-store-ratings
Analyze app ratings and review distributions from the App Store using numeric app ID or bundle ID. Provides total ratings and a star-level histogram for targeted market insights.
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. |