Audio & Podcast Platforms8 active endpointsapiKey

Spotify Podcasts scraping API

Turn Spotify podcast discovery, chart, show, and episode pages into structured data for research and agents.

Collect Spotify Podcasts home, category, chart, show, episode, recommendation, and search data through structured API endpoints.

Endpoint families

6

Documented params

42

Examples

8

Live catalog snapshot

Spotify Podcasts coverage

Active endpoints

8

Methods

GET

Required params

9

Schema refs

8

Show3
Categories1
Charts1
Episode1
{
  "platform": "Spotify Podcasts",
  "endpoint": "spotify-podcasts-categories",
  "method": "GET",
  "path": "/spotify-podcasts/categories",
  "auth": "apiKey"
}

Use cases

Workflows that fit Spotify Podcasts

Collect Spotify Podcasts home, category, chart, show, episode, recommendation, and search data through structured API endpoints.

Podcast discovery

Use Spotify Podcasts endpoints to turn podcast discovery into repeatable API requests with documented inputs and JSON responses.

Show and episode research

Use Spotify Podcasts endpoints to turn show and episode research into repeatable API requests with documented inputs and JSON responses.

Podcast chart monitoring

Use Spotify Podcasts endpoints to turn podcast chart monitoring into repeatable API requests with documented inputs and JSON responses.

Managed execution

How Crawlora handles this platform

Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.

Endpoint-specific execution

Request behavior is tuned for the target platform and endpoint type.

Proxy-aware collection

Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.

Browser-backed rendering

Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.

Challenge-aware behavior

Challenge pages and unusable upstream responses are detected and surfaced clearly.

Normalized response schema

Results are returned as documented JSON instead of raw HTML.

Playground-ready testing

Test the same route from Docs and Playground before production integration.

Coverage map

Know what the API can collect before integrating

These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.

3 endpoints

Show

/spotify-podcasts/show

GETapiKey
1 endpoints

Categories

/spotify-podcasts/categories

GETapiKey
1 endpoints

Charts

/spotify-podcasts/charts

GETapiKey
1 endpoints

Episode

/spotify-podcasts/episode

GETapiKey
1 endpoints

Home

/spotify-podcasts/home

GETapiKey
1 endpoints

Search

/spotify-podcasts/search

GETapiKey

Featured endpoints

Spotify Podcasts API endpoints

Browse full docs
GETapiKeyexample
/spotify-podcasts/categories
Details

Retrieve Spotify Podcasts categories

Returns normalized Spotify podcast category sections and items from Spotify's all-categories browsePage Pathfinder response.

uri:querypage_offset:querypage_limit:query+4 more
GETapiKeyexample
/spotify-podcasts/charts
Details

Retrieve Spotify podcast charts

Returns normalized Spotify podcast chart rankings from podcastcharts.byspotify.com. The chart and region parameters are validated against Spotify's supported podcast chart slugs and countries. Category charts are available only in au, br, de, gb, mx, se, and us.

chart:queryregion:querylimit:query+1 more
GETapiKeyexample
/spotify-podcasts/episode
Details

Retrieve Spotify podcast episode details

Returns normalized public episode metadata from Spotify's getEpisodeOrChapter Pathfinder response, with episode page, embed page, and anonymous oEmbed fallbacks when Pathfinder is unavailable. Provide either uri or id; defaults to a known public episode when omitted.

uri:queryid:queryx-api-key:header
GETapiKeyexample
/spotify-podcasts/home
Details

Retrieve Spotify Podcasts home

Returns normalized sections and items from Spotify's podcast home browsePage Pathfinder response.

uri:querypage_offset:querypage_limit:query+4 more
GETapiKeyexample
/spotify-podcasts/search
Details

Search Spotify Podcasts

Returns normalized Spotify podcast shows, episodes, and top results for a search term.

q:queryoffset:querylimit:query+7 more
GETapiKeyexample
/spotify-podcasts/show
Details

Retrieve Spotify podcast show metadata

Returns normalized podcast show metadata from Spotify Pathfinder.

uri:queryinclude_content_capability_trait:queryinclude_episode_content_ratings_v2:query+1 more

Related APIs

More audio & podcast platforms coverage

Start building

Test Spotify Podcasts endpoints against the same catalog used by Docs.