Book rating and review collection
Goodreadsエンドポイントを使えば、「Book rating and review collection」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Collect Goodreads book detail with average rating and ratings count, book reviews, author profiles and their books, and Listopia list rankings as normalized JSON for book catalogs, ratings research, and enrichment. Credential-free.
Extract Goodreads book detail, ratings, reviews, author profiles, author books, and list rankings as structured JSON from public Goodreads pages.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
25
サンプル数
10
ライブカタログスナップショット
稼働エンドポイント
10
メソッド
GET
必須パラメータ
19
スキーマ参照
10
{
"platform": "Goodreads",
"endpoint": "goodreads-search",
"method": "GET",
"path": "/goodreads/search",
"auth": "apiKey"
}ユースケース
Extract Goodreads book detail, ratings, reviews, author profiles, author books, and list rankings as structured JSON from public Goodreads pages.
Goodreadsエンドポイントを使えば、「Book rating and review collection」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Goodreadsエンドポイントを使えば、「Author and bibliography enrichment」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Goodreadsエンドポイントを使えば、「List and ranking monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/goodreads/author/{id}
/goodreads/book/{id}
/goodreads/genre/{name}
/goodreads/list/{id}
/goodreads/lists
/goodreads/search
エンドポイントカタログ
/goodreads/searchSearches Goodreads books by title/author. Credential-free public Goodreads data via the autocomplete endpoint (book results only).
/goodreads/book/{id}Returns a normalized Goodreads book: description, authors, series, genres, format, pages, publisher, publication date, ISBNs, and aggregate rating with the full 1-5 star distribution. Credential-free public Goodreads data (goodreads.com), parsed from the book page's embedded GraphQL cache.
/goodreads/book/{id}/reviewsReturns a book's featured reviews (reviewer, rating, text, date, like/comment counts, spoiler flag), sorted by like count. Credential-free public Goodreads data.
/goodreads/author/{id}Returns a normalized Goodreads author profile: bio, birth/death dates, website, genres, photo, and aggregate rating stats. Credential-free public Goodreads data.
/goodreads/author/{id}/booksReturns an author's paginated works list (title, author, average rating, ratings count). Credential-free public Goodreads data.
/goodreads/list/{id}Returns a Goodreads Listopia list (ranked book list) by id, paginated. Credential-free public Goodreads data.
/goodreads/author/{id}/quotesReturns an author's paginated attributed-quotes list (quote text, tags, like count, and — when the quote is credited to a specific book — that book's title, id, and work id). Credential-free public Goodreads data.
/goodreads/book/{id}/editionsReturns a work's paginated edition list (per-edition book id, format, page count, publication date, publisher, ISBN/ISBN13/ASIN, language, and rating) — every other translation, printing, and format of the requested book id. Goodreads keys editions by a separate "work id", not the book id in the path, so this makes one extra internal request to resolve it; requests against a book with no editions data return an upstream error.
/goodreads/genre/{name}Returns up to 50 books on a Goodreads genre/shelf tag page (e.g. fantasy, romance, science-fiction), Goodreads' credential-free per-tag "top books" view: title, author, average rating, ratings count, publication year, and how many times the book was shelved under this specific tag. Goodreads' genre/shelf taxonomy is an open, user-generated folksonomy of thousands of tags, not a small fixed list, so there is no directory endpoint — pass any known tag slug, e.g. from a book's genres[] field or a value seen on goodreads.com. There is no pagination beyond the first 50.
/goodreads/listsReturns a curated, non-exhaustive catalog of well-known Goodreads Listopia lists (id, name, category) — Goodreads has no directory or search endpoint for the tens of thousands of user-created lists, so this is hand-picked and verified live, not derived from an upstream index. Pass a returned id to GET /goodreads/list/{id} for that list's ranked book contents. Category enum: `general`, `genre`, `era`, `young_adult`, `children`, `holiday`.
関連API
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Collect ESPN sports scores, teams, standings, rankings, rosters, athletes, game summaries, and news as normalized JSON for sports data workflows.
Goodreadsのスクレイピング方法
Goodreads' book ratings, reviews, and author data power book research and recommendation. Crawlora's Goodreads endpoints return search, book detail, reviews, author profiles, and list rankings as normalized JSON — no login, rate-limit juggling, or proxy setup.
A book search, a book by id (with reviews), an author with their books, or a Listopia list.
Pass a query or a Goodreads id to Crawlora's Goodreads endpoint (e.g. /goodreads/search, /goodreads/book, /goodreads/author/{id}/books).
Receive title, author, average rating, ratings count, page count, and description as clean JSON.
Batch across search results and author bibliographies to build catalogs for recommendation, research, or enrichment.
FAQ
Send a search query or a Goodreads id to Crawlora's Goodreads endpoints and get book detail, average ratings, reviews, author profiles, and list rankings as structured JSON — no login. Collect public data and respect Goodreads' terms.
Yes — /goodreads/book returns the average rating and ratings count, and /goodreads/book/{id}/reviews returns publicly visible reviews for a book. It collects only public data, not private shelves or account information.
Collecting publicly accessible book, rating, and review data is generally permissible if you respect Goodreads' terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.