# clonecho TV Catalog (iTunes)

> clonecho TV Catalog (iTunes) 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).

Searches the iTunes Store for TV seasons matching a query term, returning show metadata including price, episode count, and content rating.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/tv-catalog
- 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-catalog-itunes-7b552a1f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RFHly2U8afmJ5-osBjXTz

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-catalog-itunes-7b552a1f -d '<json body>'
```

Example prompt: Can you look up TV seasons for 'The Office' on the iTunes store and tell me the price, episode count, and rating for each season?

## When to prefer this

Use this endpoint when you need to look up TV show seasons available on the iTunes Store, including pricing, episode counts, and content ratings. Prefer this over general web search when you need structured, machine-readable TV catalog data from iTunes specifically.

## Known failure modes

- Missing required ?term= parameter returns an error or empty result
- Search term with no iTunes matches returns an empty results array
- iTunes API downtime causes upstream failure
- Misspelled show names may return unrelated or no results

## How this service works

MEDIA: TV seasons on the iTunes store — show, price, episode count, rating (?term=friends, required). Returns JSON.

## Output

A JSON array of TV season records from the iTunes Store matching the search term, each including show title, season price in USD, episode count, and content rating.

## More

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