Scrapers.lat logo scrapers.lat
ビジネス

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.

35 レコードあたりの項目 JSON · CSV · Excel · API 従量課金
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・スプレッドシート・データベースにそのまま使えます。

  • 結果ごとに 1 レコード、重複排除・正規化済み
  • JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
  • クラウドで従量課金。インストールも保守も不要
返される項目
KeyTitleAuthor NamesFirst Publish YearEdition CountIsbnCover UrlSubjectsUrlAll IsbnsAuthor KeysPublishersFirst Published YearLast Published Year
出力サンプル

実際の 1 レコード例。受け取る形そのままです。

KeyTitleAuthor NamesFirst Publish Year
/works/OL27448WThe Lord of the Rings["J.R.R. Tolkien"]1954
/works/OL27513WThe Fellowship of the Ring["J.R.R. Tolkien","Editorial Edit…1954
/works/OL27479WThe Two Towers["J.R.R. Tolkien"]1954
/works/OL27455WThe Return of the King["J.R.R. Tolkien"]1950
/works/OL14926019WThe 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).

あなたの準備ができ次第。

今すぐ Apify でスクレイパーを実行するか、必要にぴったり合わせて作らせてください。