Home / AppleInsider Podcast
Get the latest iPhone, iPad, Mac, and Apple news every Friday. Tune in to this weekly podcast for in-depth coverage, product reviews, and analysis of all news surrounding Apple. Since 1997 AppleInsider has been a premier source of Apple news, leaks, and rumors.
Topics: Technology , News , Tech News
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/963144241/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
Apple sues OpenAI, public betas, & super apps on the AppleInsider Podcast July 16, 2026
iPhone Fold, AirPods with cameras, & time capsules all in question on the AppleInsider Podcast July 10, 2026
iPhone 18 Pro leaks, AirDrop security, and iPhone Fold orders increase, on the AppleInsider Podcast July 3, 2026
Price hikes, new betas, and the iPhone Fold, on the AppleInsider Podcast June 26, 2026
Siri AI, Snap Spectacles, and iPhone rumors, on the AppleInsider Podcast June 19, 2026
WWDC, Siri AI, and all of Apple's platforms, on the AppleInsider Podcast June 12, 2026
WWDC's Siri AI, macOS Golden Gate, and updated Apple Intelligence on the AppleInsider Podcast June 8, 2026
Apple Vision Pro, WWDC, and Apple takes on Chrome, on the AppleInsider Podcast June 5, 2026
Apple Vision Pro isn't dead, Ternus talk, & AI rumors on the AppleInsider Podcast May 1, 2026
Any episode from this podcast is available via the API — get started .
Get any AppleInsider 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.