Podcast Directory Scraper (Apple Podcasts) avatar

Podcast Directory Scraper (Apple Podcasts)

Pricing

$2.00 / 1,000 result items

Go to Apify Store
Podcast Directory Scraper (Apple Podcasts)

Podcast Directory Scraper (Apple Podcasts)

Find podcasts by topic from Apple Podcasts / iTunes with the RSS feed URL, artist, genre, artwork and iTunes link for every show — plus optional recent-episode enrichment. Public iTunes API, no key.

Pricing

$2.00 / 1,000 result items

Rating

0.0

(0)

Developer

ziv shay

ziv shay

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Podcast Directory Scraper (Apple Podcasts / iTunes)

Find podcasts by topic and export the RSS feed URL for every show — plus artist, genre(s), episode count, artwork, content rating and the Apple Podcasts link. Optionally enrich each show with its recent episodes (title, date, duration, description). Powered by Apple's public iTunes Search + Lookup APIs: no API key, no login.

What you get

Podcast rows (one per show):

FieldDescription
collectionId, name, artistApple show ID, title, creator
feedUrlThe RSS feed URL — the key buyers need to go downstream
genre, genresPrimary + all genres
trackCount, episodeCountTotal episodes / episodes fetched
country, releaseDate, contentRatingStorefront, latest episode date, rating
artworkUrl, itunesUrl600px artwork, Apple Podcasts link

Episode rows (optional, one per episode): collectionId, podcastName, episodeId, title, releaseDate, durationMs, description, episodeUrl, feedUrl.

Example input

{
"terms": ["startups", "venture capital"],
"country": "us",
"maxPodcastsPerTerm": 50,
"includeEpisodes": true,
"episodesPerPodcast": 5
}

Example output (podcast row)

{
"type": "podcast",
"name": "The Future of Everything",
"artist": "Stanford Engineering",
"feedUrl": "https://feeds.example.com/future.xml",
"genre": "Technology",
"genres": "Science; Podcasts; Technology",
"trackCount": 312,
"country": "USA",
"itunesUrl": "https://podcasts.apple.com/us/podcast/id..."
}

Use cases

  • Podcast guesting / PR — build outreach lists by topic with feed + contact path.
  • Ad sales / sponsorship lead-gen — surface shows in a niche with episode cadence.
  • Media monitoring & research — assemble topical show directories at scale.
  • Podcast-tech tools — seed catalogs from the feed URLs.

Why this one

Returns the RSS feedUrl for every show (many directory scrapers omit it — it's what you actually need to pull episodes/analytics downstream), batches many topics in one run, and optionally enriches each show with its latest episodes — all from a public Apple source with no key.

How it works

Calls itunes.apple.com/search?media=podcast per term, then (optionally) itunes.apple.com/lookup?entity=podcastEpisode per show. One podcast (and optionally one episode) per dataset item (pay-per-result).

Keywords: podcast scraper, apple podcasts scraper, itunes podcast api, podcast directory, podcast rss feed finder, podcast episode export.