Spotify Artist Details Scraper avatar

Spotify Artist Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Spotify Artist Details Scraper

Spotify Artist Details Scraper

Extract artist biographies, monthly listeners, world rankings, social links, and discography stats from Spotify artist pages. 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

30

Total users

15

Monthly active users

11 days ago

Last modified

Share

This actor extracts Artist details from Spotify. It works on individual artist pages to collect metadata, listener statistics, and discography summaries. The scraper captures verified status, biographies, and social media links directly from the artist profile.

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 NamePublic name of the artist"Radiohead"
Artist IDUnique Spotify identifier"4Z8WiqH9PZ97vS2ne9p8hk"
Artist URISpotify resource indicator"spotify:artist:4Z8WiqH9PZ97vS2ne9p8hk"
Verified StatusBoolean indicating blue checkmarktrue
BiographyArtist bio text"Radiohead is an English rock band..."
External LinksSocial and web links["https://twitter.com/radiohead"]
Followers CountTotal user followers8500000
Monthly ListenersCurrent monthly listener count25000000
World RankGlobal listener ranking142
Top CitiesCities with most listeners["Mexico City", "London"]
All Avatar URLsList of profile image links["https://image-cdn.com/a.jpg"]
Header Image URLLarge banner image link"https://image-cdn.com/header.jpg"
Albums CountTotal albums released9
Compilations CountTotal compilations2
Singles CountTotal singles and EPs45
Latest Release NameName of most recent work"A Moon Shaped Pool"
Latest Release TypeType of latest release"ALBUM"
Latest Release DateRelease date string"2016-05-08"
Latest Release URIURI of latest release"spotify:album:1"
Popular Releases CountCount of trending releases5
Top Track NamesNames of most popular songs["Creep", "Karma Police"]
Related Artists CountCount of similar artists20
Playlists CountPlaylists featuring artist500
Discovered On CountCount of discovery playlists120
Featuring CountCount of guest appearances15
Concerts CountUpcoming live events0
Merch CountAvailable merchandise items4
Goods Total CountTotal items in store4
Share IDUnique sharing identifier"abc123xyz"
Share URLPublic sharing link"https://open.spotify.com/artist/4Z8"
Artist URLDirect browser URL"https://open.spotify.com/artist/4Z8"

Input

Example Input

{
"urls": ["https://open.spotify.com/artist/4Z8WiqH9PZ97vS2ne9p8hk"],
"maxItems": 1
}

Example Output

[
{
"artistName": "Radiohead",
"artistId": "4Z8WiqH9PZ97vS2ne9p8hk",
"artistUri": "spotify:artist:4Z8WiqH9PZ97vS2ne9p8hk",
"verifiedStatus": true,
"biography": "Radiohead is an English rock band formed in Abingdon, Oxfordshire, in 1985.",
"externalLinks": ["https://www.instagram.com/radiohead"],
"followersCount": 8543210,
"monthlyListeners": 24890123,
"worldRank": 145,
"topCities": ["Mexico City", "London", "Los Angeles"],
"allAvatarUrls": ["https://i.scdn.co/image/ab6761610000e5ebed3b89a051008d83f73c4747"],
"headerImageUrl": "https://i.scdn.co/image/ab67618600001016ed3b89a051008d83f73c4747",
"albumsCount": 9,
"compilationsCount": 2,
"singlesCount": 48,
"latestReleaseName": "A Moon Shaped Pool",
"latestReleaseType": "ALBUM",
"latestReleaseDate": "2016-05-08",
"latestReleaseUri": "spotify:album:6v9uOR7Cj0o78dhZUR9Pbm",
"popularReleasesCount": 10,
"topTrackNames": ["Creep", "Karma Police", "No Surprises"],
"relatedArtistsCount": 20,
"playlistsCount": 850,
"discoveredOnCount": 150,
"featuringCount": 12,
"concertsCount": 0,
"merchCount": 5,
"goodsTotalCount": 5,
"shareId": "s123",
"shareUrl": "https://open.spotify.com/artist/4Z8WiqH9PZ97vS2ne9p8hk?si=s123",
"artistUrl": "https://open.spotify.com/artist/4Z8WiqH9PZ97vS2ne9p8hk"
},
{
"artistName": "The Smile",
"artistId": "696mJ7S79R92t9U96p8hk",
"artistUri": "spotify:artist:696mJ7S79R92t9U96p8hk",
"verifiedStatus": true,
"biography": "The Smile is an English rock band comprising Radiohead members Thom Yorke and Jonny Greenwood.",
"externalLinks": ["https://thesmiletheband.com"],
"followersCount": 450000,
"monthlyListeners": 1200000,
"worldRank": 4500,
"topCities": ["London", "Paris"],
"allAvatarUrls": ["https://i.scdn.co/image/ab6761610000e5ebed3b89a051008d83f73c4748"],
"headerImageUrl": "https://i.scdn.co/image/ab67618600001016ed3b89a051008d83f73c4748",
"albumsCount": 2,
"compilationsCount": 0,
"singlesCount": 12,
"latestReleaseName": "Wall of Eyes",
"latestReleaseType": "ALBUM",
"latestReleaseDate": "2024-01-26",
"latestReleaseUri": "spotify:album:2",
"popularReleasesCount": 5,
"topTrackNames": ["Bending Hectic", "Friend of a Friend"],
"relatedArtistsCount": 20,
"playlistsCount": 120,
"discoveredOnCount": 45,
"featuringCount": 2,
"concertsCount": 5,
"merchCount": 3,
"goodsTotalCount": 3,
"shareId": "s456",
"shareUrl": "https://open.spotify.com/artist/696mJ7S79R92t9U96p8hk?si=s456",
"artistUrl": "https://open.spotify.com/artist/696mJ7S79R92t9U96p8hk"
}
]

Disclaimer

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