Home / The CMO Podcast
Jim Stengel, former CMO of the largest marketer in the world (Procter & Gamble), and now small company entrepreneur sits down for intimate conversations with the most dynamic CMOs from all over the industry.
Topics: Careers , 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/1460604334/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
How Gap Became Cool Again with Fabiola Torres | Live from the Tubi Cabana at Cannes Lions July 17, 2026
From Murder Your Thirst to Electric Air Taxis: Creating Brand Desire // Lessons from Liquid Death, Duolingo, and Joby Aviation July 15, 2026
Marie Gulin-Merle (Google) & Anda Gansca (Knotch) | The New Era of AI-Powered Marketing July 8, 2026
Kelly Mahoney (Ulta Beauty) | Trust, Creativity, and the Superpowers of Beauty July 1, 2026
Grace Kao (Snap) | The Truth About Gen Z and Why Marketers Keep Getting It Wrong June 17, 2026
Omer Waysman (Michelin) | Trust at 70 Miles Per Hour - Tires, Dining, and 24 Hours of Le Mans June 10, 2026
Melissa Grady Dias (Measured Wellness) | From CMO to CEO: Using AI and Human Connection to Transform Health June 3, 2026
Tim Ellis (NFL) | How the NFL Builds Culture, Not Just Fans January 21, 2026
Any episode from this podcast is available via the API — get started .
Get any The CMO 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.