# Apple App Store Reviews API (fetcher.sh)

> Apple App Store Reviews API (fetcher.sh) is a paid API for AI agents from appstore.fetcher.sh, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Fetches user reviews for a specific Apple App Store app by its App Store ID

## Facts

- Endpoint: GET https://appstore.fetcher.sh/api/apps/%7BappId%7D/reviews
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apple-app-store-reviews-api-fetcher-sh-168fc2de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kwKxi3UJbVJlByrBA6-pf

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability apple-app-store-reviews-api-fetcher-sh-168fc2de
```

Example prompt: Pull the latest user reviews for the Duolingo app on the Apple App Store — the app ID is 570060128 — so I can see what people are saying about it.

## When to prefer this

Choose this endpoint when you need programmatic access to Apple App Store reviews without managing Apple's own APIs, OAuth flows, or subscriptions. It's ideal for one-off lookups, agent workflows, or competitive research where you want to pay only per call in USDC with no signup overhead. Prefer this over building your own scraper or using heavier review-aggregation platforms when you need raw App Store review data quickly and cheaply.

## Known failure modes

- Invalid or non-existent appId returns an error or empty result
- App not found on the App Store (wrong region or delisted) may return no reviews
- Rate limiting or upstream Apple scraping blocks may cause failures
- Network timeouts if Apple's servers are slow to respond
- Payment failure (insufficient USDC balance) blocks the request via x402 protocol

## How this service works

App Store (apple app store) data and scraping API: Apple App Store app and bundle lookups, reviews, similar apps, and developer catalogs. 9 REST endpoints from $0.003 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns a list of user-submitted reviews for the specified App Store app, typically including review title, body text, star rating, reviewer display name, and submission date, scraped directly from the Apple App Store.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apple-app-store-reviews-api-fetcher-sh-168fc2de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from appstore.fetcher.sh](https://www.zero.xyz/host/appstore.fetcher.sh/llms.txt)
