TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/pratyay360/searchapi/llms.txt
Use this file to discover all available pages before exploring further.
/books/ endpoint uses DuckDuckGo’s DDGS book search to find book-related results and returns an array of URLs. Results typically include pages from Google Books, Open Library, Goodreads, publisher sites, and online booksellers. This endpoint is useful for gathering book metadata pages, finding reading resources, or building datasets focused on published works.
Request
Parameters
The book search query. Can be a title, author name, ISBN, or topic. URL-encode spaces as
+ or %20.Maximum number of URLs to return.
Response
Returns a JSON array of URL strings on success.A URL pointing to a book-related page such as a listing, review, or publisher page.
Example
Response
Error response
500