Home / FULL COMP: The Voice of the Restaurant Industry Revolution
What if I told you that the difference between struggling and thriving in the restaurant industry is just one conversation away?
I’m Josh Kopel, a Michelin-awarded restaurateur who’s spent decades building blockbuster brands across every tier of dining.
Topics: Entrepreneurship , Business , Marketing
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/1506823506/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
Philippe Massoud: Built to Last 19 Years July 10, 2026
Michael White & Bruce Bronster: Price Less, Win More July 7, 2026
Ben Leventhal: Your Guests Didn't Leave, They Forgot July 3, 2026
Rob Herold: This is the secret to delegation June 30, 2026
Rachel Cope: The City Nobody Wanted June 26, 2026
How to Build a Restaurant That Can Scale Without Breaking: Jeff Fenster, Everbowl June 23, 2026
Kyle Willis: The Busy Trap June 19, 2026
How to Build a Restaurant That Can Grow Profitably: Randy Sharpe, Wahlburgers June 16, 2026
Kim Alter: Control Is the Growth Strategy June 12, 2026
How to Build a Restaurant That Can Survive: Dan Simons of Founding Farmers June 9, 2026
Peter Wright: Stop Chasing New Customers June 5, 2026
Building the Future: Aman Narang of Toast June 24, 2022
Any episode from this podcast is available via the API — get started .
Get any FULL COMP: The Voice of the Restaurant Industry Revolution 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.