Home / ReThinking
As an organizational psychologist, Adam Grant believes that great minds don't think alike; they challenge each other to think differently.
Topics: Society & Culture
Transcribe the entire archive
220 episodes of ReThinking 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/1554567118/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.
220 credits. Credits never expire. Excludes VAT, added at checkout for EU customers.
Example Transcripts
How leaders build a collective identity with Vanessa Beasley September 1, 2026
Dolly Parton is burning up, not burning out | from WorkLife with Adam Grant (re-release) August 28, 2026
Is emotional regulation always a good thing? with Julie Bowen and Aliza Pressman August 25, 2026
Improvisation as a life skill with Andrea Jones-Rooy and Justin Gregg August 18, 2026
The psychology of rivalry and resilience with Maria Sharapova August 11, 2026
How to challenge your self-limiting beliefs with Shawn Achor August 4, 2026
The science of the cold plunge with Chris Ballard July 28, 2026
Why a chatbot can’t raise your kid with Dana Suskind July 21, 2026
How to prevent corporate corruption with Eric Ries July 14, 2026
The craft of storytelling with Ann Patchett July 7, 2026
What Finnish president Alexander Stubb learned from golfing with Trump June 30, 2026
Creative anxiety, self-doubt, and procrastination with Fredrik Backman June 23, 2026
The one skill you need to succeed in your career in a turbulent world - by Adam Grant | from Radio Davos May 26, 2026
How Adam Grant uses data and intuition to make life decisions | from WorkLife with Molly Graham May 21, 2026
Brené and Adam on What They Will Never Agree On | from The Curiosity Shop with Brené Brown and Adam Grant March 24, 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 ReThinking episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: YOUR_KEY" \
https://spoken.md/transcripts/1000787106461
No subscription. Credits never expire. Prices exclude VAT, added at checkout for EU customers. Try free with pt_demo .