Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Playground

Search Apple Podcasts episodes API Playground

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

GETapiKey1 credit/requestapplepodcasts.episodeSearchResponseDocApplePodcasts

Endpoint

Choose one catalog endpoint for this request.

5 shown
GETapiKey1 credit/requestapplepodcasts.episodeSearchResponseDocApplePodcasts
GET /apple-podcasts/episodes/search

Search Apple Podcasts episodes

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

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Required query parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

MCP tool

MCP URL

https://mcp.crawlora.net/mcp

Tool name

apple_podcasts.episodes_search

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": [
    {
      "id": 1000415837465,
      "show_id": 173001861,
      "show_name": "Dan Carlin's Hardcore History",
      "title": "Supernova in the East I",
      "url": "https://podcasts.apple.com/us/podcast/supernova-in-the-east-i/id173001861?i=1000415837465&uo=4",
      "duration_millis": 16097000
    }
  ]
}

Endpoint details

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

Method
GET
Path
/apple-podcasts/episodes/search
Authentication
apiKey
Credit cost
1 credit/request
Platform
ApplePodcasts
Parameters
6 documented fields

Request parameters

term:querycountry:querylang:querylimit:querypage:queryx-api-key:header

Response schema fields

codedatadata[].artwork_url_160data[].artwork_url_60data[].artwork_url_600data[].closed_captioningdata[].content_advisory_ratingdata[].countrydata[].descriptiondata[].duration_millisdata[].episode_content_typedata[].episode_file_extension

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": [
    {
      "id": 1000415837465,
      "show_id": 173001861,
      "show_name": "Dan Carlin's Hardcore History",
      "title": "Supernova in the East I",
      "url": "https://podcasts.apple.com/us/podcast/supernova-in-the-east-i/id173001861?i=1000415837465&uo=4",
      "duration_millis": 16097000
    }
  ]
}

cURL example

curl "https://api.crawlora.net/api/v1/apple-podcasts/episodes/search?term=<term>" \
  -H "x-api-key: <api-key>"