# Deezer Artist Profile Lookup

> Deezer Artist Profile Lookup 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).

Returns artist profile data (name, album count, fan count, picture, link) from the Deezer API for a given artist ID

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/deezer-artist
- 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-artist-profile-lookup-2fd52f81
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eBnkU-6H_uU_5Pj5sgJxV

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-artist-profile-lookup-2fd52f81 -d '<json body>'
```

Example prompt: Can you pull up the Deezer profile for artist ID 27 — I want to see their name, how many albums they have, their fan count, and a link to their page?

## When to prefer this

Use this endpoint when you need quick, structured artist profile metadata from Deezer — specifically name, album count, fan count, picture, and profile link — given a known Deezer artist ID, without needing authentication or API keys. Prefer this over direct Deezer API calls when you want a simple keyless paid-per-call interface.

## Known failure modes

- Invalid or non-existent Deezer artist ID returns an error or empty result
- Missing ?id= query parameter causes a bad request response
- Deezer API upstream unavailability causes a failure
- Non-numeric artist ID may cause a parsing error

## How this service works

Artist profile (name, album count, fan count, picture, link) from the keyless Deezer API. Param is the Deezer artist id. Query: ?id= Returns JSON.

## Output

A JSON object containing the artist's name, total album count, fan count, profile picture URL, and a link to their Deezer artist page

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deezer-artist-profile-lookup-2fd52f81/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)
