# StableSocial Spotify Podcast Scraper

> StableSocial Spotify Podcast Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-13).

Scrapes and returns metadata and details for a Spotify podcast given its ID or URL

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/spotify/podcast
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-spotify-podcast-scraper-1a67bdc8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FJkZCSjm8ANirhZfUtCXH

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 stablesocial-spotify-podcast-scraper-1a67bdc8 -d '<json body>'
```

Example prompt: Can you pull the metadata for this Spotify podcast — https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk — I want to see the description, episode count, and any creator details?

## When to prefer this

Use this endpoint when you need structured metadata about a specific Spotify podcast by its ID or URL, especially for creator research, competitive analysis, content aggregation, or monitoring podcast growth. Prefer this over general web scraping when you need clean, structured podcast data from Spotify specifically.

## Known failure modes

- Invalid or non-existent podcast ID returns an error or empty result
- Private or region-locked podcasts may not return full data
- Spotify rate limiting or anti-scraping measures may cause intermittent failures
- Malformed URL input may result in a parsing error
- Network timeout if Spotify is slow to respond

## How this service works

Scrape Creators · Spotify — Podcast

## Output

Returns scraped metadata for the specified Spotify podcast, typically including show title, description, creator/host information, episode count, follower/subscriber count, and other publicly available show details from the Spotify platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string",
   "description": "Spotify podcast id. If you'd prefer to use the URL instead, you can use the url parameter instead."
  },
  "url": {
   "type": "string",
   "description": "Spotify podcast URL. If you'd prefer to use the id instead, you can use the id parameter instead."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-spotify-podcast-scraper-1a67bdc8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
