All tools

Open Library

The Internet Archive's book catalogue: search 20M+ books by title, author or subject, with publication years, ISBNs and cover images.

openlibrary1 endpointResearch & scienceDataopenlibrary.org

Search books

/bookssync
$0.002 / call

Finds books matching a title, author or free-text query. Returns title, authors, first publication year, ISBNs, subjects and a cover image URL.

Input

FieldTypeRequiredDescription
querystringyesFree text, e.g. "the pragmatic programmer".
authorstringRestrict to an author name.
limitintegerMax books (default 10).

Run it

curl -s https://www.sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"openlibrary","endpoint":"/books","input":{"query":"the pragmatic programmer","limit":3}}'