Spotify: Search
Spotify via Parse · music
Full-text search across Spotify's music catalog. Returns tracks, artists, albums, playlists, and podcasts matching the query. Results can be filtered by content type and paginated via offset. Each result category returns up to `limit` items per request. 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.06 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/search
- Interface artifact
- sha256:616484a18a58778b4d011f14e195ba1c5555bc7ab64ecd6f26b7d354f6251fa8
- Manifest digest
- sha256:1998cb216b626d83deea5986a6cc7e67231a7de4ea05c75d92dd4b167336ab31
Request fields
- type (string): Filter results to a specific content type. Omitted or 'all' returns all types.: Allowed values: all, tracks, artists, albums, playlists, podcasts
- limit (integer): Maximum number of results per content type (1-50).
- query (string, required): Search query string (artist name, track title, album, etc.).
- offset (integer): Offset for pagination within each content type.