# Apple App Store Developer Catalog API — fetcher.sh

> Apple App Store Developer Catalog 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-15).

Retrieves the full app catalog and metadata for a given Apple App Store developer by their developer ID

## Facts

- Endpoint: GET https://appstore.fetcher.sh/api/developers/%7BdeveloperId%7D
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apple-app-store-developer-catalog-api-fetcher-sh-98ff770c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S3B2OdWp22_eepLanbzka

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-developer-catalog-api-fetcher-sh-98ff770c
```

Example prompt: Can you pull up the full list of apps published by Apple App Store developer ID 284882215 so I can see their entire catalog?

## When to prefer this

Choose this endpoint when you need the full app portfolio for a specific Apple developer identified by their numeric developer ID. Ideal for competitive intelligence, M&A due diligence, publisher research, or discovering all titles from a known developer. Prefer this over app-specific lookup endpoints when the goal is breadth across a developer's catalog rather than deep metadata on a single app. The pay-per-call USDC model (no subscription required) makes it ideal for one-off or low-frequency lookups.

## Known failure modes

- Invalid or non-existent developer ID returns empty results or 404
- Developer has no published apps returns an empty catalog
- Payment failure (insufficient USDC balance) returns 402 Payment Required
- Rate limiting or Apple-side scraping blocks may cause transient failures
- Malformed developer ID format may return a validation 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 a catalog of apps published by the specified developer, including app names, IDs, bundle identifiers, descriptions, categories, ratings, prices, and other App Store metadata for each title in their portfolio.

## 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-developer-catalog-api-fetcher-sh-98ff770c/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)
