audiobooks_by_author
Search audiobooks by author and sort by release date or chapter count to find the edition or length you need.
Instructions
Author catalogue via the author: search filter with client-side sorting — sort=release orders by release date (when Spotify exposes one; unknown dates sort last) and sort=length orders by chapter count as the length proxy. MARKET GATE: audiobooks are US/UK/CA/IE/NZ/AU only. Quota: 🟢 one GET /search call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort client-side by release date or chapter count. Default: 'release' | |
| limit | No | Results per page, 1–10 (Feb-2026 /search cap). Default: 5 | |
| author | Yes | Author name | |
| market | No | ISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |