# iTunes Podcast Search via clonecho.builda.company

> iTunes Podcast Search via clonecho.builda.company 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).

Searches the iTunes catalog for podcasts by keyword, returning show name, artist, genre, RSS feed URL, and episode count.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/itunes-podcast
- 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/itunes-podcast-search-via-clonecho-builda-company-5f29da09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KIPJa1VkcpwepfT7fdFbw

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 itunes-podcast-search-via-clonecho-builda-company-5f29da09 -d '<json body>'
```

Example prompt: Can you search for podcasts about personal finance on iTunes and give me the show name, artist, genre, RSS feed, and episode count for the top results?

## When to prefer this

Use this endpoint when you need structured podcast metadata — especially the RSS feed URL and episode count — sourced from the iTunes catalog. Prefer it over generic web search when you need machine-readable podcast data for aggregation, feed subscription, or discovery pipelines.

## Known failure modes

- Empty results if no podcasts match the search term
- Missing or null fields if iTunes metadata is incomplete for a show
- HTTP 402 if payment is not provided or fails
- Slow response if the iTunes API is under load
- Unexpected JSON structure if upstream iTunes API changes its response format

## How this service works

Podcast search returning show name, artist, genre, RSS feed and episode count from the iTunes Search API. Param is a search term. Query: ?term= Returns JSON.

## Output

A JSON array of podcast results from the iTunes Search API, each containing the show name, artist, genre, RSS feed URL, and episode count.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/itunes-podcast-search-via-clonecho-builda-company-5f29da09/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)
