Home / The Creator Spotlight Podcast
Every week we spend an hour in conversation with a notable creator, discussing their approach to audience growth, monetization, and content production. Hosted by Francis Zierer (Twitter and LinkedIn). New episodes every Tuesday. This podcast is part of our newsletter, Creator Spotlight.
Topics: Arts , Business , Entrepreneurship
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/1734648463/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
The 5 revenue streams of a $1M+ creator business ft. Jenn Lueke July 14, 2026
He'll make $1.5M as a solo creator this year ft. Kyle Poyar July 7, 2026
How to get brand deals in 2026 ft. AJ Eckstein June 30, 2026
A newsletter writer's brutally honest growth advice ft. Evan Armstrong June 23, 2026
He's losing subscribers, and that's a good thing ft. Jerome Aceti June 16, 2026
Ep. 114: How he makes educational content go viral ft. Kobi Brown June 9, 2026
Ep. 81: Building a $500k+ local newsletter business ft. Geoff Sharpe October 21, 2025
Ep. 80: How a YouTuber's study group grew into a profitable business ft. Kaelyn Grace Apple October 14, 2025
Ep. 79: He had 15M followers, then he quit — here's why ft. Caspar Lee October 7, 2025
Any episode from this podcast is available via the API — get started .
Get any The Creator Spotlight Podcast 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.