Home / How Success Happens
How Success Happens tells the inspiring, entertaining, and unexpected journeys that influential leaders in business, the arts and sports traveled on their way to becoming household names.
Topics: Careers , 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/1288418637/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
Snack: Spin Master Co-founder July 19, 2026
Lo Bosworth Says Social Media Is Eating Our Brains July 15, 2026
Red Queen Logic Founder: ‘Supercharge Productivity Without Giving Up Privacy’ July 12, 2026
Inside The Summit: NFL Greats, Top CEOs and the Truth About Success July 8, 2026
Snack: Ken Burns July 5, 2026
Sam Adams Founder Turned a Kitchen Recipe Into a Billion-Dollar Brand July 1, 2026
Snack: War Game June 28, 2026
Bobby Moynihan Found Success as a LEGO June 24, 2026
Snack: Master Class Founder and CEO David Rogier June 21, 2026
Casual Geographic Found Success In The Curiosity Gap June 17, 2026
Paul Morris 3-Rule System for Never Losing Money in Real Estate June 10, 2026
Snack: Rob Mac June 7, 2026
“The Last Kings of Hollywood” with Author Paul Fischer June 3, 2026
Bill Gurley on Failure, Mentors, and Why You Need to Relax About Your Career February 18, 2026
Any episode from this podcast is available via the API — get started .
Get any How Success Happens 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.