Paste a Spotify track, album, playlist, artist, or podcast link and get a scannable QR code that opens it straight in Spotify. It is perfect for gig posters, album packaging, merch, business cards, or a wedding playlist printed for the table.
How it works
The tool normalises whatever you paste, then encodes it into a QR code:
- Cleaning. A
spotify:URI is kept as-is. A web link is parsed as a URL and the tracking parameterssi,nd, andcontextare removed, so the code carries only the clean link. - Encoding. The cleaned link is turned into a QR code at 320 px with a 2-module quiet zone, error-correction level M (recovers from roughly 15% damage), and Spotify-green modules.
You can download the result as a PNG for screens or a resolution-independent SVG for print.
Example
| Pasted link | Encoded result |
|---|---|
https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT?si=abc123 | https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT |
The ?si=abc123 tracking token is stripped, leaving a clean URL that any phone camera can open in Spotify.
This is a standard QR code, not Spotify’s in-app Code, so it scans with any reader. Everything is generated in your browser — nothing is uploaded.