get_customer_reviews
Retrieve customer reviews and ratings for any app. Filter by star rating, territory, and date range to analyze user feedback and monitor App Store performance.
Instructions
Get customer reviews and ratings for an app. Returns individual written reviews with aggregated rating statistics (average rating, star distribution). Also fetches the official App Store rating (average + count) from the iTunes Lookup API — set storeCountry (2-letter ISO code, default 'US') to get ratings for a specific country. Written reviews can be filtered by star rating, territory (3-letter code like 'USA', 'FRA'), and date range. Sorted by newest first by default. Requires appId from list_apps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default: -createdDate, newest first) | -createdDate |
| appId | Yes | App Store Connect app ID (from list_apps) | |
| limit | No | Max reviews to fetch (default 500, max 1000) | |
| rating | No | Filter by star rating (1-5) | |
| endDate | No | Filter reviews on or before this date (YYYY-MM-DD) | |
| startDate | No | Filter reviews on or after this date (YYYY-MM-DD) | |
| territory | No | Filter by territory code (e.g. 'USA') | |
| storeCountry | No | ISO 2-letter country code for App Store rating lookup (default 'US'). Ratings vary by country. | US |