Spotify Albums Scraper avatar

Spotify Albums Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Spotify Albums Scraper

Spotify Albums Scraper

Extract album names, release years, and artist details from Spotify search results and 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

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Introduction

This actor extracts Albums in a List from Spotify. It collects metadata from search results and artist discography pages. The scraper returns structured data including release years, primary artists, and cover art details.

Data Fields

Field NameDescriptionExample
Album NameThe title of the albumDiscovery
Album TypeFormat of the releasealbum
Album URISpotify internal identifierspotify:album:2noRn2Aes5YmU6YI8AsBqG
Release YearYear the album was published2001
Artist NamesList of all contributing artistsDaft Punk
Primary ArtistThe main artist for the releaseDaft Punk
Primary Artist URISpotify URI for the main artistspotify:artist:4tZ7uB46pYpS6YmYvR6YvS
All Cover Art URLsArray of image links in various sizes["https://i.scdn.co/image/ab67616d0000b273..."]
Cover Art ColorDominant color of the artwork#1a1a1a
Playable StatusBoolean indicating if content is availabletrue
Playability ReasonExplanation for availability statusOK
Album URLDirect web link to the albumhttps://open.spotify.com/album/2noRn2Aes5YmU6YI8AsBqG

Input

  • urls: Array of Spotify search or artist page URLs.
  • maxItems: Maximum number of albums to extract per URL. Default is 100.

Example Input

{
"urls": ["https://open.spotify.com/search/daft%20punk/albums"],
"maxItems": 50
}

Example Output

[
{
"albumName": "Discovery",
"albumType": "album",
"albumUri": "spotify:album:2noRn2Aes5YmU6YI8AsBqG",
"releaseYear": 2001,
"artistNames": "Daft Punk",
"primaryArtist": "Daft Punk",
"primaryArtistUri": "spotify:artist:4tZ7uB46pYpS6YmYvR6YvS",
"allCoverArtUrls": ["https://i.scdn.co/image/ab67616d0000b2732cd931f610af5e883f447231"],
"coverArtColor": "#1a1a1a",
"playableStatus": true,
"playabilityReason": "OK",
"albumUrl": "https://open.spotify.com/album/2noRn2Aes5YmU6YI8AsBqG"
},
{
"albumName": "Random Access Memories",
"albumType": "album",
"albumUri": "spotify:album:4m28zoayPtSdh4uXU6uBsA",
"releaseYear": 2013,
"artistNames": "Daft Punk",
"primaryArtist": "Daft Punk",
"primaryArtistUri": "spotify:artist:4tZ7uB46pYpS6YmYvR6YvS",
"allCoverArtUrls": ["https://i.scdn.co/image/ab67616d0000b273b33d09e3095b367c3370c742"],
"coverArtColor": "#ffffff",
"playableStatus": true,
"playabilityReason": "OK",
"albumUrl": "https://open.spotify.com/album/4m28zoayPtSdh4uXU6uBsA"
}
]

Want more from Spotify?

This actor only covers Albums 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, 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.