商业
Open Library Books Scraper
Scrape books with title, authors, first publish year, edition count, ISBN, cover image, subjects and a direct link. Search by keyword. Export to JSON, CSV or Excel.
openlibrary-scraper.json 200 OK
{ "key": "/works/OL27448W", "title": "The Lord of the Rings", "authorNames": ["J.R.R. Tolkien"], "firstPublishYear": 1954, "editionCount": 251, "isbn": "0007136625", "coverUrl": "https://covers.openlibrary.org/b/id/14625765-L…", "subjects": ["The Lord of the Rings","Fiction","Ficción"…, "url": "https://openlibrary.org/works/OL27448W" }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
KeyTitleAuthor NamesFirst Publish YearEdition CountIsbnCover UrlSubjectsUrlAll IsbnsAuthor KeysPublishersFirst Published YearLast Published Year
示例输出
一条真实的示例记录,正是你收到的结构。
| Key | Title | Author Names | First Publish Year |
|---|---|---|---|
| /works/OL27448W | The Lord of the Rings | ["J.R.R. Tolkien"] | 1954 |
| /works/OL27513W | The Fellowship of the Ring | ["J.R.R. Tolkien","Editorial Edit… | 1954 |
| /works/OL27479W | The Two Towers | ["J.R.R. Tolkien"] | 1954 |
| /works/OL27455W | The Return of the King | ["J.R.R. Tolkien"] | 1950 |
| /works/OL14926019W | The Hobbit & The Lord of the Ring… | ["J.R.R. Tolkien"] | 1979 |
GET /openlibrary-scraper
{ "key": "/works/OL27448W", "title": "The Lord of the Rings", "authorNames": ["J.R.R. Tolkien"], "firstPublishYear": 1954, "editionCount": 251, "isbn": "0007136625", "coverUrl": "https://covers.openlibrary.org/b/id/14625765-L…", "subjects": ["The Lord of the Rings","Fiction","Ficción"…, "url": "https://openlibrary.org/works/OL27448W" }
相关爬虫
常见问题
Can I search by author or subject?
Yes. The search matches titles, authors and subjects, so you can search for a title like `the lord of the rings`, an author, or a topic.
Do records include an ISBN and a cover?
Yes. Each record includes an ISBN where available and a link to a cover image.
What are subjects?
Subjects are topic tags attached to the book, useful for grouping and recommendations. Each record includes the first several subjects.
How fresh is the data?
Records are read live at run time, so each reflects the catalog at the moment of the run (see observedAt).