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. /Apple Podcasts API

API Reference

Apple Podcasts API Documentation

Use Crawlora's Apple Podcasts API endpoints to extract supported public ApplePodcasts data as structured JSON. This documentation covers 5 active endpoints including Retrieve Apple Podcasts chart rankings, Search Apple Podcasts episodes, Search Apple Podcasts shows, Retrieve Apple Podcasts show details, 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 term, id, 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 Apple Podcasts chart rankings 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 /apple-podcasts/charts
Credit cost
1 credit/request
curl -X GET "https://api.crawlora.net/api/v1/apple-podcasts/charts?collection=toppodcasts&category=1303&country=us&limit=50" \
  -H "x-api-key: $CRAWLORA_API_KEY"
Try Retrieve Apple Podcasts chart rankings 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
Apple Podcasts platform pageError handling guideRate limits and credits

Apple 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/apple-podcasts/chartsapiKey1 credit/request

Retrieve Apple Podcasts chart rankings

Returns Apple Podcasts show chart rankings from public iTunes RSS JSON feeds. Supported collections are `toppodcasts` and `topaudiopodcasts`.

Required params: None

Retrieve Apple Podcasts chart rankings documentationTry Retrieve Apple Podcasts chart rankings in Playground
GET/apple-podcasts/episodes/searchapiKey1 credit/request

Search Apple Podcasts episodes

Returns normalized Apple Podcasts episodes from Apple's public iTunes Search API.

Required params: term:query

Search Apple Podcasts episodes documentationTry Search Apple Podcasts episodes in Playground
GET/apple-podcasts/searchapiKey1 credit/request

Search Apple Podcasts shows

Returns normalized Apple Podcasts shows from Apple's public iTunes Search API.

Required params: term:query

Search Apple Podcasts shows documentationTry Search Apple Podcasts shows in Playground
GET/apple-podcasts/show/{id}apiKey1 credit/request

Retrieve Apple Podcasts show details

Returns normalized show metadata from Apple's public iTunes Lookup API.

Required params: id:path

Retrieve Apple Podcasts show details documentationTry Retrieve Apple Podcasts show details in Playground
GET/apple-podcasts/show/{id}/episodesapiKey1 credit/request

Retrieve Apple Podcasts show episodes

Returns a show and its public Apple Podcasts episodes from Apple's iTunes Lookup API.

Required params: id:path

Retrieve Apple Podcasts show episodes documentationTry Retrieve Apple Podcasts show episodes in Playground

Endpoint reference table

EndpointAPI pathMethodCreditsRequired paramsDocsPlayground
Retrieve Apple Podcasts chart rankings/apple-podcasts/chartsGET1 credit/requestNoneView docsTry endpoint
Search Apple Podcasts episodes/apple-podcasts/episodes/searchGET1 credit/requestterm:queryView docsTry endpoint
Search Apple Podcasts shows/apple-podcasts/searchGET1 credit/requestterm:queryView docsTry endpoint
Retrieve Apple Podcasts show details/apple-podcasts/show/{id}GET1 credit/requestid:pathView docsTry endpoint
Retrieve Apple Podcasts show episodes/apple-podcasts/show/{id}/episodesGET1 credit/requestid:pathView docsTry endpoint

Related Crawlora API pages

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