Home / Startups For the Rest of Us
The original podcast for bootstrapped and mostly bootstrapped startups, this show follow the stories of founders as they start, acquire, and grow SaaS companies. Hear when they fail, struggle, succeed, and take you with them through the tumultuous life of a SaaS founder.
Topics: Entrepreneurship , Business , Marketing
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/366931951/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
Episode 841 | One-time Payments, Growing a Step 2 Business, Positioning, and More Listener Questions (Rob Solo) July 14, 2026
Episode 840 | 5 PM Revisited, Starting Over After Failure, Never Shipping, and More Listener Questions (Rob Solo) July 7, 2026
Episode 839 | The Journey Growing Help Scout to $35M ARR June 30, 2026
Episode 838 | 6 Key Takeaways From a TinySeed Batch Kick-Off June 23, 2026
Episode 837 | How Do You Learn Product? and Optimizing Your Trial Funnel (with Ruben Gamez) June 16, 2026
Episode 836 | The 5 A.I. Moats Acquirers Value Most June 9, 2026
Episode 833 | Success Patterns of Nobel Laureates, Developing Expertise, and From Zero to $10k (A Rob Solo Adventure) May 19, 2026
Episode 832 | Going Full-time, When to Pivot, Building With Young Kids, and More Listener Questions (Rob Solo) May 12, 2026
Any episode from this podcast is available via the API — get started .
Get any Startups For the Rest of Us 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.