A POWERFUL API
FOR PODCASTS
Get access to over 5.5 million podcasts, 150 million episodes, blazing-fast podcast search, audience demographics, and cross-platform resolvers. Start building in minutes via RapidAPI.
Access the API
All 14 endpoints are available via RapidAPI. Subscribe once and get your API key instantly — free tier available.
Get Free Access on RapidAPIWhy Developers Choose CastFox
Save Time
Focus on building your app, not crawling RSS feeds or building infrastructure.
- Battle-tested feed crawling across 5.5M+ podcasts
- AI-powered NLP classification & enrichment
- 1k new podcasts + 50k episodes added daily
- Blazing-fast OpenSearch infrastructure
Simple Access via RapidAPI
One subscription on RapidAPI gives you instant access to all endpoints.
- Try for free — no credit card required
- Pro plan at $50/month for higher limits
- No infrastructure or auth setup needed
- Real-time responses with low latency
Everything in One API
Whether you're building a podcast app or a data pipeline, you get access to:
- 5.5M+ podcasts and 150M+ episodes
- Audience demographics & listener insights
- Cross-platform resolver (YouTube, Castbox, TuneIn…)
- Rich category taxonomy & episode metadata
14 Powerful Endpoints
Subscribe once on RapidAPI to unlock all endpoints. Full interactive docs available directly in the RapidAPI playground.
Simple & Powerful API
A standard REST API over HTTPS. Pass your RapidAPI key in the request headers and start querying immediately.
const response = await fetch(
'https://podcast-search-pro.p.rapidapi.com/search?q=technology&language=en',
{
method: 'GET',
headers: {
'x-rapidapi-host': 'podcast-search-pro.p.rapidapi.com',
'x-rapidapi-key': 'YOUR_RAPIDAPI_KEY'
}
}
);
const data = await response.json();
console.log(data.podcasts); // Array of podcast objectsimport requests
url = "https://podcast-search-pro.p.rapidapi.com/search"
headers = {
"x-rapidapi-host": "podcast-search-pro.p.rapidapi.com",
"x-rapidapi-key": "YOUR_RAPIDAPI_KEY"
}
params = {"q": "technology", "language": "en"}
response = requests.get(url, headers=headers, params=params)
print(response.json())Rich Podcast Metadata
Every podcast object in the response includes these fields:
Built for Every Use Case
Discovery Platforms
Power intelligent podcast search and recommendation features in your app.
Analytics & Insights
Analyze podcast trends, audience demographics, and market dynamics.
Recommendation Engines
Deliver personalized podcast suggestions using similarity-based matching.
Content Aggregation
Curate podcast lists for newsletters, blogs, and social platforms.
Start Building Today
Subscribe on RapidAPI and get instant access to all 14 endpoints. Free tier available — no credit card required.
Get Started on RapidAPI →