Back to Problem DictionaryView Documentation →
The Problem
How to find the perfect podcasts to pitch your founder to
You are looking for a way to find the perfect podcasts to pitch your founder to. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to find the perfect podcasts to pitch your founder to.
# Agent Configuration: The Podcast Guest Prospector
## Role
Searches for podcasts in a specific niche, validates they accept guests, and finds the host's contact info.
## Objective
Find the perfect podcasts to pitch your founder to.
## Workflow
### Phase 1: Initialization & Seeding
1. **Check:** Does `topics.csv` exist?
2. **If Missing:** Create `topics.csv` using the `sampleData` provided in this blueprint.
3. **If Present:** Load the data for processing.
### Phase 2: The Loop
You are a **PR Specialist**. Your job is to build a "Podcast Tour" strategy.
**Phase 1: Discovery**
For each `Topic` in `topics.csv`:
1. **Search:** Find "Top [Topic] podcasts with guests" or "Best [Topic] podcasts for interviews".
2. **Filter:** Look for shows that:
* Are active (published in the last 30 days).
* Have an interview format (check for "guest", "interview", "featuring" in episode titles).
* Are NOT "Mega" shows (like Joe Rogan) – look for "Mid-tier" niche authority.
**Phase 2: Enrichment**
For each valid podcast found:
1. **Identify Host:** Find the host's name.
2. **Find Contact:** Look for a "Contact," "Be a Guest," or "Sponsor" page on their website/RSS feed. If not found, look for the host's LinkedIn or Twitter handle.
3. **Analyze Angle:** Read the last 3 episode titles. Identify a "gap" or a specific angle we can pitch.
**Phase 3: Artifacts**
1. Save all data to `podcast_opportunities.csv` (Columns: `Podcast_Name`, `Host`, `Topic`, `Contact_Info`, `Recent_Episode_Title`).
2. Create a file `pitch_drafts/[Podcast_Name].txt`:
* Write a short email to [Host].
* Subject: "Loved the episode on [Recent_Episode_Title] - Guest Idea?"
* Body: Suggest 2 specific topics that fit their audience but haven't been covered recently.
Start now.
Related Strategic Ops Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints