Spotify Artists Scraper avatar

Spotify Artists Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Spotify Artists Scraper

Spotify Artists Scraper

Extract artist names, URIs, verified status, and avatar URLs from search results and related artist lists. 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

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

This actor extracts Artists from Spotify. It works on search results and related artist lists to collect metadata from any page displaying artist cards or rows. The actor returns artist names, unique identifiers, verification status, and profile images.


Want more from Spotify?

This actor covers Artists 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
Artist NameThe display name of the artist"Radiohead"
Artist URIThe internal Spotify resource identifier"spotify:artist:4Z8W4f9KiZ7r97FW37z9vW"
Verified StatusBoolean indicating if the artist is verifiedtrue
All Avatar URLsList of profile image URLs in various sizes["https://i.scdn.co/image/ab6761610000e5eb..."]
Avatar ColorThe dominant color associated with the avatar"#1a1a1a"
Artist TypeThe entity type"artist"
Artist URLThe public web link to the artist profile"https://open.spotify.com/artist/4Z8W4f9KiZ7r97FW37z9vW"

Input

  • urls: Array of URL strings. Provide Spotify search result pages or related artist pages.
  • maxItems: Max items per URL, default 100.

Example Input

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

Example Output

[
{
"artistName": "Radiohead",
"artistUri": "spotify:artist:4Z8W4f9KiZ7r97FW37z9vW",
"verifiedStatus": true,
"allAvatarUrls": [
"https://i.scdn.co/image/ab6761610000e5eb82d390660c3b6f02152e469c",
"https://i.scdn.co/image/ab6761610000517482d390660c3b6f02152e469c"
],
"avatarColor": "#202020",
"artistType": "artist",
"artistUrl": "https://open.spotify.com/artist/4Z8W4f9KiZ7r97FW37z9vW"
},
{
"artistName": "The Smile",
"artistUri": "spotify:artist:696at0S8S9p3799mbpYQYp",
"verifiedStatus": true,
"allAvatarUrls": [
"https://i.scdn.co/image/ab6761610000e5eb99f579177196023308940801"
],
"avatarColor": "#ffffff",
"artistType": "artist",
"artistUrl": "https://open.spotify.com/artist/696at0S8S9p3799mbpYQYp"
}
]

Disclaimer

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