Home / The News Agents
Emily Maitlis, Jon Sopel and Lewis Goodall – three of the UK’s top journalists – host an award-winning daily news podcast: The News Agents.
They’re not just here to tell you what's happening, but why.
Topics: Daily News , News , Politics
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/1640878689/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
How Spain's migrant crisis is emboldening the hard right August 4, 2026
Will Farage and Lowe team up or tear each other apart? August 3, 2026
Why is MAGA trying to jail America's top doctor? July 30, 2026
Is Andy Burnham betting his premiership on fixing social care? July 29, 2026
Should Polanski be arrested for his Farage Insta post? July 28, 2026
Burnham's best mate on what the PM does now July 27, 2026
Could Andy Burnham be the most important PM since Thatcher? July 24, 2026
Are Farage and Polanski already yesterday's men? July 23, 2026
Xavi Simons: TRUTH about Barcelona, the original WONDERKID & Why Spurs feel different - The Sports Agents July 23, 2026
HackGPT: How AI escaped the lab and went rogue July 22, 2026
Burnham's bloodbath of the Starmerites July 21, 2026
Prime Minister Burnham - Labour's last hope? July 20, 2026
Why Starmer failed - and what Burnham needs to get right July 17, 2026
Did Thomas Tuchel cost England a World Cup Final? - The Sports Agents July 16, 2026
Will Argentina be punished for their Falklands stunt? July 16, 2026
Starmer hands the torch to Burnham - does he have a plan? July 15, 2026
The day Infantino & Trump BROKE the World Cup - The Sports Agents July 9, 2026
Is Nigel Farage's career unravelling before our eyes? July 9, 2026
Has Trump just trashed his own World Cup? July 6, 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 The News Agents 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.