Get App Store reviews
get_app_store_reviewsFetch recent public customer reviews for any iOS app. Supports per-country filtering, sorting by recency or helpfulness, and up to 500 reviews per request.
Instructions
Fetch recent public customer reviews for an app. Best-effort: sourced from an undocumented Apple feed capped at ~500 reviews per storefront, with a small page-sourced fallback when the feed is empty. Reviews are per-country.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 'most_recent' or 'most_helpful'. | most_recent |
| limit | No | Max reviews to return (1-500; Apple caps the underlying feed at ~500 per storefront regardless of this value). | |
| country | No | ISO 3166-1 alpha-2 storefront code, e.g. 'us', 'de', 'jp'. Defaults to the country in the URL if one was passed, else 'us'. | |
| app_id_or_url | Yes | Numeric App Store app ID or a full apps.apple.com URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| app_id | Yes | ||
| reviews | Yes | ||
| sources | Yes |