# fetcher.sh App Store Apps Search

> fetcher.sh App Store Apps Search 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 and searches apps from the Apple App Store, returning structured app data for a given query or category

## Facts

- Endpoint: GET https://fetcher.sh/api/appstore/apps
- 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-apps-search-bece4da2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UBTAEzCpRW-N3aD5_Hu98

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-apps-search-bece4da2
```

Example prompt: Search the Apple App Store for the top meditation apps and give me their names, ratings, and whether they're free or paid.

## When to prefer this

Use this endpoint when you need live, structured App Store data without managing Apple's own APIs, OAuth tokens, or developer accounts. It's ideal for agents doing competitor research, app discovery, market landscape analysis, or enriching product databases — especially when you need fast, per-call access paid in USDC with no subscription required.

## Known failure modes

- No results found for an obscure or misspelled query
- Apple App Store rate limiting causing delayed or failed response
- Empty result set if the category or keyword has no matching apps
- Partial data if App Store changes its page structure
- Invalid input parameters causing a 400-level error

## 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 a list of App Store app entries with structured fields such as app name, app ID, developer, description, rating, review count, price, category, and icon URL — scraped live 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-apps-search-bece4da2/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)
