Home / The Data Storytellers Podcast
The Data Storytellers is a leading professional community dedicated to building business influence for data and analytics leaders. Our mission is to empower and enable Data Science & Analytics professionals and organizations to actualize their full potential.
Topics: Business
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/1493766476/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
Why Most AI Use Cases Miss the Point | Taylor Black (Microsoft) July 2, 2026
Semantic Leverage | Albert Mangahas (Roo) June 25, 2026
Why Your Model Gets it Wrong | Dejan Mitkovski (BetMGM) June 11, 2026
What "Data-Driven" Actually Means | Anthony Jackel (Ferrara) January 5, 2026
AI Optimism vs. Evidence in Late 2025 | Ylan Kazi (Blue Cross Blue Shield North Dakota) November 12, 2025
The Hard Truths of Enterprise AI Adoption | Jodi Blomberg (Cox Automotive) October 2, 2025
The AI Leadership Playbook for Global Enterprises | Elena Alikhachkina September 4, 2025
How Agentic AI Will Reshape Customer Experience | Rangan Gangavaram (Verizon) August 21, 2025
The AI Revolution in 2025 Explained | Nurtekin Savas (PayPal) July 22, 2025
Building Data-Driven Cultures in Sports, Film, and Streaming | Mikel Davis (VP of Strategic Analytics @ Peacock) July 14, 2025
Navigating the AI Hype and Building Data-Driven Cultures | Juan Gorricho June 30, 2025
Any episode from this podcast is available via the API — get started .
Get any The Data Storytellers 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.