# MangaDex Manga Search

> MangaDex Manga 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 MangaDex's manga database by title with optional filters for status, year, and original language

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mangadex-manga
- 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/mangadex-manga-search-65f3d1a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WjsTA_nMOmCIx9dUIFo1O

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 mangadex-manga-search-65f3d1a1 -d '<json body>'
```

Example prompt: Can you search MangaDex for manga titled 'Berserk' — I want to see if there are results filtered to Japanese originals that are still ongoing?

## When to prefer this

Use this endpoint when you need to search for manga by title within the MangaDex database, especially when filtering by publication status, release year, or original language. Prefer this over generic web search when you need structured manga metadata from MangaDex specifically.

## Known failure modes

- No results found for the given title query — returns empty results array
- Invalid or missing q parameter — may return error or empty response
- MangaDex API rate limiting or downtime causing upstream failure
- Unrecognized filter values for status or language returning no matches
- Payment failure (x402 protocol) if USDC payment is not completed

## How this service works

Search MangaDex's manga database by title {q}, with status, year and original language. Query: ?q= Returns JSON.

## Output

A JSON array or object containing manga entries matching the search query, with metadata such as title, status, year, original language, and MangaDex identifiers

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mangadex-manga-search-65f3d1a1/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)
