# fetcher.sh App Store Bundle Lookup

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

Fetches App Store metadata and details for a specific app bundle ID

## Facts

- Endpoint: GET https://fetcher.sh/api/appstore/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/fetcher-sh-app-store-bundle-lookup-07e44022
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3qMggIYdo58wI8WtcOKP0

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-bundle-lookup-07e44022
```

Example prompt: Can you pull up the App Store listing details for the app with bundle ID com.spotify.client — I want to know its current rating, price, developer name, and description?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve App Store metadata for a known iOS bundle ID without setting up Apple API credentials or OAuth. Ideal for AI agents performing competitive research, app due diligence, or enriching app databases at $0.003 per call with no subscription required. Prefer this over manual scraping or Apple's official APIs when you want a simple pay-per-use lookup with no account setup.

## Known failure modes

- Bundle ID not found or not published on the App Store — returns empty or error response
- Invalid bundle ID format — malformed input may return an error
- App removed from App Store — lookup may fail or return stale data
- Rate limiting or scraping blocks from Apple — may result in transient failures
- Payment failure (insufficient USDC) — returns 402 before executing the request

## 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 structured App Store metadata for the specified bundle ID, including app name, developer, description, category, price, user ratings, review count, version information, release date, screenshots, and other listing details scraped from the Apple 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/fetcher-sh-app-store-bundle-lookup-07e44022/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)
