Spotify: Get Artist Releases
Spotify via Parse · music
Retrieve upcoming and recent releases for a specific Spotify artist. Returns the artist's discography sorted by release date (newest first), each tagged with an `is_upcoming` boolean. When no upcoming releases exist, recent releases are returned. Falls back gracefully when filtering yields an empty set. Search the Spotify music catalog and retrieve detailed artist information including discography, top tracks, statistics, and related artists. Fulfilled by Parse from spotify.com.
- entertainment
- music
- parse
- platform-key
- spotify
- spotify-com
- streaming-video
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- music
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/143b411a-341f-40ea-90ca-b73c6cdbb436/get_artist_releases
- Interface artifact
- sha256:eecde4035a6dcf233b7e880c9daf293b08260b8cc9ad391e41cab260cc4f4eb7
- Manifest digest
- sha256:06c6080ff591a82fe1d69e439df6a42c2bc4070bbc7e3c9bf1d5f2e5b7a93506
Request fields
- limit (integer): Maximum number of releases to return (1-50).
- artist_id (string, required): Spotify artist ID (alphanumeric, 22 characters, e.g. '4dpARuHxo51G3z768sgnrY'). Obtainable from search results.
- only_upcoming (boolean): When true, return only future releases (is_upcoming=true), excluding recent ones.
Example queries
- {"limit":"5","artist_id":"4dpARuHxo51G3z768sgnrY","only_upcoming":"false"}