Spotify Album Details Scraper avatar

Spotify Album Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Spotify Album Details Scraper

Spotify Album Details Scraper

Extract album metadata, track lists, and copyright info from Spotify album 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

5

Total users

1

Monthly active users

3 days ago

Last modified

Share

This actor extracts Albums from Spotify. It runs on individual album pages to collect metadata, track listings, and artist details. The scraper returns structured data for every field visible on the album detail view.

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 NameTitle of the albumRandom Access Memories
Album URISpotify internal identifierspotify:album:4m28zoaym21AtfU9o9aO9I
Album TypeFormat of the releasealbum
Release DateFull date of release2013-05-17
Release YearYear of release2013
Release PrecisionAccuracy of dateday
LabelRecord label nameColumbia
Copyright TextLegal copyright notice(P) 2013 Daft Life Limited
Copyright TypeType of copyrightP
Courtesy LineCredit lineLicensed to Columbia
Artist NamesList of artistsDaft Punk
Primary ArtistMain artist nameDaft Punk
Primary Artist URIMain artist identifierspotify:artist:4tZLS96uYv1v8pSLAt9p96
Total Track CountNumber of tracks13
Total Disc CountNumber of discs1
Playable StatusAvailability statustrue
Playability ReasonReason for statusOK
Saved StatusIf saved to libraryfalse
All Cover Art URLsList of image linkshttps://i.scdn.co/image/ab67616d0000b273
Cover Art ColorsDominant colors#1a1a1a
Background ColorUI background hex#121212
Text ColorUI text hex#ffffff
Share IDUnique sharing ID7mX9z2
Share URLPublic sharing linkhttps://open.spotify.com/album/4m28zoaym21AtfU9o9aO9I
Track NamesList of track titlesGive Life Back to Music, Game of Love
Track URIsList of track identifiersspotify:track:09mEisA7uYfS3mgo0Z0IvG
Track NumbersSequence of tracks1, 2, 3
Track DurationsLength in milliseconds274000
Track Play CountsNumber of streams150000000
Album URLDirect web linkhttps://open.spotify.com/album/4m28zoaym21AtfU9o9aO9I

Input

  • urls: Array of URL strings. Use individual Spotify album page URLs.
  • maxItems: Max items per URL, default 100.

Example Input

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

Example Output

[
{
"albumName": "Discovery",
"albumUri": "spotify:album:2noRn2Aes5YvUu8ncZ9pXy",
"albumType": "album",
"releaseDate": "2001-03-12",
"releaseYear": 2001,
"releasePrecision": "day",
"label": "Parlophone France",
"copyrightText": "(P) 2001 Daft Life Limited",
"copyrightType": "P",
"courtesyLine": "Under exclusive license to Warner Music",
"artistNames": "Daft Punk",
"primaryArtist": "Daft Punk",
"primaryArtistUri": "spotify:artist:4tZLS96uYv1v8pSLAt9p96",
"totalTrackCount": 14,
"totalDiscCount": 1,
"playableStatus": true,
"playabilityReason": "OK",
"savedStatus": false,
"allCoverArtUrls": ["https://i.scdn.co/image/ab67616d0000b273249160449b77cffe2dae4af2"],
"coverArtColors": ["#000000"],
"backgroundColor": "#121212",
"textColor": "#ffffff",
"shareId": "abc123xyz",
"shareUrl": "https://open.spotify.com/album/2noRn2Aes5YvUu8ncZ9pXy",
"trackNames": ["One More Time", "Aerodynamic"],
"trackUris": ["spotify:track:0DiDStS0SyvCu3adj9qqS1", "spotify:track:3H3tS9799999"],
"trackNumbers": [1, 2],
"trackDurations": [320000, 207000],
"trackPlayCounts": [500000000, 120000000],
"albumUrl": "https://open.spotify.com/album/2noRn2Aes5YvUu8ncZ9pXy"
},
{
"albumName": "Homework",
"albumUri": "spotify:album:5uM2pS9C3S9umv3Dk0Y9vO",
"albumType": "album",
"releaseDate": "1997-01-20",
"releaseYear": 1997,
"releasePrecision": "day",
"label": "Parlophone France",
"copyrightText": "(P) 1997 Daft Life Limited",
"copyrightType": "P",
"courtesyLine": "Under exclusive license to Warner Music",
"artistNames": "Daft Punk",
"primaryArtist": "Daft Punk",
"primaryArtistUri": "spotify:artist:4tZLS96uYv1v8pSLAt9p96",
"totalTrackCount": 16,
"totalDiscCount": 1,
"playableStatus": true,
"playabilityReason": "OK",
"savedStatus": false,
"allCoverArtUrls": ["https://i.scdn.co/image/ab67616d0000b27374121212121212"],
"coverArtColors": ["#000000"],
"backgroundColor": "#121212",
"textColor": "#ffffff",
"shareId": "def456uvw",
"shareUrl": "https://open.spotify.com/album/5uM2pS9C3S9umv3Dk0Y9vO",
"trackNames": ["Daftendirekt", "WDPK 83.7 FM"],
"trackUris": ["spotify:track:09mEisA7uYfS3mgo0Z0IvG", "spotify:track:123456789"],
"trackNumbers": [1, 2],
"trackDurations": [164000, 28000],
"trackPlayCounts": [45000000, 12000000],
"albumUrl": "https://open.spotify.com/album/5uM2pS9C3S9umv3Dk0Y9vO"
}
]

Disclaimer

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