Docs menu

API Reference

ApplePodcasts API endpoints

5 ApplePodcasts API endpoints for web scraping workflows, with REST paths, authentication requirements, parameters, examples, and MCP tool metadata where supported.

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`.

Params: collection:query, category:query, country:query, limit:query, x-api-key:header

GET/apple-podcasts/episodes/searchapiKey1 credit/request

Search Apple Podcasts episodes

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

Params: term:query, country:query, lang:query, limit:query, page:query, x-api-key:header

GET/apple-podcasts/searchapiKey1 credit/request

Search Apple Podcasts shows

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

Params: term:query, country:query, lang:query, limit:query, page:query, x-api-key:header

GET/apple-podcasts/show/{id}apiKey1 credit/request

Retrieve Apple Podcasts show details

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

Params: id:path, country:query, lang:query, x-api-key:header

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.

Params: id:path, country:query, lang:query, limit:query, x-api-key:header

Back to docs