spotify_search
Search the Spotify catalog across tracks, artists, albums, playlists, shows, episodes, audiobooks, and top results. Returns normalized data automatically without requiring authentication tokens.
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 |
|---|---|---|---|
| q | Yes | Search term | |
| limit | No | Result limit per section, clamped to 1-50 | |
| offset | No | Search offset | |
| is_prefix | No | Treat the search term as a prefix | |
| include_authors | No | Include authors | |
| include_audiobooks | No | Include audiobook results | |
| include_pre_releases | No | Include pre-release results | |
| number_of_top_results | No | Top result limit, clamped to 1-50 | |
| include_album_pre_releases | No | Include album pre-release results | |
| include_artist_has_concerts_field | No | Include artist concert availability fields | |
| include_episode_content_ratings_v2 | No | Include Spotify episode content ratings v2 |