The Uncensored CMO was created to explore the good, the bad and quite frankly downright ugly truth about marketing theory & practice.
Topics: Marketing, Business, Entrepreneurship
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/1486335987/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
- The creative revolution inside the worlds most dull category - Novartis CMO July 20, 2026
- Why creativity matters more than ever in the age of AI - Adobe CMO, Lara Balazs July 15, 2026
- OpenAI on what every CMO needs to know about AI with BCG July 13, 2026
- Byron Sharp vs Mark Ritson - 5 big marketing truths we agree on July 8, 2026
- The Google approach to marketing in the age of AI (with Google and BCG) July 6, 2026
- The Startling Power of Surprise with Adam Morgan July 1, 2026
- The real 4 P's of the CMO with Susan O'Brien (Just Eat) June 24, 2026
- The power of incredible customer experience - Jamie Domenici, Klaviyo June 22, 2026
- Why brave creativity means business results according to GUT co-founder Anselmo Ramos June 17, 2026
- Greg Hahn on why the biggest risk you can take is to be ignorable June 10, 2026
- How Chili’s used creativity, culture and customer experience to create one of the greatest turnaround success stories - George Felix June 3, 2026
- How the NFL harnesses the power of emotion to drive record audiences - Tim Ellis & Glenn Cole October 2, 2024
Any episode from this podcast is available via the API — get started.
Get any Uncensored CMO 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.