Search LibriVox Audiobooks
books.librivox.searchSearch over 20,000 public-domain audiobooks by title, author, or genre. Retrieve book IDs, descriptions, languages, copyright years, total time, and direct ZIP download links.
Instructions
Search 20K+ public-domain audiobooks by title, author, or genre. Returns book IDs, descriptions, languages, copyright years, total time, and ZIP download URLs. LibriVox public domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Substring search on audiobook title (e.g. "pride and prejudice", "treasure"). | |
| author | No | Author name search (e.g. "shakespeare", "twain", "tolstoy"). | |
| genre | No | Genre filter — e.g. "Adventure", "Children's Fiction", "Mystery", "Plays", "Poetry". | |
| limit | No | Max results to return (default 25, max 100). | |
| offset | No | Pagination offset for stepping through large result sets. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |