Spotify Albums Scraper
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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 Name | Description | Example |
|---|---|---|
| Album Name | The title of the album | Midnights |
| Album Type | Format of the release | album |
| Album URI | Spotify internal identifier | spotify:album:151w36YkMG61OCTp28vIqS |
| Release Year | Year the album was published | 2022 |
| Artist Names | All artists credited on the album | Taylor Swift |
| Primary Artist | The main artist for the release | Taylor Swift |
| Primary Artist URI | Spotify URI for the main artist | spotify:artist:06HL4zM2SVA6MTuQpGv14Z |
| All Cover Art URLs | List of image URLs for the cover | https://i.scdn.co/image/ab67616d0000b273bb54dde68048a24388253e43 |
| Cover Art Color | Dominant hex color of the cover | #202830 |
| Playable Status | Boolean indicating if content is available | true |
| Playability Reason | Reason for availability status | OK |
| Album URL | Public web link to the album | https://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.