search_episodes
Find specific podcast episodes by searching Spotify's catalog with a keyword query. Use optional parameters to filter by country, result count, or response format.
Instructions
Search podcast episodes only (GET /search?type=episode). 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 |