Home / The Good, The Bad & The Beast
Join former World’s Strongest Man Eddie ‘The Beast’ Hall as he comes face-to-face with other extraordinary, elite and exceptional people to find out what really makes them tick. What drives them. What pushes them to the extreme... and beyond.
Topics: Society & Culture , Health & Fitness
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/1820918866/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
Big John: The Chinese Takeaway That Changed His Life | Good Bad Beast March 31, 2026
Robert Oberst: I Reached World’s Strongest Man in 8 Months! February 24, 2026
Jesse James West: Building A Fitness Content Empire February 17, 2026
Mark Felix: The Strongman Who Defies Ageing February 10, 2026
Danny Mulligan: A New Deadlift World Record February 3, 2026
James Haskell: 11 Surgeries Before 35 - The Real Cost of Rugby. January 27, 2026
Josh Baker aka The Gym Reaper: The World’s Strongest Press? January 20, 2026
Nathaniel Wood: Extreme Weight Cuts, Life In The UFC, And No Plan B... January 13, 2026
The Iceman vs The Beast: Wim Hof & Eddie Hall January 6, 2026
Jordan Wylie MBE: Ex-Tank Operator Conquering Unclaimed Mountains In Antarctica December 16, 2025
GeoWizard: Can You Cross A Country In A Perfectly Straight Line?! December 9, 2025
Any episode from this podcast is available via the API — get started .
Get any The Good, The Bad & The Beast 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.