← Back to catalog
books.search
mock data$0.001 / callBook Search
Search 40M+ books by title, author, subject, or ISBN — ratings, cover images, edition counts, publish year (Open Library / Internet Archive)
Input schema
isbn
stringSearch by ISBN number
page
integerPage number for pagination (default: 1)
sort
stringSort order: "new" (newest first), "old" (oldest), "rating" (highest rated)
limit
integerResults per page (default: 10, max: 100)
query
stringGeneral search query across title, author, and full text (e.g. "dune frank herbert")
title
stringSearch by book title only (e.g. "The Great Gatsby")
author
stringSearch by author name (e.g. "Tolkien")
subject
stringSearch by subject/genre (e.g. "science fiction", "history")
Call via REST
curl -X POST https://unifyapi.pro/api/call/books.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"isbn":"<isbn>","page":0,"sort":"<sort>","limit":0,"query":"<query>","title":"<title>","author":"<author>","subject":"<subject>"}'