# Deezer Music Search

> Deezer Music 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-13).

Search for music tracks on Deezer and retrieve title, artist, album, duration, and preview URL via the keyless Deezer API

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/deezer-search
- 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/deezer-music-search-59f30d2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-_MXLp9aOlWkiUhZXmpLQ

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-music-search-59f30d2c -d '<json body>'
```

Example prompt: Can you search Deezer for 'Bohemian Rhapsody' by Queen and give me the album name, duration, and a preview link?

## When to prefer this

Use this endpoint when you need quick, keyless access to Deezer track metadata (title, artist, album, duration, preview) for a given search query without managing API credentials. Prefer this over direct Deezer API integration when you want a pay-per-call approach with no OAuth setup.

## Known failure modes

- Empty or vague query returns no results or irrelevant tracks
- Deezer API rate limits or downtime cause 503 or timeout errors
- Very new or obscure tracks may not appear in results
- Non-Latin character queries may return unexpected results
- Missing ?q= parameter causes a 400 or empty response

## How this service works

Track search returning title, artist, album, duration and preview from the keyless Deezer API. Param is a search query. Query: ?q= Returns JSON.

## Output

A JSON array of matching tracks from the Deezer API, each containing the track title, artist name, album name, track duration (in seconds), and a preview URL for a short audio clip.

## More

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