Spotify Profiles Scraper avatar

Spotify Profiles Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Spotify Profiles Scraper

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

Nifty

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

1

Monthly active users

13 hours ago

Last modified

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 NameDescriptionExample
UsernameThe unique username of the user"spotify_user_123"
Display NameThe public name shown on the profile"John Doe"
User IDThe unique alphanumeric identifier"31abc123xyz"
User URIThe internal Spotify resource identifier"spotify:user:31abc123xyz"
All Avatar URLsList of profile image URLs["https://i.scdn.co/image/ab6775700000ee85..."]
Avatar ColorThe dominant color code of the avatar"#1DB954"
User TypeThe type of account"user"
Profile URLThe 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.