Search millions of books from the Internet Archive Open Library. Returns title, author, and publication year. Free, no key required.
https://api.apiclearinghouse.com/v1/call/open-libraryAuthenticate with X-Api-Key: chk_live_... header.
/search| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Book search query (title, author, ISBN) |
| limit | number | optional | Max results (1-20)(default: 10) |
curl -s "https://api.apiclearinghouse.com/v1/call/open-library/search?q={q}&limit=10" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"books": "example",
"total": "example"
}
}No setup required. Sign in and run Open Library directly from your browser.
Open in Explorer →Monthly limits also apply per plan.