Spotify Profile Scraper avatar

Spotify Profile Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Spotify Profile Scraper

Spotify Profile Scraper

Extract Spotify user profiles from search results and follower lists including IDs, names, and avatars. 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

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Introduction

This actor extracts Profiles in a List from Spotify. It collects public user data from search results and follower lists. The scraper returns structured data including unique identifiers and profile images.

Data Fields

Field NameDescriptionExample
UsernameThe unique username of the account"johndoe123"
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 URLsArray of profile image links in various sizes["https://i.scdn.co/image/ab6775700000ee85..."]
Avatar ColorThe dominant color associated with the avatar"#1DB954"
User TypeThe account category"user"
Profile URLThe direct link to the Spotify profile"https://open.spotify.com/user/31abc123xyz"

Input

  • urls: Array of Spotify search result or follower list URLs.
  • maxItems: Maximum number of profiles to extract per URL. Default is 100.

Example Input

{
"urls": ["https://open.spotify.com/search/rock/profiles"],
"maxItems": 50
}

Example Output

[
{
"username": "music_fan_99",
"displayName": "Alex Smith",
"userId": "55829102",
"userUri": "spotify:user:55829102",
"allAvatarUrls": ["https://i.scdn.co/image/ab6775700000ee851"],
"avatarColor": "#f03c60",
"userType": "user",
"profileUrl": "https://open.spotify.com/user/55829102"
},
{
"username": "playlist_curator",
"displayName": "Daily Vibes",
"userId": "99283741",
"userUri": "spotify:user:99283741",
"allAvatarUrls": ["https://i.scdn.co/image/ab6775700000ee852"],
"avatarColor": "#1db954",
"userType": "user",
"profileUrl": "https://open.spotify.com/user/99283741"
}
]

Want more from Spotify?

This actor only covers Profiles in a List. The full Spotify Scraper browser extension also includes Tracks in a List, Track Details, Track Lyrics, Playlists in a List, Playlist Details, Library Playlists, Artists in a List, Artist Details, Artist Discography, Albums in a List, Album Details, Album Tracks, Profile Details 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

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.