# clonecho TV Show Search

> clonecho TV Show 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 TV show metadata including network, genres, status, rating, and summary by show name

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/tv-show-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/clonecho-tv-show-search-bef3aedf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uG8EAGttaCQgm4CueSYJA

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-tv-show-search-bef3aedf -d '<json body>'
```

Example prompt: Can you look up the details for Breaking Bad — I want to know the network it aired on, its genres, current status, and a brief summary?

## When to prefer this

Use this endpoint when you need quick structured metadata about a TV show by name — especially network, genres, status, and rating — and do not need episode-level detail or streaming availability data.

## Known failure modes

- Missing required ?q= parameter returns an error
- No matching TV show found for the search query returns empty results or 404
- Misspelled show name may return unrelated or no results
- Payment failure via x402 protocol results in 402 response

## How this service works

MEDIA: TV shows — network, genres, status, rating, summary (?q=breaking+bad, required). Returns JSON.

## Output

A JSON object containing TV show metadata including the show's name, broadcasting network, genres list, airing status (e.g. Ended, Running), audience rating score, and a text summary/synopsis of the show.

## More

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