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 shows API Playground
Returns normalized Apple Podcasts shows from Apple's public iTunes Search API.
GETapiKey1 credit/requestapplepodcasts.searchResponseDocApplePodcasts
Endpoint details
Returns normalized Apple Podcasts shows from Apple's public iTunes Search API.
- Method
- GET
- Path
- /apple-podcasts/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[].artist_iddata[].artist_namedata[].artist_urldata[].artwork_url_100data[].artwork_url_30data[].artwork_url_60data[].artwork_url_600data[].collection_explicitnessdata[].collection_namedata[].content_advisory_rating
Sample response summary
{
"code": 200,
"msg": "OK",
"data": [
{
"id": 173001861,
"artist_name": "Dan Carlin",
"collection_name": "Dan Carlin's Hardcore History",
"track_name": "Dan Carlin's Hardcore History",
"url": "https://podcasts.apple.com/us/podcast/dan-carlins-hardcore-history/id173001861?uo=4",
"feed_url": "https://feeds.feedburner.com/dancarlin/history?format=xml",
"primary_genre_name": "History"
}
]
}cURL example
curl "https://api.crawlora.net/api/v1/apple-podcasts/search?term=<term>" \
-H "x-api-key: <api-key>"