# Deezer Track Search

> Deezer Track 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 the Deezer music catalog for tracks matching a query string, returning track titles, artists, and albums.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/deezer-track
- 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/deezer-track-search-596f5fdf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cShveKOOxLy6YtAtyVtRD

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 deezer-track-search-596f5fdf -d '<json body>'
```

Example prompt: Can you search Deezer for tracks matching 'Bohemian Rhapsody' and tell me the track title, artist, and album for the top results?

## When to prefer this

Use this endpoint when you need to search the Deezer catalog specifically for tracks by title, artist, or keyword and want structured JSON back with title, artist, and album fields. Prefer this over Deezer genre or album endpoints when the user has a text query for a song rather than a known album ID or genre ID.

## Known failure modes

- Empty results if query matches no tracks in Deezer catalog
- Malformed or missing ?q= parameter returns error
- Rate limiting or payment failure returns 402 or 4xx error
- Query too vague returns unrelated or low-relevance results

## How this service works

Searches the Deezer catalog for tracks matching q, returning titles, artists and albums. Query: ?q= Returns JSON.

## Output

A JSON array of Deezer track records matching the query, each containing the track title, artist name, and album name.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deezer-track-search-596f5fdf/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)
