Free Spotify Transcript Generator
Turn Any Podcast Episode Into Text
Need this at scale? Spotify Podcast Transcript API →
How to Get a Spotify Podcast Transcript
Copy the episode link
In Spotify, use the three dots on the episode and Share, then Copy link. An Apple Podcasts link or the show's RSS feed works exactly the same.
Paste and fetch
We match the link to the show's feed, find the real audio file, and transcribe it. Long episodes are chunked automatically rather than rejected.
Copy, download, or automate
Copy the text, download it, or move to the API to transcribe a show's whole back catalogue from your own code.
What You Get
- Spotify, Apple Podcasts, and raw RSS links all work
- The show and episode come back named, not as a filename
- Episodes up to four hours, chunked automatically
- Copy to clipboard or download the text
- No sign-up and no Spotify account needed
- Clean output ready for summaries, quotes, and AI
Works With Any Public Podcast
Interview shows, narrative series, news briefings, and solo monologues all work the same way. Paste an open.spotify.com/episode/… link, a podcasts.apple.com link, or the show's RSS feed URL. The one thing that cannot work is a Spotify exclusive, which has no feed to resolve.
Need Podcast Transcripts in Your Code?
This tool is for one episode at a time. To work through a show programmatically, the podcast transcript API returns the same text as timestamped JSON from a single call, with the show and episode named in the response. Check pricing. 100 credits a month are free and only successful fetches are billed.
Why Spotify transcripts are hard to get out
Spotify does show transcripts for some shows inside its own apps, and there is no way to export them. No copy button, no download, no public API. For anything beyond reading along in the app, they may as well not exist.
The way around that is a quirk of how podcasting actually works. Almost no podcast is hosted by Spotify. The audio sits on the publisher's own CDN, and Spotify and Apple are directories that read the same public RSS feed and point at that same file. So a Spotify link can be matched back to the feed, and the feed names the real audio, which is what gets transcribed here.
That also explains the two things this cannot do. A Spotify exclusive has no feed, so there is nothing to match. And because most large shows insert ads dynamically at playback, the same episode is a slightly different length for every listener, which is why a transcript's duration will rarely match the number shown in your podcast app.
Frequently asked questions
Is this Spotify transcript generator free?
Yes. Paste any public episode link to get its transcript free, with no sign-up. The free tool is rate-limited per hour; for bulk or programmatic use, the TranscriptFetch API includes 100 free credits a month.
How do I get a transcript of a Spotify podcast?
Open the episode in Spotify, use the three dots and Share, then Copy link. Paste that into the box above. You do not need a Spotify account, and nothing is installed.
Does Spotify let you export transcripts?
No. Spotify shows transcripts inside its own apps for some shows, but there is no export button and no public API for them. That is the gap this tool fills.
Does it work with Apple Podcasts or an RSS link?
Yes, and they resolve to exactly the same audio. RSS is the source of record for almost every podcast; Spotify and Apple are directories that ingest that feed. Any of the three links gets you the same transcript.
Why will it not transcribe a Spotify exclusive?
Exclusives have no public RSS feed and no publicly reachable audio file, so there is nothing to resolve the link to. If a show only exists inside Spotify, no third-party tool can reach it.
How long can an episode be?
Up to four hours, which covers long interview shows. The audio is split into chunks and transcribed in parallel rather than being refused for length.
Can I transcribe a whole show?
One episode at a time here. Resolving any episode indexes the show's full feed behind the scenes, so the API can then work through an entire back catalogue by episode title or link.
Why does the transcript not match the episode length shown in my app?
Most large podcasts use dynamic ad insertion, so the same episode is a different length for every listener and on every platform. The spoken content is identical; the ad breaks are not.
Need this at scale? Spotify Podcast Transcript API →