Spotify: Get Upcoming Releases
Spotify via Parse · music
Discover upcoming and recent releases for a given record label or distributor. Searches Spotify's catalog using the label filter, identifies associated artists, and aggregates their upcoming or recently released music. Each release carries an `is_upcoming` boolean distinguishing true future releases from very recent ones. Falls back to the most recent releases when no upcoming ones exist. 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_upcoming_releases
- Interface artifact
- sha256:39cb7015aa2d27140e8ffe0997d5824df29de5378aa83f707cefdedba3acd984
- Manifest digest
- sha256:fa11d737bbd0bebc4de285a7501a9e901c5b13a17a64453048843aabfc27770c
Request fields
- limit (integer): Maximum number of releases to return (1-50).
- only_upcoming (boolean): When true, return only future releases (is_upcoming=true), excluding recent ones.
- label_or_distributor (string, required): Name of the record label or distributor (e.g. 'STMPD RCRDS', 'Interscope Records').
Example queries
- {"limit":"5","only_upcoming":"false","label_or_distributor":"STMPD RCRDS"}