# AnyAPI Spotify Podcast Episodes

> AnyAPI Spotify Podcast Episodes is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Scrapes and returns episode listings and metadata for a given Spotify podcast show

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/spotify.podcast_episodes
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-spotify-podcast-episodes-4b08fad9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lDhdoZMwr-uksjUNTJSHC

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 anyapi-spotify-podcast-episodes-4b08fad9 -d '<json body>'
```

Example prompt: Pull all the recent episodes for the Spotify podcast 'Lex Fridman Podcast' — I need the episode titles, descriptions, durations, and publish dates.

## When to prefer this

Use this endpoint when you need to retrieve episode listings from a Spotify podcast without managing an official Spotify developer API key or OAuth flow. Ideal for lightweight, pay-per-use lookups where subscribing to an API plan is overkill. Best when integrating Spotify podcast data into an agent workflow without monthly subscription overhead.

## Known failure modes

- Invalid or non-existent Spotify show ID returns an error response
- Private or region-restricted podcast may return no results
- Spotify anti-scraping measures may cause intermittent failures
- Rate limiting or block from Spotify could return empty or error payload
- Malformed input URL or ID returns a validation error

## How this service works

AnyAPI spotify.podcast_episodes (Spotify Podcast Episodes)

## Output

A JSON object containing a list of podcast episodes for the specified Spotify show, each with metadata such as episode title, description, duration, release date, and episode URL.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-spotify-podcast-episodes-4b08fad9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
