Apple App Store reviews as structured JSON via the Apify Reviews API Actor, hosted MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The most efficient, reliable, and developer-friendly way to use the Apple App Store Reviews API.
Actor page: apify.com/johnvc/apple-app-store-reviews-api Input schema: apify.com/johnvc/apple-app-store-reviews-api/input-schema
The Apple App Store Reviews API returns user reviews for any iOS or macOS app as clean, structured JSON: star rating, review title, body text, author, app version, review dates, and helpfulness counts, across 50+ country stores. Target an app by its numeric App Store ID or just by name, sort by most recent, most helpful, most favorable, or most critical, and page through as many or as few reviews as you want. It is built for App Store Optimization (ASO), sentiment analysis, competitor monitoring, churn-signal tracking, and AI agent workflows.
Clone the repository
Install dependencies with UV
Configure your API key
Run the example
One row per review, ready to analyze. Every result is a flat JSON object with the rating, title, text, author, version, and dates already separated out. No HTML, no parsing, no cleanup.
Target by ID or by name. Pass numeric App Store IDs when you have them, or pass a plain app name and the API resolves it for you. Handy when an agent only knows the app by name.
iOS and macOS. The same call works for iPhone, iPad, and Mac apps. Each row is tagged with its platform so mixed runs stay clear.
Sort the way you need. Most recent for monitoring, most critical for triage, most helpful for the signal that users themselves upvoted, most favorable for testimonials.
Localized. Pull reviews from 50+ country stores to compare sentiment by region or to do localization QA.
Predictable pay-per-event pricing. You pay a small setup fee plus a per-review fee, so a quick spot-check costs cents and you only pay for what you receive.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
product_ids | array[str] | one of | [] | Numeric Apple App Store IDs (e.g. ["534220544"]). Find each ID after id in an apps.apple.com/.../id<NNNNNNNN> URL. |
app_name | str | one of | - | Plain app name (e.g. netflix). If product_ids is empty, the API resolves the ID and uses the top match. |
country | str | no | us | Two-letter Apple country store code. Drives the storefront and review locale. 50+ supported. |
sort | str | no | mostrecent | mostrecent, mosthelpful, mostfavorable, or mostcritical. iOS only; macOS always returns most recent. |
max_reviews | int | no | 100 | Maximum reviews per app. Set 0 for unlimited (internally capped for safety). Each review returned is billed. |
start_page | int | no | 1 | Page to start paginating from. Useful for resuming. |
include_macos | bool | no | true | Set false to skip macOS apps entirely. |
normalize_dates | bool | no | true | Emit a review_date_iso field alongside the locale-formatted date. |
parse_helpfulness | bool | no | true | Parse helpful_count and total_helpful_count integers from the helpfulness text. |
At least one of product_ids or app_name is required.
Each dataset item is one review:
You can load the Apple App Store Reviews API as an MCP tool so assistants call it for you. The MCP server URL preloads just this one Actor:
Authenticate with OAuth in the browser when offered, or with your Apify API token (the same APIFY_API_TOKEN used by the Python example). Get a token at https://console.apify.com/settings/integrations and a free Apify account at https://apify.com?fpr=9n7kx3 .

Cowork is the desktop app's automation mode. To give it the Apple App Store Reviews API as a tool, add the Apify MCP server as a connector.
claude_desktop_config.json directly).
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonDownload the desktop app and start a free trial: https://claude.ai/referral/uIlpa7nPLg More help: https://docs.apify.com/platform/integrations/claude-desktop

Claude Code is the command-line tool. Add the Actor's MCP server with one command:
To use a token instead of browser OAuth:
Then verify with claude mcp list, or run /mcp inside a session. Ask Claude Code to call the Apple App Store Reviews API.
Try Claude Code free: https://claude.ai/referral/uIlpa7nPLg Claude Code MCP docs: https://code.claude.com/docs/en/mcp

On claude.ai you add Apify as a connector, then enable just this Actor's tool.
johnvc/apple-app-store-reviews-api.https://mcp.apify.com/?tools=actors,docs,johnvc/apple-app-store-reviews-api, using OAuth when prompted.Open Claude on the web: https://claude.ai/referral/uIlpa7nPLg

No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/appstore-reviews)<a href="https://allmcps.com/mcp/appstore-reviews"><img src="https://allmcps.com/api/badge/appstore-reviews?style=directory" alt="Appstore Reviews on AllMCPs" /></a>