Search z-library
zlib_searchSearch z-library for books, returning a trimmed list of candidates with id/hash for download. Present options to the user for selection before initiating any download.
Instructions
Search z-library for books. Returns a trimmed list — each entry carries the "id" and "hash" that zlib_get_download_url and zlib_download require, plus title/author/year/language/extension/size. Present the candidates to the user and let them pick before downloading anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. Default 1. | |
| limit | No | Results per page, 1-50, default 10. | |
| order | No | Upstream sort field, passed through as-is (e.g. "popular", "year"). | |
| query | Yes | Search keywords: book title, author name, or ISBN. Non-Latin scripts are supported — pass a Chinese title verbatim, do not transliterate or translate it. | |
| year_to | No | Latest publication year (inclusive). | |
| languages | No | Filter by language, e.g. ["english","chinese"]. Omit to accept any language. | |
| year_from | No | Earliest publication year (inclusive). | |
| extensions | No | Filter by file format, e.g. ["epub","pdf"]. Omit to accept any format. |