# AnyAPI Spotify Podcast Scraper

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

Scrapes and returns structured data about a Spotify podcast by identifier, billed per-request with no subscription required.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/spotify.podcast
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-spotify-podcast-scraper-e5af22bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fugpz4t3HY36mYbmnkCk2

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-scraper-e5af22bb -d '<json body>'
```

Example prompt: Can you pull the details for the Spotify podcast 'How I Built This with Guy Raz' — I need the publisher name, description, episode count, and categories?

## When to prefer this

Use this endpoint when you need Spotify podcast metadata without a Spotify developer account or OAuth flow, want pay-per-use pricing with no monthly subscription, or need to integrate podcast data alongside 1,200+ other data sources under a single API key.

## Known failure modes

- Podcast not found or invalid ID returns an error response
- Rate limits or Spotify anti-scraping measures may cause intermittent failures
- Stale or incomplete data if Spotify's page structure has changed
- Non-podcast Spotify content (albums, tracks) will not match this endpoint

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing structured metadata about the requested Spotify podcast, including title, description, publisher, episode count, content categories, artwork, and other available profile data scraped from Spotify.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-spotify-podcast-scraper-e5af22bb/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)
