Home / Twenty Something with Olivia Burnett
Twenty Something is a raw, honest community for people in their twenties (or anyone who still feels like they are). Here we overshare, laugh at our own chaos, and unpack what’s called the ‘defining decade’—all in an effort to set ourselves up for the future and build the lives we actually want.
Topics: Self-Improvement , 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/1849245894/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
Grief Doesn't End, But Neither Does Joy with Alexa Norton July 15, 2026
Strong Over Skinny: Building a Body That Supports the Life You Want with Lacey Bruschke July 8, 2026
The One Word That Saved His Life with Todd Sylvester (How the Story You Tell Yourself Changes Everything) July 1, 2026
Feeling Advice Overload? How to Cut Through the Noise and Take the Right Action with Jimmy Rex June 25, 2026
How to Live in Alignment with the Life You Actually Want with Shawn Moore June 17, 2026
Why Trying New Things Is the Point of Your 20s with Rylee Thompson June 10, 2026
How to Build the Kind of Unshakeable Confidence No One Can Take From You With Eliza Smith June 3, 2026
Exploring Different Religions, Asking the Hard Questions, and Healing from Sexual Abuse with Logan Green May 6, 2026
Any episode from this podcast is available via the API — get started .
Get any Twenty Something with Olivia Burnett 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.