Home / The Power Playlist
A curated journey through the books that shape discipline, influence, psychology, and intentional living. Each episode distills a full book into a clear, actionable deep‑dive for listeners who want to grow but struggle to find time to read.
Topics: 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/1875405818/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
Make Time (Jake Knapp & John Zeratsky) August 4, 2026
Mindset (Carol S. Dweck) August 3, 2026
The Little Book of Common Sense Investing (John C. Bogle) August 2, 2026
The Clutter Connection (Cassandra Aarssen) August 1, 2026
Built to Last (Jim Collins & Jerry Porras) July 31, 2026
The 80-20 Principle and 92 Other Powerful Laws of Nature (Richard Koch) July 29, 2026
Negotiation Genius (Deepak Malhotra) July 28, 2026
Broke Millennial (Erin Lowry) July 27, 2026
Eat That Frog! (Brian Tracy) July 26, 2026
The Art of Persuasion (Bob Burg) July 25, 2026
A Random Walk Down Wall Street (Burton Malkiel) July 24, 2026
Team: Getting Things Done with Others (David Allen) July 23, 2026
Drive (Daniel H. Pink) July 22, 2026
Purple Cow (Seth Godin) July 21, 2026
Good Habits, Bad Habits (Wendy Wood) July 20, 2026
The Checklist Manifesto (Atul Gawande) July 19, 2026
Contagious: Why Things Catch On (Jonah Berger) July 18, 2026
Cold Hard Truth on Family, Kids and Money (Kevin O'Leary) July 17, 2026
The Go-Giver (Bob Burg and John David Mann) May 15, 2026
The Barefoot Investor (Scott Pape) April 2, 2026
Any episode from this podcast is available via the API — get started .
12,000+ transcripts fetched by developers building summarizers, RAG pipelines, and podcast tools
Get any The Power Playlist 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.