Ecommerce and marketplaces

App Store reviews

from $0.0003 per resultappstore.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.

FieldTypeRequiredWhat it does
appIdsarray of stringyesNumeric 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.
countrystringoptionalApp 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.
maxItemsintegeroptionalTotal 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.
startUrlsarray of stringoptionalOptional 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.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "appstore.reviews",
  "input": {
    "appIds": [
      "284882215",
      "1234567890"
    ],
    "country": "us",
    "maxItems": 200
  }
}

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