# Clonecho Audiobook Search

> Clonecho 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).

Searches audiobooks by term and returns author, genre, price, and description metadata as JSON

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/audiobook-search
- 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/clonecho-audiobook-search-a4f0953f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nXYCR1entUJnP_4z2aOgY

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

Example prompt: Can you search for audiobooks about 'Harry Potter' and tell me the author, genre, price, and a short description for each result?

## When to prefer this

Use this endpoint when you need to search audiobook catalog metadata — title, author, genre, price, and description — by a keyword or phrase. Prefer this over general book search endpoints when audio format and pricing are specifically needed, or when the user is looking to discover or compare audiobooks rather than physical or ebook editions.

## Known failure modes

- Missing required ?term= parameter returns an error or empty result
- No audiobooks match the search term, returning an empty array
- Service unavailable or payment failure resulting in a 402 or 5xx error
- Term too vague returns a large unfiltered result set
- Non-English search terms may yield poor results

## How this service works

MEDIA: audiobooks — author, genre, price, description (?term=harry+potter, required). Returns JSON.

## Output

A JSON array of audiobook records each containing the title, author name, genre classification, price, and a description of the audiobook, filtered by the supplied search term.

## More

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