# App Store API — Bundle Lookup (fetcher.sh)

> App Store API — Bundle Lookup (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).

Looks up Apple App Store bundle metadata by bundle ID, returning app details for iOS/macOS bundles without OAuth or subscription

## Facts

- Endpoint: GET https://appstore.fetcher.sh/api/bundles
- 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/app-store-api-bundle-lookup-fetcher-sh-98f5bb5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yT-uHtIUv1ZGTMztqHZPR

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-api-bundle-lookup-fetcher-sh-98f5bb5d
```

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

## When to prefer this

Use this endpoint when you need quick, no-setup App Store bundle metadata without an Apple developer account, OAuth flow, or subscription. Ideal for one-off lookups, agent pipelines, or enriching app records by bundle ID. Pay only per call in USDC via x402, making it cost-effective for low-volume or sporadic queries.

## Known failure modes

- Bundle ID not found or not published on App Store — returns empty or error response
- Invalid bundle ID format — malformed input may return 400 or empty result
- App Store rate limiting or regional availability issues causing intermittent failures
- Payment failure via x402 if USDC balance is insufficient or network is unsupported

## 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 App Store metadata for the queried bundle ID, including app name, developer name, price, category, rating, description, and other listing details scraped from the Apple App Store.

## 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/app-store-api-bundle-lookup-fetcher-sh-98f5bb5d/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)
