Home / The Martin Lewis Podcast
Martin Lewis answers your financial questions, offering valuable money-saving tips.
Topics: Business
Transcribe the entire archive
223 episodes of The Martin Lewis Podcast have transcripts. Fetch them all as speaker-labeled Markdown in one script — 1 credit each, and re-fetching one you already have is free:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/520802069/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 -sf -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id || rm -f "${id}-${slug}.md"
sleep 0.34
done
Already-saved files are skipped — safe to re-run after a top-up.
223 credits. Credits never expire. Excludes VAT, added at checkout for EU customers.
Example Transcripts
Time to save for kids’ uni? Time to refix your energy tariff? Plus more back-to-reality issues September 3, 2026
Best bits: Inheritance tax masterclass August 31, 2026
URGENT Energy price cap update: everything you need to know to beat the increase! August 26, 2026
Best of Question Time: How do I escape a joint account? Save hard, or spend more on my family? Top tips for beginner investors August 21, 2026
Best bits: How to check if you’re paying too much council tax August 13, 2026
Best of Question Time: Is 15% of my salary going in a pension enough? I'm finally debt free, what now? What should we call you? August 6, 2026
Question Time: Can AI improve my finances? Could clearing our mortgage hurt our credit score? Old paperwork boosted my pension! July 27, 2026
What is it you just don’t get about money? Beginners guide to pensions, energy, credit cards, return rights and far more July 23, 2026
Question Time: What money mistakes do married couples make? Can we afford to upsize? How do you repay two student loans? July 20, 2026
Question time: Will new ISA rules ruin my wedding savings? | Martin, you helped me find love! | Can I fix on a prepay meter? July 6, 2026
Question Time: Is saving 15% of my salary into my pension enough? How long do I keep financial docs? ISA rules when I die? June 29, 2026
How it pays to be nice! The top ten big firms to haggle with and their call centre secrets June 18, 2026
These are examples, not the full list — see everything available from this show via the API, get started .
Thousands of transcripts fetched by people building searchable podcast archives
Get any The Martin Lewis Podcast episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: YOUR_KEY" \
https://spoken.md/transcripts/1000787685681
No subscription. Credits never expire. Prices exclude VAT, added at checkout for EU customers. Try free with pt_demo .