Spotify Artist Discography Scraper avatar

Spotify Artist Discography Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Spotify Artist Discography Scraper

Spotify Artist Discography Scraper

Extract music releases from artist discography pages including release dates, IDs, 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

8

Total users

0

Monthly active users

4 days ago

Last modified

Share

This actor extracts Releases from Spotify. It works on artist discography pages to collect metadata for albums, singles, and compilations. Data includes release dates, track counts, and unique identifiers.

Want more from Spotify?

This actor covers Releases only. The full Spotify Scraper browser extension also includes Tracks, Lyric Lines, Playlists, Artists, 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
Release NameThe title of the album or singleMidnights
Release TypeThe category of the releasealbum
Release IDThe unique Spotify ID for the release151S3rqB9dfwp6Svy6oYIQ
Release URIThe Spotify resource identifierspotify:album:151S3rqB9dfwp6Svy6oYIQ
Release DateFull date of publication2022-10-21
Release YearThe year the release was published2022
Track CountNumber of tracks in the release13
Playable StatusIf the content is available for playbacktrue
All Cover Art URLsList of image URLs for the release["https://i.scdn.co/image/ab67616d0000b273... "]
Share IDThe identifier used for sharing7f8g9h0i1j2k3l4m
Share URLThe public web link for the releasehttps://open.spotify.com/album/151S3rqB9dfwp6Svy6oYIQ

Input

  • urls: Array of Spotify artist discography URLs. Navigate to an artist page and click on their discography section to get these links.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://open.spotify.com/artist/06HL4zM2SVA6MTu0fbv2S4/discography/all"],
"maxItems": 20
}

Example Output

[
{
"releaseName": "The Tortured Poets Department",
"releaseType": "album",
"releaseId": "164C97X3q68u2ZJuY2TVmB",
"releaseUri": "spotify:album:164C97X3q68u2ZJuY2TVmB",
"releaseDate": "2024-04-19",
"releaseYear": 2024,
"trackCount": 16,
"playableStatus": true,
"allCoverArtUrls": ["https://i.scdn.co/image/ab67616d0000b273859e4c961d01873c2f134882"],
"shareId": "a1b2c3d4e5f6",
"shareUrl": "https://open.spotify.com/album/164C97X3q68u2ZJuY2TVmB"
},
{
"releaseName": "Anti-Hero (Remixes)",
"releaseType": "single",
"releaseId": "0V97X3q68u2ZJuY2TVmB",
"releaseUri": "spotify:album:0V97X3q68u2ZJuY2TVmB",
"releaseDate": "2022-11-11",
"releaseYear": 2022,
"trackCount": 5,
"playableStatus": true,
"allCoverArtUrls": ["https://i.scdn.co/image/ab67616d0000b273bb5768474cf0e47da03b751c"],
"shareId": "z9y8x7w6v5u4",
"shareUrl": "https://open.spotify.com/album/0V97X3q68u2ZJuY2TVmB"
}
]

Disclaimer

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