Home / Squiggly Careers
Squiggly Careers is a weekly podcast that will help you take control of your career development. Hosted by the founders of Amazing If (https://www.amazingif.
Topics: Careers , Business , Management
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/1202842065/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
#576 Set yourself up to fail, so you're more likely to succeed July 16, 2026
#575 Oracy: How to improve your speaking and listening skills July 14, 2026
#574 How to Adapt Your Skills for Career Growth July 9, 2026
#573 How to build a super team July 7, 2026
#572 The Listening Habit That Changes Every Conversation July 2, 2026
#571 How to Get Better at Holding Uncertainty at Work June 30, 2026
#570 The Four People Every Squiggly Career Network Needs June 25, 2026
#569 Why zero distance will make you better at your job June 23, 2026
#568 Why Slowing Down Makes You a Better Learner June 18, 2026
#567 How to use Tiny experiments to make progress at work | Tiny Experiments June 16, 2026
#566 The Only Script You Need for Curious Career Conversations June 11, 2026
#565 Networks, Progression and Guilt: Six Career Opinions From Emma Grede | Start With Yourself June 9, 2026
Communication and how to use it to create opportunity in your career (Day 5) | Open to Work June 5, 2026
Compassion and why being more human is becoming a career advantage (Day 4) | Open to Work June 4, 2026
Creativity and the human skill AI can't replicate (Day 3) | Open to Work June 3, 2026
#195 Your Brilliant Best - Entrepreneurship with Jim Collins and Anne Boden January 19, 2021
Any episode from this podcast is available via the API — get started .
Get any Squiggly Careers 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.