spotify_search
Search Spotify's catalog for tracks, artists, albums, playlists, shows, episodes, audiobooks, and top results using anonymous credentials. Returns normalized data without requiring a Spotify token.
Instructions
Search Spotify catalog. Returns normalized Spotify Web Player catalog search results across tracks, artists, albums, playlists, shows, episodes, audiobooks, and top results. The endpoint fetches anonymous Spotify credentials at request time; caller-supplied Spotify bearer or client tokens are not required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_album_pre_releases | No | Include album pre-release results | |
| include_artist_has_concerts_field | No | Include artist concert availability fields | |
| include_audiobooks | No | Include audiobook results | |
| include_authors | No | Include authors | |
| include_episode_content_ratings_v2 | No | Include Spotify episode content ratings v2 | |
| include_pre_releases | No | Include pre-release results | |
| is_prefix | No | Treat the search term as a prefix | |
| limit | No | Result limit per section, clamped to 1-50 | |
| number_of_top_results | No | Top result limit, clamped to 1-50 | |
| offset | No | Search offset | |
| q | Yes | Search term |