Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, travel, real estate, marketplaces, apps, social, audio, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
Docs menu

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow
  1. Home
  2. /Docs
  3. /Spotify Podcasts API

API Reference

Spotify Podcasts API Documentation

Use Crawlora's Spotify Podcasts API endpoints to extract supported public SpotifyPodcasts data as structured JSON. This documentation covers 8 active endpoints including Retrieve Spotify Podcasts categories, Retrieve Spotify podcast charts, Retrieve Spotify podcast episode details, Retrieve Spotify Podcasts home, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as q, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.

Try Retrieve Spotify Podcasts categories Start with endpoint docsPricing

Quick start

Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.

Base URL
https://api.crawlora.net/api/v1
Auth header
x-api-key: $CRAWLORA_API_KEY
Primary endpoint
GET /spotify-podcasts/categories
Credit cost
3 credits/request
curl -X GET "https://api.crawlora.net/api/v1/spotify-podcasts/categories?uri=spotify%3Apage%3A0JQ5DArNBzkmxXHCqFLx2U&page_offset=0&page_limit=10&section_offset=0&section_limit=10&include_episode_content_ratings_v2=false" \
  -H "x-api-key: $CRAWLORA_API_KEY"
Try Retrieve Spotify Podcasts categories in PlaygroundAPI key authenticationReview Crawlora pricing

Common concepts

  • Authenticated API-key requests
  • Structured JSON responses
  • Credit-based usage and plan limits
  • Documented validation and upstream errors
  • Playground testing before integration
  • Responsible public web data workflows
Spotify Podcasts platform pageError handling guideRate limits and credits

Spotify Podcasts API endpoints

These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.

GET/spotify-podcasts/categoriesapiKey3 credits/request

Retrieve Spotify Podcasts categories

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

Required params: None

Retrieve Spotify Podcasts categories documentationTry Retrieve Spotify Podcasts categories in Playground
GET/spotify-podcasts/chartsapiKey3 credits/request

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.

Required params: None

Retrieve Spotify podcast charts documentationTry Retrieve Spotify podcast charts in Playground
GET/spotify-podcasts/episodeapiKey2 credits/request

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.

Required params: None

Retrieve Spotify podcast episode details documentationTry Retrieve Spotify podcast episode details in Playground
GET/spotify-podcasts/homeapiKey3 credits/request

Retrieve Spotify Podcasts home

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

Required params: None

Retrieve Spotify Podcasts home documentationTry Retrieve Spotify Podcasts home in Playground
GET/spotify-podcasts/searchapiKey3 credits/request

Search Spotify Podcasts

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

Required params: q:query

Search Spotify Podcasts documentationTry Search Spotify Podcasts in Playground
GET/spotify-podcasts/showapiKey2 credits/request

Retrieve Spotify podcast show metadata

Returns normalized podcast show metadata from Spotify Pathfinder.

Required params: None

Retrieve Spotify podcast show metadata documentationTry Retrieve Spotify podcast show metadata in Playground
GET/spotify-podcasts/show/episodesapiKey3 credits/request

Retrieve Spotify podcast show episodes

Returns normalized podcast episodes for a Spotify show URI.

Required params: None

Retrieve Spotify podcast show episodes documentationTry Retrieve Spotify podcast show episodes in Playground
GET/spotify-podcasts/show/recommendationsapiKey2 credits/request

Retrieve Spotify podcast recommendations

Returns normalized related Spotify shows and episodes from Spotify's show recommendations response.

Required params: None

Retrieve Spotify podcast recommendations documentationTry Retrieve Spotify podcast recommendations in Playground

Endpoint reference table

EndpointAPI pathMethodCreditsRequired paramsDocsPlayground
Retrieve Spotify Podcasts categories/spotify-podcasts/categoriesGET3 credits/requestNoneView docsTry endpoint
Retrieve Spotify podcast charts/spotify-podcasts/chartsGET3 credits/requestNoneView docsTry endpoint
Retrieve Spotify podcast episode details/spotify-podcasts/episodeGET2 credits/requestNoneView docsTry endpoint
Retrieve Spotify Podcasts home/spotify-podcasts/homeGET3 credits/requestNoneView docsTry endpoint
Search Spotify Podcasts/spotify-podcasts/searchGET3 credits/requestq:queryView docsTry endpoint
Retrieve Spotify podcast show metadata/spotify-podcasts/showGET2 credits/requestNoneView docsTry endpoint
Retrieve Spotify podcast show episodes/spotify-podcasts/show/episodesGET3 credits/requestNoneView docsTry endpoint
Retrieve Spotify podcast recommendations/spotify-podcasts/show/recommendationsGET2 credits/requestNoneView docsTry endpoint

Related Crawlora API pages

Spotify Podcasts scraper API platform pageTry the primary endpoint in PlaygroundBrowse supported platformsCrawlora API pricingSpotify API documentationApple Podcasts API documentation
Back to docs