# fetcher.sh App Store Bundles Lookup

> fetcher.sh App Store Bundles 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-14).

Fetches bundle/app listing data from the Apple App Store for a given app or bundle identifier

## Facts

- Endpoint: GET https://fetcher.sh/api/appstore/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/fetcher-sh-app-store-bundles-lookup-28486ced
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xf-4WTbruvpzCVt2bjfZE

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-bundles-lookup-28486ced
```

Example prompt: Can you pull the App Store bundle details for the app with bundle ID com.spotify.client — I want to see its name, developer, category, ratings, and price?

## When to prefer this

Use this endpoint when you need structured App Store metadata for a specific iOS app bundle without setting up Apple's own APIs or dealing with OAuth. Ideal for competitive research, app enrichment pipelines, or agent workflows that need to programmatically look up app details. Prefer this over manual scraping or Apple's official Search API when you need per-call micropayment billing with no subscription overhead.

## Known failure modes

- Invalid or non-existent bundle ID returns an error or empty result
- App not available in the queried App Store region
- Rate limiting or scraping failures from Apple's servers
- Malformed input schema causes a 400-level error
- Temporary Apple App Store unavailability causes a 5xx response

## 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 metadata for the specified App Store bundle/app, including app name, developer, category, price, ratings, review count, 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/fetcher-sh-app-store-bundles-lookup-28486ced/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)
