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 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>"