search_books
Search Hardcover by title, author, ISBN, or query to find books, authors, series, lists, and users. Refine with filters and sorting.
Instructions
Search Hardcover by title, author, or ISBN. Supports multiple entity types: books (default), authors, series, lists, users, publishers, characters, and prompts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| sort | No | Typesense sort expression, e.g. 'rating:desc' or 'users_count:desc' for most popular first. | |
| query | Yes | Search query (title, author name, ISBN, etc.). | |
| per_page | No | Results per page (default 10, max 25). | |
| filter_by | No | Typesense filter expression, e.g. 'release_year:>2020' or 'release_year:[2020..2024]'. | |
| query_type | No | Entity type to search (default: 'Book'). |