Apple Podcasts Scraper — Podcasts & Episodes
Pricing
from $3.00 / 1,000 results
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
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
| Field | Type | Default | Description |
|---|---|---|---|
searchTerms | array | — | Keywords to search (e.g. true crime) |
podcasts | array | — | Apple podcast ids or URLs (e.g. 1019576853) |
country | string | us | Two-letter store country code |
includeEpisodes | boolean | false | Also fetch each podcast's episode list |
maxEpisodes | integer | 50 | Episodes per podcast when enabled (up to ~200) |
maxResultsPerSearch | integer | 25 | Podcasts 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.
feedUrlpoints 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.