Get app reviews
get_app_reviewsReviews for one app. Apple reviews come from the customerreviews RSS feed and are hard-capped at 500 per app per country (50/page x pages 1-10); page>10 returns an error, and sort="rating" is not supported for Apple. Google reviews are token-paginated and effectively unbounded — pass the nextToken from a prior call's pagination to page forward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Apple trackId (numeric string) or Google package name. | |
| lang | No | Language. Derived from country when omitted. | |
| page | No | Apple only, 1-10 (RSS is fixed 50/page). Default 1. | |
| sort | No | Sort order. "rating" is unsupported for Apple. Default recent. | |
| limit | No | Apple clamped to 50. Google ~150-200/page. Default 50. | |
| store | Yes | Target store. | |
| token | No | Google only. The nextToken from a prior page's pagination. | |
| country | No | ISO-3166 alpha-2 storefront/region, lowercase. Defaults to us. |