Quick answer: Spotify has built-in transcripts for many podcasts — tap the speech bubble icon in the episode player. If the podcast doesn't have Spotify transcripts, download the episode and use OpenAI Whisper (free) to transcribe it. Full guide below.
Method 1: Spotify's Built-In Transcript (Easiest)
Spotify added automatic podcast transcripts in 2024. Here's how to access them:
On iPhone (iOS):
1. Open the Spotify app → play any podcast episode
2. Tap the episode to open the Now Playing screen
3. Look for the speech bubble icon (transcript button) in the bottom controls
4. Tap it — the full transcript opens and scrolls alongside playback
On Android:
1. Play the episode → tap the episode artwork to expand
2. Swipe up on the player → look for Transcript tab
3. If available, tap to open the scrolling transcript
On Desktop:
1. Play the episode in Spotify (web or app)
2. Look for the Transcript button in the episode detail panel
3. Click to open — text highlights in real-time as audio plays
Important: Not all podcasts have Spotify transcripts. Availability depends on whether the podcast host has enabled it. Popular podcasts from major networks are most likely to have them.
What to Do When Spotify Transcript Isn't Available
If the podcast doesn't have Spotify transcripts, here are your options:
Option A: Find It on YouTube
Many podcasts upload full episodes to YouTube. If so:
1. Search for the podcast episode title on YouTube
2. If found, paste the YouTube URL into VidText AI
3. Get the full transcript in under 10 seconds — free, no sign-up
This is the fastest option when available.
Option B: Download + Whisper (Any Episode)
Step 1 — Download the podcast episode
- Use the Spotify app's Download feature (requires Premium) to save the episode
- Or find the podcast's RSS feed and download the MP3 directly
- Many podcast websites also link to direct MP3 downloads
Step 2 — Transcribe with Whisper
`
pip install openai-whisper
whisper episode.mp3 --model medium --output_format txt
`
For a 1-hour episode, this takes 4-8 minutes on a standard laptop. The medium model gives the best balance of accuracy and speed for speech content.
Step 3 — Review and use the transcript
The output is saved as episode.txt in the same folder. Open in any text editor to copy, edit, or repurpose.
Option C: Podcast Website Show Notes
Many podcasts publish transcripts directly on their website. Before transcribing manually:
1. Go to the podcast's website
2. Find the episode page
3. Check for a "Transcript" or "Show Notes" tab below the player
Podcasts that commonly publish full transcripts: Tim Ferriss Show, Lex Fridman, Huberman Lab, Diary of a CEO.
Spotify Transcript Accuracy
Spotify uses automatic speech recognition (ASR) for transcripts — similar accuracy to YouTube's auto-captions:
- ~90-95% accurate for clear, native-speaker English
- Lower accuracy for: strong accents, technical jargon, multiple speakers talking simultaneously, background music
- Spotify allows podcast creators to review and correct transcripts in Spotify for Podcasters
Use Cases: What to Do With a Podcast Transcript
| Use Case | How |
|---|---|
| **Study notes** | Paste into ChatGPT → "Extract the 10 most important insights" |
| **Blog post** | Paste into ChatGPT → "Convert to a 1000-word blog post" |
| **Show notes** | Extract timestamps and key topics for episode page SEO |
| **Quote cards** | Find the best 1-2 sentence quotes for social media |
| **Translation** | Paste into DeepL for other-language versions |
Comparing Podcast Transcript Options
| Method | Cost | Works Without Premium | Accuracy | Speed |
|---|---|---|---|---|
| Spotify built-in | Free | ✅ | Good | Instant |
| YouTube + VidText AI | Free | ✅ | High | <10 sec |
| Whisper (local) | Free | ✅ | Very high | 4-8 min/hr |
| Rev.com | $1.50/min | ✅ | Highest | Hours |
| Descript | Free 1hr/mo | ✅ | Very high | 2-3 min |