Apple Podcasts Scraper — Podcasts & Episodes avatar

Apple Podcasts Scraper — Podcasts & Episodes

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Apple Podcasts Scraper — Podcasts & Episodes

Apple Podcasts Scraper — Podcasts & Episodes

Scrape Apple Podcasts — search or look up shows, get metadata (genre, RSS feed, artwork) and full episode lists via Apple's public iTunes API. No key, no proxies.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Ponderable Hydrometer

Ponderable Hydrometer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Pull Apple Podcasts data — podcast metadata and full episode lists — straight from Apple's public iTunes APIs. Search by keyword or look up specific podcasts by id/URL, and get clean, structured data. No proxies, no login.

Who it's for

  • Podcast discovery / directory tools — build a podcast dataset by topic.
  • Marketers & PR — find shows in a niche (with RSS feed URLs for outreach/analysis).
  • Analysts — track episode cadence, duration, genres across shows.
  • AI / data pipelines — structured podcast + episode data.

Input

FieldTypeDefaultDescription
searchTermsarrayKeywords to search (e.g. true crime)
podcastsarrayApple podcast ids or URLs (e.g. 1019576853)
countrystringusTwo-letter store country code
includeEpisodesbooleanfalseAlso fetch each podcast's episode list
maxEpisodesinteger50Episodes per podcast when enabled (up to ~200)
maxResultsPerSearchinteger25Podcasts returned per search term

Provide at least one of searchTerms or podcasts.

Output

One row per podcast:

{
"podcastId": 1019576853,
"name": "Software Engineering Daily",
"artist": "Software Engineering Daily",
"genre": "Tech News",
"episodeCount": 105,
"feedUrl": "https://softwareengineeringdaily.com/feed/podcast/",
"latestReleaseDate": "2026-07-09T09:00:25Z",
"artwork": "https://…/600x600bb.jpg",
"url": "https://podcasts.apple.com/us/podcast/…/id1019576853",
"episodes": [
{ "title": "…", "releaseDate": "2026-07-09T…", "durationMinutes": 52, "audioUrl": "…", "episodeUrl": "…" }
]
}

episodes is present only when includeEpisodes is on.

Notes & limits

  • Data comes from Apple's public iTunes Search/Lookup APIs — official, free, no key, no anti-bot.
  • Episodes are those exposed by Apple's lookup API (recent episodes; up to ~200).
  • Apple's reviews RSS covers apps, not podcasts, so podcast reviews are not included.
  • feedUrl points to the show's RSS feed if you need the full/raw episode feed.
  • Public data; you are responsible for compliant use of the output.