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.
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
| Field | Type | Required | Description |
|---|---|---|---|
| query | string | yes | Free text, e.g. "the pragmatic programmer". |
| author | string | — | Restrict to an author name. |
| limit | integer | — | Max 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}}'