# fetcher.sh App Store App Reviews API

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

Fetches user reviews for a specific iOS/macOS app from the Apple App Store by app ID

## Facts

- Endpoint: GET https://fetcher.sh/api/appstore/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/fetcher-sh-app-store-app-reviews-api-11b1392e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1HR7sVet7OLiLofJa4mYQ

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 fetcher-sh-app-store-app-reviews-api-11b1392e
```

Example prompt: Can you pull the App Store reviews for the app with ID 389801252 — I want to see what users are saying about it so I can do a sentiment analysis?

## When to prefer this

Choose this endpoint when you need programmatic, no-subscription access to Apple App Store reviews for a specific app and want to pay per call in USDC without setting up OAuth or API keys. It is ideal for AI agents doing competitive intelligence, app feedback triage, or sentiment analysis pipelines where you already know the App Store app ID.

## Known failure modes

- Invalid or non-existent appId returns an error or empty results
- App with no reviews returns an empty array
- Rate limiting or payment failure returns a 402 status requiring USDC payment
- Apple App Store may throttle or block scraping for certain apps, causing partial or failed results
- Malformed appId (e.g. non-numeric) may cause a 400 or 422 error

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

Returns a list of user reviews for the specified App Store app, including reviewer name, star rating (1-5), review title, review body text, and review date. The response is structured JSON suitable for downstream sentiment analysis, competitive research, or product feedback workflows.

## Request schema (JSON Schema)

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

## More

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