Apple Podcasts Scraper — Search, Episodes & Contacts
Pricing
$0.05 / actor start
Apple Podcasts Scraper — Search, Episodes & Contacts
Search Apple Podcasts, extract episodes, metadata, and contact info. Great for podcast outreach, guest research, and content discovery.
Pricing
$0.05 / actor start
Rating
0.0
(0)
Developer
Valdeir Lima
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
3
Monthly active users
23 days ago
Last modified
Categories
Share
Apple Podcasts Scraper — Search, Episodes & Owner Contacts
Scrape Apple Podcasts (iTunes) by keyword or topic and extract show metadata — name, host, genre, episode count, artwork and RSS feed — plus optional owner email & website pulled from the feed for podcast host outreach and lead generation. Official iTunes API: no key, no anti-bot.
What it does
- Search Apple Podcasts by any keyword/topic
- Returns show metadata + RSS feed URL + Apple URL
- Optional: extract owner email + website from each show's RSS (host outreach / lead-gen)
- Any storefront country
Use cases
- Podcast host outreach — build contact lists for guest pitching or sponsorship
- Advertiser / PR research — find shows in a niche, by country
- Market research — map the podcast landscape for a topic
- Media databases — enrich a podcast directory
Input
| Field | Type | Default | Description |
|---|---|---|---|
searchTerms | array | — | Keywords/topics |
country | string | us | Storefront country |
limit | integer | 50 | Podcasts per term (max 200) |
extractContacts | boolean | false | Pull owner email/website from RSS |
Output
{ "name": "The Marketing Podcast", "artist": "Jane Doe", "genre": "Marketing", "episodeCount": 210, "feedUrl": "https://...", "ownerEmail": "host@example.com", "website": "https://example.com", "appleUrl": "https://podcasts.apple.com/..." }
FAQ
API key? None — official iTunes Search API.
How do I get host emails? Set extractContacts: true — it parses each show's RSS itunes:email.
Which countries? Any storefront (us, gb, de, br…).