# App Store Bundle Lookup API (fetcher.sh)

> App Store Bundle 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).

Looks up Apple App Store bundle metadata by bundle ID, returning app and bundle details via a pay-per-call REST endpoint.

## Facts

- Endpoint: GET https://appstore.fetcher.sh/api/bundles/%7BbundleId%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/app-store-bundle-lookup-api-fetcher-sh-85537b94
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WWETcnIl-sMisV8N_of44

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 app-store-bundle-lookup-api-fetcher-sh-85537b94
```

Example prompt: Can you look up the Apple App Store details for the bundle ID 'com.spotify.client' — I need the app name, developer, category, price, and rating?

## When to prefer this

Choose this endpoint when you need programmatic, pay-as-you-go access to Apple App Store bundle metadata without setting up an Apple developer account, OAuth, or a subscription. It is ideal for one-off lookups, agent workflows that need app metadata on demand, or when you want to avoid managing scraping infrastructure yourself. Prefer this over building your own scraper or using subscription-based App Store data providers when call volume is low or unpredictable.

## Known failure modes

- Bundle ID not found in the App Store — returns 404 or empty result
- Invalid bundle ID format — malformed request error
- Payment not received or insufficient USDC balance — 402 Payment Required
- Apple App Store rate limiting or scraping block — upstream error returned
- Temporary unavailability of fetcher.sh service — 5xx error

## 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 metadata for the specified Apple App Store bundle, including app name, developer name, category, price, ratings count, average rating, description, and other listing details scraped from the 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/app-store-bundle-lookup-api-fetcher-sh-85537b94/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)
