SEARCH, NEWS & MEDIA

Extract Apple Podcasts Data

Podcast and episode search via the iTunes Search API.

Tell AuraCrawl what to pull from Apple Podcasts — "every podcast matching this query with publisher, genre, feed URL, and episode count," or the recent episodes for one show. We call the open iTunes Search API, which also swaps to music, movies, ebooks, and apps by entity.

What a response looks like

REQUEST

ask“Tell AuraCrawl what you need from Apple Podcasts in plain language — which entities, which fields, how often. That sentence is the spec.”

apple-podcasts-sample.json
{
  "collection_id": 1200361736,
  "name": "The Daily",
  "artist": "The New York Times",
  "genre": "News",
  "feed_url": "https://feeds.simplecast.com/54nAGcIl",
  "episode_count": 2100,
  "country": "USA"
}
Real capture from Apple Podcasts, 2026-09-02. Markets move — treat the values as a point in time, not a quote.

What you can extract

  • Podcast name, publisher, and primary genre
  • RSS feed URL
  • Episode count and release dates
  • Artwork URLs
  • Per-show episode lookups
  • Entity swap to music / movies / ebooks / apps

PIPELINE The iTunes Search API is fully open — an Open-tier target; results cap at 200 per call with no offset.

Request Apple Podcasts data.

Describe the fields, the volume, and the cadence. We scope the extraction and deliver a sample before you commit.