Connect your Spotify account to create playlists directly and manage your library
Connected to Spotify
Loading your playlists...
Loading saved playlists...
Link your Spotify account to create playlists directly in your library, manage existing playlists, and more.
Just one click - we'll handle everything automatically!
Follow these 4 simple steps to connect your account
Sign in with your Spotify account and create a new app to get your credentials.
Quick Setup Guide:
http://127.0.0.1:8888/callbackCopy the credentials from your Spotify app settings and paste them below.
Use the Spotify Token Generator tool to get your refresh token.
Use our automated script to get your refresh token quickly:
# 1. Open terminal/CMD in the project folder # 2. Install dependencies (if not already installed) npm install express spotify-web-api-node # 3. Edit scripts/spotify-auth-helper.js and add your credentials: # CLIENT_ID = 'your_client_id' # CLIENT_SECRET = 'your_client_secret' # 4. Run the script node scripts/spotify-auth-helper.js # 5. Open http://127.0.0.1:8888/login in your browser # 6. Authorize and copy the refresh token
Required Scopes (Select ALL of these):
user-read-email
user-read-private
playlist-modify-public
playlist-modify-private
playlist-read-private
playlist-read-collaborative
Steps:
https://alecchen.dev/spotify-refresh-tokenAQ...)AQ... - make sure to copy the entire token!
Paste your refresh token below to complete the connection.
Prefer a simpler method? Try our quick OAuth connect (may not work for all accounts)
If you're deploying on Apify, add these environment variables in your Actor settings:
SPOTIFY_CLIENT_ID=your_client_id SPOTIFY_CLIENT_SECRET=your_client_secret SPOTIFY_REFRESH_TOKEN=your_refresh_token
Are you sure you want to delete ""? This will remove it from your Spotify account.