The Home Service Expert podcast is the No. 1 podcast for ambitious home service entrepreneurs, whether they are in plumbing, HVAC or another niche.
Topics: Management, Business
Transcribe the entire archive
Fetch every episode as speaker-labeled Markdown in one script:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1341478446/episodes \
| jq -r '.episodes[] | "\(.id) \(.title)"' \
| while IFS=' ' read -r id title; do
slug=$(echo "$title" | tr '[:upper:]' '[:lower:]' | tr -cs 'a-z0-9' '-' | sed 's/-*$//')
[ -f "${id}-${slug}.md" ] && continue
curl -s -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id
sleep 0.34
done
Each episode costs 1 credit. Already-saved files are skipped — safe to re-run after a top-up.
Example Transcripts
- Lauren Kingsley | Meet the $5.1B Operator Home Service CEOs Keep Calling August 4, 2026
- Kevin O'Leary | Why the Busiest Home Service Owners Get the Least Done July 30, 2026
- Why This 22-Year-Old Selling AI Just Warned Every Home Service Owner July 28, 2026
- He Walked Away From 2 Shark Tank Offers (Sales 40x'd After) July 23, 2026
- Why 2 Employees Beat 6 (The $400K Hiring Math) July 22, 2026
- Extraordinary People Waste Their Lives Waiting for Approval From People Who Never Notice Them July 15, 2026
- He Went From a Window Tint Shop to a $400M Company (His One Hiring Rule) July 7, 2026
- The Operating System Behind America's Biggest Garage Door Company June 30, 2026
- He Grew A Company To $220M | His Warning To Every Home Service Owner June 19, 2026
- What Every Contractor Brags About, That's Actually Proving Their Brand's Working Against Them June 19, 2026
- The Smartest Home Service Owners in the Country Are All Doing This One Thing June 11, 2026
Any episode from this podcast is available via the API — get started.
12,000+ transcripts fetched by developers building summarizers, RAG pipelines, and podcast tools
Get any The Home Service Expert Podcast episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: pt_demo" \
https://spoken.md/transcripts/{episodeId}
No subscription. Credits never expire. Try free with pt_demo.