Home / Behind the Bastards
There’s a reason the History Channel has produced hundreds of documentaries about Hitler but only a few about Dwight D. Eisenhower. Bad guys (and gals) are eternally fascinating.
Topics: Society & Culture , History
Transcribe the entire archive
1,177 episodes of Behind the Bastards have transcripts. Fetch them all as speaker-labeled Markdown in one script — 1 credit each, and re-fetching one you already have is free:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1373812661/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 -sf -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id || rm -f "${id}-${slug}.md"
sleep 0.34
done
Already-saved files are skipped — safe to re-run after a top-up.
1,177 credits. Credits never expire. Excludes VAT, added at checkout for EU customers.
Example Transcripts
Part Two: The Websites Behind An International Rapist Network September 3, 2026
Part One: The Websites Behind An International Rapist Network September 1, 2026
It Could Happen Here Weekly 247 August 29, 2026
Part Two: Percy Fawcett: Real-Life Indiana Jones, or Deluded Psychic Racist? August 27, 2026
Part One: Percy Fawcett: Real-Life Indiana Jones, or Deluded Psychic Racist? August 25, 2026
It Could Happen Here Weekly 246 August 22, 2026
Part Two: Francisco Solano Lopez: The Worst Military Leader In Human History August 20, 2026
Introducing: Natural Causes August 19, 2026
Part One: Francisco Solano Lopez: The Worst Military Leader In Human History August 18, 2026
It Could Happen Here Weekly 245 August 15, 2026
Part Two: Alex Karp: How Palantir's CEO Went From Marxist To Anti-Woke Crusader August 13, 2026
Part One: Alex Karp: How Palantir's CEO Went From Marxist To Anti-Woke Crusader August 11, 2026
It Could Happen Here Weekly 244 August 8, 2026
Part Two: The Origins of Terror in Palestine August 6, 2026
Part One: The Origins of Terror in Palestine August 4, 2026
It Could Happen Here Weekly 243 August 1, 2026
Part Two: Rebecca Felton: The First Female Senator (was also a pro-lynching activist) July 30, 2026
Part One: Rebecca Felton: The First Female Senator (was also a pro-lynching activist) July 28, 2026
It Could Happen Here Weekly 242 July 25, 2026
Part Four: How The Navy SEALs Lost Their Mind July 23, 2026
Part Three: How The Navy SEALs Lost Their Mind July 21, 2026
It Could Happen Here Weekly 241 July 18, 2026
Part One: Richard Marcinko: The Founder of SEAL Team 6 July 14, 2026
It Could Happen Here Weekly 238 June 27, 2026
Part Two: Ian Smith: The Prime Minister of Rhodesia June 25, 2026
These are examples, not the full list — see everything available from this show via the API, get started .
Thousands of transcripts fetched by people building searchable podcast archives
Get any Behind the Bastards episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: YOUR_KEY" \
https://spoken.md/transcripts/1000787615397
No subscription. Credits never expire. Prices exclude VAT, added at checkout for EU customers. Try free with pt_demo .