# iTunes Music Search via clonecho.builda.company

> iTunes Music Search via clonecho.builda.company 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-13).

Searches the iTunes catalog by term and returns track, artist, album, genre, and preview URL for matching songs.

## Facts

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

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-music-search-via-clonecho-builda-company-503fc699 -d '<json body>'
```

Example prompt: Search iTunes for songs matching 'Bohemian Rhapsody' and give me the track name, artist, album, genre, and a preview link.

## When to prefer this

Use this endpoint when you need to look up music metadata (track, artist, album, genre) from the iTunes catalog by keyword search, especially when a preview URL is needed. Prefer over Deezer genre list or album-by-ID endpoints when doing open-ended song discovery by text search.

## Known failure modes

- No results found for an obscure or misspelled search term
- iTunes API downstream outage causing empty or error response
- Missing or malformed ?term= parameter returning an error
- Rate limiting or payment failure returning a 402 status

## How this service works

Song search returning track, artist, album, genre and preview URL from the iTunes Search API. Param is a search term. Query: ?term= Returns JSON.

## Output

A JSON response containing matched iTunes tracks with fields for track name, artist name, album name, genre, and a 30-second preview URL for each result.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/itunes-music-search-via-clonecho-builda-company-503fc699/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)
