At Harvard Business Review, we believe in management.
Topics: Careers, Business, Education
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/1886705492/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
- Defining and Adapting Your Leadership Style | HBR IdeaCast | Podcast July 19, 2026
- HBS Professor Linda Hill Says Leaders Must Engage with Emotions as Never Before July 18, 2026
- How Do I Overcome My Disillusionment with the Executive Team? | Coaching Real Leaders | Podcast July 18, 2026
- Eni CEO Claudio Descalzi on the High-Stakes Race to Meet Energy Demand without Russian Gas July 17, 2026
- 6 Questions to Find Out How Your Employees Are Really Doing July 16, 2026
- Why Imposter Syndrome Can Actually Be a Good Sign July 16, 2026
- 3 Types of Overthinking—and How to Overcome Them July 15, 2026
- 3 Books to Kickstart Your New Year's Resolutions July 15, 2026
- How to Take Better Breaks at Work July 14, 2026
- Walgreens CEO Roz Brewer to Leaders: Put Your Phones Away and Listen to Employees July 14, 2026
- How to Work with an Insecure Boss: The Harvard Business Review Guide July 10, 2026
- Raytheon CEO Gregory Hayes: How Ukraine Has Highlighted Gaps in US Defense Technologies July 9, 2026
- Amazon CEO Andy Jassy on Nimbleness, AI Strategy, and the Shifting Role of Managers July 6, 2026
Any episode from this podcast is available via the API — get started.
Get any Harvard Business Review 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.