# Apple App Store App Lookup API (fetcher.sh)

> Apple App Store App Lookup 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-12).

Fetches metadata, reviews, similar apps, and developer catalog data for a specific Apple App Store app by its app ID

## Facts

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

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-app-lookup-api-fetcher-sh-8d151a02
```

Example prompt: Can you look up the App Store details for the app with ID 284882215 — I want to see its name, developer, current rating, and category?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call Apple App Store data without setting up an account, OAuth, or a subscription. It is ideal for ad-hoc app lookups, competitive research, or agent workflows that only occasionally query App Store data and want to pay micro-amounts in USDC rather than commit to a monthly plan. Prefer it over direct Apple API access when you want a simple REST interface with no Apple developer account required.

## Known failure modes

- Invalid or non-existent appId returns 404 or empty result
- App has been removed from the App Store — returns not found error
- Rate limiting or payment failure via x402 if USDC balance is insufficient
- Apple App Store regional restrictions may affect availability of certain app data
- Scraping instability if Apple changes their store structure

## 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 data about the App Store app including name, developer, description, rating, review count, price, category, bundle ID, similar apps, and other listing metadata depending on the endpoint variant called.

## 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-app-lookup-api-fetcher-sh-8d151a02/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)
