Open Library Books API — search & ISBN lookup (no key) avatar

Open Library Books API — search & ISBN lookup (no key)

Pricing

from $2.00 / 1,000 book queries

Go to Apify Store
Open Library Books API — search & ISBN lookup (no key)

Open Library Books API — search & ISBN lookup (no key)

Book data from Open Library: search books by title/author, look up full details for an ISBN (authors, publisher, pages, subjects, cover), and search authors. Clean HTTP API + MCP, no key. Pay per query.

Pricing

from $2.00 / 1,000 book queries

Rating

0.0

(0)

Developer

Synthetic

Synthetic

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

15 hours ago

Last modified

Categories

Share

Book data from Open Library as a clean HTTP API (and MCP tool): search books by title/author, look up full details for an ISBN (authors, publisher, pages, subjects, cover image), and search authors. Great for bookstores, libraries, reading apps and agents. No API key. Pay per query.

  • 🔎 Search — find books by free text, title and/or author; returns titles, authors, year, ISBNs and covers.
  • 📕 ISBN lookup — full edition details for an ISBN: authors (resolved to names), publisher, pages, subjects, description and a cover-image URL.
  • ✍️ Author search — find authors with birth/death dates, top work and subjects.
  • 🖼️ Every book includes a cover-image URL.
  • 💵 Pay per query · no key.

The use case it was built for

Scan a barcode, get the book. Build a catalog, enrich a reading list, or let an agent answer "who wrote this?" and "what's it about?" — with clean, typed data and cover art, no key.

Sample output (isbn, 9780441013593)

{
"ok": true, "isbn": "9780441013593", "title": "Dune",
"authors": ["Frank Herbert"], "publishers": ["Ace"], "publishDate": "2005",
"pages": 604, "subjects": ["Science fiction", "…"],
"coverUrl": "https://covers.openlibrary.org/b/id/14565843-L.jpg",
"olUrl": "https://openlibrary.org/isbn/9780441013593"
}

How to use

  • HTTP API (Standby): POST or GET /search, /isbn, /author. GET / returns help. Example: GET /isbn?isbn=9780451524935.
  • Normal run: pass { operation, ... }; results land in the dataset + key-value store.
  • MCP tool: expose it to your agent via Apify's MCP server.

Input

  • operation — search · isbn · author.
  • q / title / author — search terms. isbn — ISBN-10 or ISBN-13. limit — cap results.

Pricing

Per query from $0.004 (down to $0.0015 on higher tiers). One call = one query.

FAQ

Do I need a key? No — Open Library is open and keyless.

Do I get cover images? Yes — a cover-image URL is included (small/medium/large sizes available).

ISBN-10 or ISBN-13? Both work.

Notes & limits

Data from Open Library (openlibrary.org), a project of the Internet Archive. Coverage is broad but crowd-sourced; some editions have sparse metadata. Up to 50 results per call.