Home / Freakonomics Radio
Freakonomics co-author Stephen J. Dubner uncovers the hidden side of everything. Why is it safer to fly in an airplane than drive a car? How do we decide whom to marry? Why is the media so full of bad news?
Topics: Documentary , Society & Culture
Transcribe the entire archive
1,001 episodes of Freakonomics Radio 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/354668519/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,001 credits. Credits never expire. Excludes VAT, added at checkout for EU customers.
Example Transcripts
685. How to Survive the A.I. Shock September 4, 2026
How to Run an Institution in an Anti-Institution Era | Better in Person September 2, 2026
How to Return Stolen Art (Update) August 28, 2026
“I Trust Almost Anyone More Than Myself” | Better in Person August 26, 2026
Is a Museum Just a Trophy Case? (Update) August 21, 2026
Meet Warren Zanes, the Author and Rocker Behind the Springsteen Movie | Better in Person August 19, 2026
The Case of the $4 Million Gold Coffin (Update) August 14, 2026
What if Being a Stranger Is Actually Your Superpower? | Better in Person August 12, 2026
684. He Helped Clean Up the Last Crash. Does He See Another One Coming? August 7, 2026
Does it Take a Twisted Mind to Write Twisted Stories? | Better In Person August 5, 2026
How Gary Gulman Turned Depression Into Comedy Gold | Better in Person July 29, 2026
682. Should A.I. Move to Space? July 24, 2026
Why Cooking is Caregiving, with Chef Hillary Sterling | Better in Person July 22, 2026
Are You Really Allergic to Penicillin? (Update) July 17, 2026
How a Great Architect Thinks, with Bjarke Ingels | Better in Person July 14, 2026
681. How to Host a Talk Show, with Dick Cavett July 9, 2026
680. Can Universities Win Back Our Trust? July 3, 2026
679. Why Does Vanderbilt Keep Winning? June 26, 2026
The World Is (Still) Drowning in Sludge June 24, 2026
678. Who Gets to Choose a “Good Death”? June 19, 2026
677. Can Backgammon Save Us from Ourselves? June 12, 2026
This Is Your Brain on Pollution (Update) June 10, 2026
676. Has America Lost the Plot? June 5, 2026
Are Human Drivers Finally Obsolete? March 20, 2026
Are Two C.E.O.s Better Than One? (Update) October 29, 2025
633. The Most Powerful People You’ve Never Heard Of May 23, 2025
Why Rent Control Doesn’t Work (Ep. 373 Rebroadcast) March 12, 2020
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 Freakonomics Radio episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: YOUR_KEY" \
https://spoken.md/transcripts/1000787748617
No subscription. Credits never expire. Prices exclude VAT, added at checkout for EU customers. Try free with pt_demo .