# clonecho Anime Search

> clonecho Anime 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-15).

Search MyAnimeList anime data by title and return score, rank, studios, genres, and synopsis

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/anime-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-anime-search-92138f5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pQaZDP1BPKtSxRDHjszE0

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-anime-search-92138f5d -d '<json body>'
```

Example prompt: Can you look up Naruto on MyAnimeList and tell me its score, rank, studios, genres, and a quick synopsis?

## When to prefer this

Use this endpoint when you need structured anime metadata — score, rank, studios, genres, synopsis — sourced from MyAnimeList for a specific anime title. Prefer this over general web search when you need clean, structured JSON data about anime.

## Known failure modes

- Missing required ?q= parameter returns an error
- Anime title not found in MyAnimeList returns empty results or 404
- Ambiguous query returns results for the wrong anime
- Service unavailable or payment failure returns 402 or 5xx error

## How this service works

MEDIA: anime — score, rank, studios, genres, synopsis from MyAnimeList (?q=naruto, required). Returns JSON.

## Output

A JSON object containing the anime's title, MyAnimeList score, rank, producing studios, genres, and a synopsis for the queried anime title.

## More

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