# iTunes Audiobook Search

> iTunes Audiobook 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-14).

Search the Apple iTunes catalog for audiobooks by a text term and return matching results as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/itunes-audiobook
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/itunes-audiobook-search-da48e342
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gc-R9Rm0w2e6uL5YyrQwk

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-audiobook-search-da48e342 -d '<json body>'
```

Example prompt: Can you search iTunes for audiobooks about 'stoicism' and show me what Apple has available?

## When to prefer this

Use this endpoint when you need to search the Apple iTunes audiobook catalog specifically, such as checking audiobook availability, finding metadata about audiobooks by title or author, or helping a user discover audiobooks on the Apple platform. Prefer this over generic book search APIs when the user specifically wants Apple/iTunes audiobook listings.

## Known failure modes

- Missing or empty 'term' parameter returns no results or an error
- Invalid or overly broad search term returns too many or irrelevant results
- Apple iTunes API downtime causes failure
- Rate limiting or payment issues return a 402 error
- Network timeout for slow queries

## How this service works

Search Apple audiobooks by term (param term). Query: ?term= Returns JSON.

## Output

A JSON response containing a list of audiobook results from the Apple iTunes catalog matching the search term, including metadata such as titles, authors, descriptions, and other relevant audiobook details.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/itunes-audiobook-search-da48e342/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)
