Spotify Podcast Transcript: Easy Export Guide (2026)
Spotify displays podcast transcripts in-app for read-along purposes only — listeners cannot download or export them. To get a usable transcript file, you must transcribe the episode audio yourself using tools like Whisper. The author's tool, Podskrift, automates this process, costing approximately $0.006 per minute with 60 free minutes for new users.
Short answer: Spotify shows a Spotify podcast transcript for many episodes, but only as a read-along view inside the app. There is no button to download it, copy all of it, or export it as a file. If you need the words outside Spotify, you have to transcribe the episode audio yourself — which takes a few minutes and costs well under a dollar for a typical episode.
I built Podskrift, the tool I use at the end of this guide, because I kept running into exactly this wall. I’d hear something worth quoting on Spotify, the transcript was right there on screen, and I still couldn’t get it out. Below is the full picture: what a Spotify podcast transcript does, what it doesn’t, and the realistic ways to get a file you can keep. Disclosure: Podskrift is my own product.
What a Spotify podcast transcript actually is
Spotify rolled out auto-generated, time-synced transcripts on International Podcast Day in September 2023. Since then, a Spotify podcast transcript appears on a large share of episodes, highlighting each line as it’s spoken.
To find it in the mobile app, play an episode, open the full-screen Now Playing view and scroll down. Spotify’s own creator documentation describes it as something listeners see “in the Now Playing View and on episode pages in the Spotify mobile app.”
Three things are worth knowing before you rely on it:
- Not every episode has one. Some shows aren’t eligible, and creators can switch auto-generated transcripts off for a single episode or a whole show.
- It’s built for reading along. You get a synced reading view, not a document.
- Creators can download theirs, listeners can’t. In Spotify for Creators, a host can download the episode transcript as a VTT file, edit it and upload it again. That option doesn’t exist on the listener side.

Can you export a Spotify podcast transcript?
No — not as a listener. There is no export, download or “copy all” option for a Spotify podcast transcript in the listener apps. You can read it, and that’s it.
The demand is real, though. In May 2026 a listener with dyslexia asked in the Spotify Community whether there was a way to download podcast transcripts so they could read at their own pace. At the time of writing, the thread has no answer. In another thread, a Spotify moderator confirmed that some podcasts and episodes simply don’t have transcripts yet.
There are two partial exceptions:
- You’re the creator. Log in to Spotify for Creators, open the episode, go to Details, then Transcript, and download the VTT file. It’s the only official way to export a Spotify podcast transcript.
- The creator shares it via RSS. Spotify for Creators has a setting to distribute transcripts to other platforms through the show’s RSS feed. Some podcast apps pick that up. Apple Podcasts also generates its own transcripts since iOS 17.4 — but it’s another reading view, not an export tool.
What people actually need the transcript for
Look at why people search for a Spotify podcast transcript and “reading along” is rarely the goal. The job is usually one of these:
- Quoting someone exactly — for an article, a talk or a thesis.
- Turning an episode into notes — or pasting it into ChatGPT or Claude to summarize and ask follow-up questions.
- Searching later — finding what a guest said about a topic three months from now.
- Making subtitles — timestamped text for a clip or a video version.
- Accessibility — reading at your own pace, like the listener in the thread above.
Every one of those needs the words in a file you own. A reading view inside a music app doesn’t cover any of them.
Three ways to get a Spotify podcast transcript you can keep
Here’s how the realistic options compare when Spotify won’t hand over the text:
| Method | Works when | What you get | Cost |
|---|---|---|---|
| Screenshots + text recognition | You need one short passage | A few lines of text | Free, slow |
| Check the show’s website | The publisher posts transcripts | Whatever they publish | Free |
| Transcribe the audio (Whisper) | The show has a public feed | Full .txt and timestamped .srt | ~$0.36 per hour |
1. Screenshots and text recognition
For a single quote, screenshot the transcript in the Spotify app and pull the text out with Live Text on iPhone or Google Lens on Android. It works for three lines. For a full episode it’s hopeless.
2. Look for an official transcript
Some publishers — especially news and public radio shows — post full transcripts on their own websites. It’s worth a quick search for the episode title plus “transcript” before you do anything else.
3. Transcribe the episode audio yourself
This is the only method that works for any episode. You can’t hand Spotify’s downloads to another tool — they’re for offline listening inside the app. But most podcasts on Spotify are also published through a public feed, and that’s the same audio. Run it through a speech-to-text model like OpenAI Whisper and you get the whole episode as text — effectively your own Spotify podcast transcript, as a file.
The exception is shows that are exclusive to Spotify. If a podcast isn’t published anywhere else, there’s no public feed to transcribe from.
The same approach works for any app, not just Spotify. I wrote a separate guide on how to transcribe podcast to text without hunting for an RSS feed.
The fast path: search the show by name
Getting a Spotify podcast transcript this way by hand means finding the show’s RSS feed, downloading the audio, splitting it under Whisper’s 25 MB limit and stitching the pieces back together. That’s the part I automated in Podskrift. You never touch a feed or a file.
- Go to podskrift.com and switch to Episodes.
- Type the show and a few words from the episode title — the same thing you’d search for in Spotify.
- Pick the spoken language, or leave it on auto-detect.
- Click Transcribe. The job keeps running if you close the tab.
- Download the .txt file for reading and AI tools, or the .srt file if you need timestamps.

Each result shows the episode length and an estimated cost before you commit. A 79-minute episode of Hard Fork comes out at about $0.47. New accounts get 60 minutes of audio free, and after that you add your own OpenAI API key and pay OpenAI directly at $0.006 per minute. There’s no subscription — I wrote up the full cost breakdown separately.

Where a Whisper transcript beats Spotify’s — and where it doesn’t
A Spotify podcast transcript is machine-generated too, so in plain English the accuracy is in the same league. The real differences are ownership, language and completeness.
Language control. Whisper lets you name the spoken language. That matters more than I expected. An early version of Podskrift defaulted to Norwegian, and a listener who transcribed a Japanese episode got phonetic nonsense back — Whisper treats the language setting as a constraint, not a hint. Auto-detect is now the default, and naming the language is the fix for short or heavily accented audio.
Completeness. This one surprised me most. Many podcasts insert ads dynamically, which stitches the audio file together from segments. On one of those files, the audio library reported a shorter length than the real stream, and an early version of my pipeline skipped 16 minutes without any error. Podskrift now walks the actual audio stream in 15-minute pieces instead of trusting the reported length.
The practical tip: whatever tool you use, compare the last timestamp in the .srt with the episode length. If they don’t match, part of the episode is missing.
Where Spotify wins: it’s instant and free when it exists. If you only want to follow along while you listen, the built-in Spotify podcast transcript is all you need.

A simple workflow for keeping what you hear
A light loop that turns listening into something you can find again:
- Note the timestamp when you hear something good — Spotify shows it in the player.
- Transcribe the episode by searching for it by name.
- Save the .txt next to your notes — Notion, Obsidian or a plain folder. If you already run a GTD setup in Notion, a transcripts database fits right in.
- Use the .srt to find the exact quote — jump to the timestamp you noted and copy the line word for word.
After a few weeks, you have a searchable archive of everything worth remembering, which a Spotify podcast transcript locked inside the app can never give you. More about the tool itself is on the Podskrift product page.
Spotify Podcast Transcript FAQ
Can I download a Spotify podcast transcript?
Not as a listener. Spotify shows transcripts in the app for reading along, with no download or export option. Creators can download their own episode transcripts as VTT files from Spotify for Creators.
Why doesn’t my episode have a transcript on Spotify?
Not every show or episode is eligible, and creators can turn auto-generated transcripts off. If no transcript appears when you scroll down in the Now Playing view, that episode doesn’t have one.
Can I get a Spotify podcast transcript as an .srt file?
Not from Spotify itself. Transcribe the episode audio with a Whisper-based tool such as Podskrift, which returns both a plain .txt file and a timestamped .srt subtitle file.
How much does it cost to transcribe a podcast episode?
OpenAI Whisper costs $0.006 per minute, so a one-hour episode is about $0.36. Podskrift gives new accounts 60 free minutes first, then runs on your own OpenAI API key.
Does this work for Spotify-exclusive podcasts?
Usually not. Transcription tools need the episode audio from a public podcast feed, and shows that exist only on Spotify don’t publish one.
Search the episode by name, pick the language, download .txt or .srt. First 60 minutes free.
Try one episode on Podskrift →
Indie maker and developer. Building productivity tools and writing about systems, automation, and the craft of focused work.
Want a custom Notion template?
Browse my ready-made tools or get in touch for a custom build.


