Podcast Scraper — Shows, Rankings & Episodes avatar

Podcast Scraper — Shows, Rankings & Episodes

Pricing

from $2.00 / 1,000 podcasts

Go to Apify Store
Podcast Scraper — Shows, Rankings & Episodes

Podcast Scraper — Shows, Rankings & Episodes

Scrape podcasts by keyword: name, author, keyword rank, genre, episode count, artwork, RSS feed, plus recent episodes with duration and audio URL. No API key.

Pricing

from $2.00 / 1,000 podcasts

Rating

0.0

(0)

Developer

Hichem Ben Moussa

Hichem Ben Moussa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape podcasts by keywordname, author, keyword rank, genre, episode count, artwork and RSS feed — plus recent episodes with title, description, duration and direct audio URL. No API key.

What you can do with it

  • 🔍 Podcast SEO / discovery — see who ranks for your target keywords
  • 🎯 Ad & sponsorship prospecting — find shows by genre and size
  • 🕵️ Competitor tracking — publishing cadence and episode counts
  • 🤖 Build a podcast dataset — feeds + episode metadata for search or AI

Input

FieldTypeDescription
searchTermsarrayKeywords, e.g. technology, true crime. Each result carries its rank.
podcastIdsarraySpecific Apple Podcasts collection IDs (overrides search).
countrystringStore country, e.g. us, gb, de.
maxResultsintegerMax podcasts in total.
includeEpisodesbooleanAlso fetch recent episodes from each RSS feed.
maxEpisodesPerPodcastintegerEpisodes per show when enabled.

Example

{ "searchTerms": ["technology", "startups"], "maxResults": 50, "includeEpisodes": true, "maxEpisodesPerPodcast": 10 }

Output

{
"podcastId": 1727086780,
"name": "TED Tech",
"author": "TED Tech",
"searchTerm": "technology",
"searchRank": 1,
"primaryGenre": "Technology",
"episodeCount": 284,
"feedUrl": "https://feeds.acast.com/public/shows/...",
"artwork": "https://is1-ssl.mzstatic.com/....jpg",
"url": "https://podcasts.apple.com/us/podcast/id1727086780",
"episodes": [
{
"title": "Why AI isn't going to become conscious | Anil Seth",
"publishedAt": "Fri, 21 Aug 2026 04:00:00 GMT",
"duration": "19:37",
"audioUrl": "https://sphinx.acast.com/....mp3"
}
]
}

Export to JSON, CSV, Excel, or pull live via the Apify API.

Notes

  • Uses Apple's public podcast API plus each show's own RSS feed — stable and key-free.
  • searchRank is the position for that keyword, which is what podcast-SEO tracking needs.
  • Enabling episodes fetches one RSS request per show, so large runs take a little longer.