Spotify Profiles Scraper
Pricing
from $2.00 / 1,000 results
Spotify Profiles Scraper
Extract Spotify user profiles from search results and follower lists with IDs, URIs, and display names. Powered by Spotify Scraper.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Nifty
Maintained by CommunityActor stats
0
Bookmarked
9
Total users
1
Monthly active users
13 hours ago
Last modified
Categories
Share
This actor extracts Profiles from Spotify. It works on search results and follower lists to collect public user metadata. The actor returns structured data including user identifiers and profile details.
Want more from Spotify?
This actor covers Profiles only. The full Spotify Scraper browser extension also includes Tracks, Lyric Lines, Playlists, Artists, Releases, Albums, Profiles with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.
Get the Spotify Scraper extension
Data Fields
| Field Name | Description | Example |
|---|---|---|
| Username | The unique username of the user | "spotify_user_123" |
| Display Name | The public name shown on the profile | "John Doe" |
| User ID | The unique alphanumeric identifier | "31abc123xyz" |
| User URI | The internal Spotify resource identifier | "spotify:user:31abc123xyz" |
| All Avatar URLs | List of profile image URLs | ["https://i.scdn.co/image/ab6775700000ee85..."] |
| Avatar Color | The dominant color code of the avatar | "#1DB954" |
| User Type | The type of account | "user" |
| Profile URL | The direct link to the profile | "https://open.spotify.com/user/31abc123xyz" |
Input
urls: Array of Spotify URLs. Use search result pages or follower list pages.maxItems: Max profiles to extract per URL. Default is 100.
Example Input
{"urls": ["https://open.spotify.com/search/john/users"],"maxItems": 50}
Example Output
[{"Username": "johndoe_official","DisplayName": "John Doe","UserID": "555abc123","UserURI": "spotify:user:555abc123","AllAvatarURLs": ["https://i.scdn.co/image/avatar1.jpg"],"AvatarColor": "#ffffff","UserType": "user","ProfileURL": "https://open.spotify.com/user/555abc123"},{"Username": "janedoe_music","DisplayName": "Jane Doe","UserID": "999xyz789","UserURI": "spotify:user:999xyz789","AllAvatarURLs": ["https://i.scdn.co/image/avatar2.jpg"],"AvatarColor": "#000000","UserType": "user","ProfileURL": "https://open.spotify.com/user/999xyz789"}]
Disclaimer
This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.