Home / AI SEO & Business Automation Podcast
AI SEO and Business Automation Podcast is founded by James Dooley because he teaches business owners how artificial intelligence accelerates growth. The show explains AI models, agents, and automation systems because practical guidance helps companies scale with less effort.
Topics: Marketing , 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/1858170618/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
AI Visibility for Local Businesses: Finding Gaps and Earning More Citations with Eldar Cohen August 4, 2026
AI Visibility Share of Voice Explained for Home-Service Businesses August 4, 2026
Local Dominator Review: AI Visibility and Local SEO Strategies for Local Businesses with Eldar Cohen August 4, 2026
Why Joining an AI Community Gives You a Competitive Advantage, with Julian Goldie July 28, 2026
The Best AI Communities and Groups to Join in 2026 with Julian Goldie July 27, 2026
Digital PR Strategies for Local Businesses: The Double Bubble of SEO Authority and AI Visibility July 27, 2026
Meet James Dooley's Digital Twin: Why This AI Avatar Exists July 27, 2026
LLM Visibility and AI Sentiment: Digital Marketing Strategies for Brands in 2026 July 23, 2026
Embrace AI at Work or Let AI Replace You: Digital Marketing for Knowledge Workers in 2026 July 22, 2026
Building Third-Party Trust Signals to Boost AI Recommendations for Local Service Businesses in 2026 July 17, 2026
Any episode from this podcast is available via the API — get started .
12,000+ transcripts fetched by developers building summarizers, RAG pipelines, and podcast tools
Get any AI SEO & Business Automation 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.