search_artists
Find artists in Spotify's catalog by name or keyword. Get artist details like genres, popularity, and followers to identify the right match.
Instructions
Search artists only (GET /search?type=artist). Quota: 🟢 single.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per type, 1–10. Default: 5 | |
| query | Yes | Search query | |
| market | No | ISO 3166-1 alpha-2 country code | |
| offset | No | Index of the first result to return, 0–1000 | |
| max_results | No | Max items to return | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |
| include_external | No | Pass "audio" to include externally-hosted audio items |