# Apple App Store Data API (fetcher.sh)

> Apple App Store Data 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 Apple App Store app metadata, reviews, similar apps, and developer catalogs via REST endpoints paid per-call in USDC

## Facts

- Endpoint: GET https://appstore.fetcher.sh/api/apps
- 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-data-api-fetcher-sh-27ce71db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b4kY85heF_bZT89yx6I-E

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-data-api-fetcher-sh-27ce71db
```

Example prompt: Look up the App Store listing for Duolingo — get me its ratings, description, and developer info, and also pull a few user reviews.

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call access to Apple App Store data without setting up an account, OAuth flow, or subscription. It's ideal for one-off lookups, agent workflows, or lightweight research tasks where you only need to query occasionally and want to pay fractional USDC per call. Prefer it over building your own scraper or using subscription-based App Store analytics tools when cost and setup friction matter.

## Known failure modes

- Invalid or non-existent app ID returns a 404 or empty result
- App Store rate limiting or scraping blocks may cause intermittent failures
- Payment not received or insufficient USDC balance returns a 402 Payment Required
- Malformed query parameters may return a 400 Bad Request
- App available only in certain regions may return incomplete or no data

## 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 structured App Store data including app name, description, developer, ratings, review count, price, category, similar apps, and/or user reviews depending on the endpoint called. Responses are JSON-formatted and cover all publicly available App Store listing fields.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apple-app-store-data-api-fetcher-sh-27ce71db/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)
