API Recipes
Ready-to-run walkthroughs that chain Pod Engine endpoints into a complete result. Every recipe ships with copy-and-paste code and links to the endpoint reference.
Search and Filter Podcasts
Search podcast titles and descriptions, apply filters, and retrieve multiple pages of results.
- 1 Basic Podcast Search
- 2 Advanced Filtering
- 3 Pagination and Bulk Retrieval
const searchTerms = [
{
searchTerm: 'technology',
searchType: 'text',
searchTargets: ['podcast-title', 'podcast-description'],
searchTermOptions: { matchMode: 'must' },
},
];
const query = { searchTerms, pageSize: 20 };
const firstPage = await pe.search.searchPodcasts(query);
console.log(`Found ${firstPage.result.hits.length} podcasts on this page`); Browse recipes
Apple Reviews for Top Podcasts Chart
Fetch an Apple Podcasts chart and read ratings and written reviews for its podcasts.
Get Episode Transcripts via iTunes API
Find recent episodes with iTunes, match them to Pod Engine, and retrieve available transcript text.
Search and Filter Podcasts
Search podcast titles and descriptions, apply filters, and retrieve multiple pages of results.
Find Your Next Podcast Guest
Build a guest shortlist from recent appearances on podcasts your audience already enjoys.
Find Potential Sponsors for Your Podcast
Research brands appearing on similar podcasts and build a shortlist for your next sponsorship pitch.
Get started with the API and MCP server
One plan, everything included
- Full Pod Engine web app access
- Full API access — same data, programmatic
- MCP server
- 10,000 searches / mo
- 10,000 podcast and episode lookups / mo
- 1,000 transcripts / mo
- Historical podcast charts
- Contacts, emails, social & YouTube data
- 30 alerts
Available Discounts
We believe great tools should be accessible to everyone building amazing things.
Eligible for a discount? Contact us to learn more.
Bootstrapped Startups
Students & Educators
Nonprofits
Pay Annually
Need Guest Booking, an Agency plan, or higher limits?
See the full pricing page for addons and Agency options, or schedule a call.
Need more than 10,000 searches / mo? Get in touch and we'll tailor a plan.