# iTunes App Store Software Search

> iTunes App Store Software Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Search the Apple App Store for iOS/macOS apps by keyword term, returning JSON results

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/itunes-software
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/itunes-app-store-software-search-6fa0a6a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qGMTEZk4-MMXV0K_VL_rB

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 itunes-app-store-software-search-6fa0a6a3 -d '<json body>'
```

Example prompt: Can you search the Apple App Store for apps related to 'meditation' and show me what comes up?

## When to prefer this

Use this endpoint when you need to search or discover iOS/macOS apps on the Apple App Store by keyword — for example, finding apps in a category, verifying an app exists, or retrieving metadata about specific apps. Prefer this over audiobook search for software/app queries specifically.

## Known failure modes

- Missing or empty 'term' parameter returns empty results or error
- Apple iTunes API rate limiting causing downstream failures
- Network timeout from upstream iTunes API
- No results found for obscure or misspelled search terms

## How this service works

Search Apple App Store apps by term (param term). Query: ?term= Returns JSON.

## Output

A JSON response containing a list of matching App Store software listings, each including fields such as app name, developer, price, app store URL, bundle ID, description, and other iTunes metadata for apps matching the search term.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/itunes-app-store-software-search-6fa0a6a3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
