App Store reviews
Customer reviews for the Apple App Store apps you name: star rating, review title and body, the reviewer's display name and profile link, the app version that was reviewed, the review date and the storefront it came from.
One result, and one billable item, per review. Apple serves at most 500 reviews per app per storefront, so run several countries to go wider.
What a call costs
Billed on actual usage, minimum $0.0020 per call, capped at $4.00 per call.
a price before every call. failed calls are never charged.
When to use it
Use when you need what users actually say about an iOS app: competitor research, sentiment and theme analysis, checking whether a release answered the complaint people kept posting, or pulling your own reviews to reply to them. Give the numeric App Store id, which is the digits after /id in a store URL such as apps.apple.com/us/app/name/id1234567890.
Inputs
App Store reviews takes 4 fields, 1 of them required. Anything you leave out falls back to the tool's own default.
| Field | Type | Required | What it does |
|---|---|---|---|
| appIds | array of string | yes | Numeric App Store ids, without the id prefix. Reviews from every app named here share the one maxItems budget, they do not each get their own. |
| country | string | optional | App Store storefront to read reviews from, as a LOWERCASE ISO 3166-1 alpha-2 code (us, gb, de, jp). Uppercase is rejected upstream. Reviews are storefront specific, so this changes which reviews exist, not just their order. |
| maxItems | integer | optional | Total reviews to return across every app and every start URL in this call. This is what the call is priced on, one billable item per review, so it is the only number that moves the cost. Capped at 5000 because that is the most Goro will hand back from one run. |
| startUrls | array of string | optional | Optional App Store app URLs to scrape in the same run, in addition to appIds. Use this when you have store links rather than ids. |
How to call it
Connect once and your agent can reach App Store reviews the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.
MCP
Add this server in Claude, Claude Code, or any MCP client.
https://mcp.usegoro.ai/mcp
Skill
One line in your agent's chat. It sets itself up.
set up https://usegoro.ai/SKILL.mdOr plain HTTP
POST /v1/run
{
"endpoint": "appstore.reviews",
"input": {
"appIds": [
"284882215",
"1234567890"
],
"country": "us",
"maxItems": 200
}
}Related tools
More from ecommerce and marketplaces, or browse the full tool catalog.
App Store keyword search
Ranked Apple App Store search results for the keywords you name: each app's position for that keyword, its name, numeric App Store id, developer,...
from $0.0030 per resultAmazon product details
The full detail page for specific Amazon ASINs or product URLs: title, brand, price and list price, rating count and star distribution, availability,...
from $0.0045 per resultAmazon product reviews
Customer reviews for one or more Amazon ASINs, with rating, title, body text, author name, date, verified purchase and Vine flags, helpful votes,...
from $0.0027 per resultAmazon reviews (global)
Amazon customer reviews across more than 20 regional domains, with star, keyword, media, date, language and verified purchase filters.
from $0.0027 per reviewFurther reading: Web scraping for AI agents: the practical guide
Run App Store reviews from your agent.
One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.
Get started