UnifyAPI
← Back to catalog

books.search

mock data$0.001 / call

Book Search

Search 40M+ books by title, author, subject, or ISBN — ratings, cover images, edition counts, publish year (Open Library / Internet Archive)

Educationprovider: Books#books#search

Input schema

isbn

Search by ISBN number

string
page

Page number for pagination (default: 1)

integer
sort

Sort order: "new" (newest first), "old" (oldest), "rating" (highest rated)

string
limit

Results per page (default: 10, max: 100)

integer
query

General search query across title, author, and full text (e.g. "dune frank herbert")

string
title

Search by book title only (e.g. "The Great Gatsby")

string
author

Search by author name (e.g. "Tolkien")

string
subject

Search by subject/genre (e.g. "science fiction", "history")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.