// SPOTIFY DATA EXTRACTOR
fetches your data in separate steps → paste the output wherever you want
1
AUTHENTICATE
✓ connected
go to
developer.spotify.com/dashboard
→ create an app → add
as a Redirect URI → add yourself under User Management.
CONNECT →
2
LIKED SONGS
✓ done
ready
FETCH LIKED SONGS →
3
PLAYLIST LIST
✓ done
ready
FETCH PLAYLISTS →
4
PLAYLIST TRACKS
(slow — one at a time)
✓ done
fetches each playlist one at a time. 403s are skipped. each playlist appends to the output below. stop & copy any time.
ready — fetch playlists first
FETCH ALL PLAYLIST TRACKS →
■ stop