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 details from Spotify 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

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Introduction

This actor extracts Artists in a List from Spotify. It collects metadata from search results and related artist sections. The data includes artist identity, verification status, and profile imagery.

Data Fields

Field NameDescriptionExample
Artist NameThe display name of the artist"Radiohead"
Artist URIThe unique Spotify internal identifier"spotify:artist:4Z8W4f9KiZas6u7u6p6S7S"
Verified StatusBoolean indicating if the artist is verifiedtrue
All Avatar URLsArray of image links for the artist profile["https://i.scdn.co/image/ab6761610000e5eb..."]
Avatar ColorThe primary hex color associated with the avatar"#1a1a1a"
Artist TypeThe entity type on the platform"artist"
Artist URLDirect web link to the artist profile"https://open.spotify.com/artist/4Z8W4f9KiZas6u7u6p6S7S"

Input

  • urls: Array of Spotify search or related artist URL strings.
  • maxItems: Maximum number of artists to extract per URL. Default is 100.

Example Input

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

Example Output

[
{
"artistName": "The Smile",
"artistUri": "spotify:artist:6olE0SfsS909Z9vYop9v9r",
"verifiedStatus": true,
"allAvatarUrls": [
"https://i.scdn.co/image/ab6761610000e5eb8e0969248989898989898989",
"https://i.scdn.co/image/ab676161000051748e0969248989898989898989"
],
"avatarColor": "#2b2b2b",
"artistType": "artist",
"artistUrl": "https://open.spotify.com/artist/6olE0SfsS909Z9vYop9v9r"
},
{
"artistName": "Thom Yorke",
"artistUri": "spotify:artist:4YpXDV9uYpYpYpYpYpYpYp",
"verifiedStatus": true,
"allAvatarUrls": [
"https://i.scdn.co/image/ab6761610000e5eb7c0969248989898989898989"
],
"avatarColor": "#ffffff",
"artistType": "artist",
"artistUrl": "https://open.spotify.com/artist/4YpXDV9uYpYpYpYpYpYpYp"
}
]

Want more from Spotify?

This actor only covers Artists 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, Artist Details, Artist Discography, Albums in a List, Album Details, Album Tracks, Profiles in a List, 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.