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 albums from Spotify search results and artist pages with release years, artist names, and cover art. 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

4 days ago

Last modified

Share

This actor extracts Albums from Spotify search results and artist pages. It captures album metadata, artist information, and cover art directly from list views.

Want more from Spotify?

This actor covers Albums 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
Album NameThe title of the albumMidnights
Album TypeFormat of the releasealbum
Album URISpotify internal identifierspotify:album:151w36YkMG61OCTp28vIqS
Release YearYear the album was published2022
Artist NamesAll artists credited on the albumTaylor Swift
Primary ArtistThe main artist for the releaseTaylor Swift
Primary Artist URISpotify URI for the main artistspotify:artist:06HL4zM2SVA6MTuQpGv14Z
All Cover Art URLsList of image URLs for the coverhttps://i.scdn.co/image/ab67616d0000b273bb54dde68048a24388253e43
Cover Art ColorDominant hex color of the cover#202830
Playable StatusBoolean indicating if content is availabletrue
Playability ReasonReason for availability statusOK
Album URLPublic web link to the albumhttps://open.spotify.com/album/151w36YkMG61OCTp28vIqS

Input

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

Example Input

{
"urls": ["https://open.spotify.com/search/taylor%20swift/albums"],
"maxItems": 20
}

Example Output

[
{
"albumName": "Midnights",
"albumType": "album",
"albumUri": "spotify:album:151w36YkMG61OCTp28vIqS",
"releaseYear": 2022,
"artistNames": "Taylor Swift",
"primaryArtist": "Taylor Swift",
"primaryArtistUri": "spotify:artist:06HL4zM2SVA6MTuQpGv14Z",
"allCoverArtUrls": ["https://i.scdn.co/image/ab67616d0000b273bb54dde68048a24388253e43"],
"coverArtColor": "#202830",
"playableStatus": true,
"playabilityReason": "OK",
"albumUrl": "https://open.spotify.com/album/151w36YkMG61OCTp28vIqS"
},
{
"albumName": "Folklore",
"albumType": "album",
"albumUri": "spotify:album:2fenREuBs99S2ub19699qZ",
"releaseYear": 2020,
"artistNames": "Taylor Swift",
"primaryArtist": "Taylor Swift",
"primaryArtistUri": "spotify:artist:06HL4zM2SVA6MTuQpGv14Z",
"allCoverArtUrls": ["https://i.scdn.co/image/ab67616d0000b27395f7543183362895d0b0597b"],
"coverArtColor": "#787878",
"playableStatus": true,
"playabilityReason": "OK",
"albumUrl": "https://open.spotify.com/album/2fenREuBs99S2ub19699qZ"
}
]

Disclaimer

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