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 including release dates, labels, copyright info, and track lists 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

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Introduction

This actor extracts Album Details from Spotify. It returns metadata including release dates, copyright information, labels, and full track listings for specific albums. This tool is designed for gathering structured data from individual album pages.

Data Fields

Field NameDescriptionExample
Album NameTitle of the albumDiscovery
Album URISpotify internal identifierspotify:album:2noRn2iesS0pUbfO9COpBk
Album TypeType of releasealbum
Release DateFull date of release2001-03-12
Release YearYear of release2001
Release PrecisionAccuracy of release dateday
LabelRecord label nameParlophone France
Copyright TextLegal copyright notice(P) 2001 Daft Life
Copyright TypeType of copyrightP
Courtesy LineCredit line for the recordCourtesy of Daft Life
Artist NamesList of artists on the albumDaft Punk
Primary ArtistMain artist nameDaft Punk
Primary Artist URISpotify URI for primary artistspotify:artist:4tZwfgrHOv3p2bdqs0Yp96
Total Track CountNumber of tracks on album14
Total Disc CountNumber of discs1
Playable StatusIf the album can be playedtrue
Playability ReasonReason for statusOK
Saved StatusIf album is in libraryfalse
All Cover Art URLsList of image URLshttps://i.scdn.co/image/ab67616d0000b273b33d1b
Cover Art ColorsExtracted palette colors#1A1A1A
Background ColorSuggested UI background#2E2E2E
Text ColorSuggested UI text color#FFFFFF
Share IDUnique sharing identifier7mQ9xR
Share URLPublic sharing linkhttps://open.spotify.com/album/2noRn2iesS0pUbfO9COpBk
Track NamesList of track titlesOne More Time, Aerodynamic
Track URIsList of track Spotify URIsspotify:track:0DiDSt8vBfyvGh9brIVYp9
Track NumbersSequential track positions1, 2
Track DurationsDuration in milliseconds320355
Track Play CountsNumber of streams500000000
Album URLDirect link to albumhttps://open.spotify.com/album/2noRn2iesS0pUbfO9COpBk

Input

  • urls: Array of Spotify album URL strings. Only individual album pages are supported.
  • maxItems: Maximum number of items to process per URL. Default is 100.

Example Input

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

Example Output

[
{
"albumName": "Discovery",
"albumUri": "spotify:album:2noRn2iesS0pUbfO9COpBk",
"albumType": "album",
"releaseDate": "2001-03-12",
"releaseYear": 2001,
"releasePrecision": "day",
"label": "Parlophone France",
"copyrightText": "(P) 2001 Daft Life",
"copyrightType": "P",
"courtesyLine": "Courtesy of Daft Life",
"artistNames": ["Daft Punk"],
"primaryArtist": "Daft Punk",
"primaryArtistUri": "spotify:artist:4tZwfgrHOv3p2bdqs0Yp96",
"totalTrackCount": 14,
"totalDiscCount": 1,
"playableStatus": true,
"playabilityReason": "OK",
"savedStatus": false,
"allCoverArtUrls": ["https://i.scdn.co/image/ab67616d0000b273b33d1b"],
"coverArtColors": ["#1A1A1A"],
"backgroundColor": "#2E2E2E",
"textColor": "#FFFFFF",
"shareId": "7mQ9xR",
"shareUrl": "https://open.spotify.com/album/2noRn2iesS0pUbfO9COpBk",
"trackNames": ["One More Time", "Aerodynamic"],
"trackUris": ["spotify:track:0DiDSt8vBfyvGh9brIVYp9", "spotify:track:3H39vS69cy9X7vS9S799v5"],
"trackNumbers": [1, 2],
"trackDurations": [320355, 207706],
"trackPlayCounts": [500000000, 150000000],
"albumUrl": "https://open.spotify.com/album/2noRn2iesS0pUbfO9COpBk"
},
{
"albumName": "Random Access Memories",
"albumUri": "spotify:album:4m28zoYv7Z2noBLdpURsBn",
"albumType": "album",
"releaseDate": "2013-05-17",
"releaseYear": 2013,
"releasePrecision": "day",
"label": "Columbia",
"copyrightText": "(P) 2013 Daft Life",
"copyrightType": "P",
"courtesyLine": "Courtesy of Columbia",
"artistNames": ["Daft Punk"],
"primaryArtist": "Daft Punk",
"primaryArtistUri": "spotify:artist:4tZwfgrHOv3p2bdqs0Yp96",
"totalTrackCount": 13,
"totalDiscCount": 1,
"playableStatus": true,
"playabilityReason": "OK",
"savedStatus": false,
"allCoverArtUrls": ["https://i.scdn.co/image/ab67616d0000b273fc4f17"],
"coverArtColors": ["#000000"],
"backgroundColor": "#121212",
"textColor": "#EBEBEB",
"shareId": "9xR7mQ",
"shareUrl": "https://open.spotify.com/album/4m28zoYv7Z2noBLdpURsBn",
"trackNames": ["Give Life Back to Music", "The Game of Love"],
"trackUris": ["spotify:track:06S098pCwwPkpY4u76YvPB", "spotify:track:5f9iX9YvS69cy9X7vS9S79"],
"trackNumbers": [1, 2],
"trackDurations": [274000, 322000],
"trackPlayCounts": [200000000, 80000000],
"albumUrl": "https://open.spotify.com/album/4m28zoYv7Z2noBLdpURsBn"
}
]

Want more from Spotify?

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