datasets_goodreads_books_facets
Retrieve aggregated counts of Goodreads book attributes by genre, format, language, publisher, author, series, publication year, and more. Filter results by various criteria to analyze book metadata distributions.
Instructions
Facet Goodreads books dataset. Returns terms aggregation counts for the Goodreads books dataset. Facet enum: genres, format, language, publisher, primary_author, primary_author_id, series_name, publication_year, run_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over title, author and description, max 256 characters | |
| isbn | No | Exact ISBN-10 filter, max 128 characters | |
| facet | Yes | Facet enum: genres, format, language, publisher, primary_author, primary_author_id, series_name, publication_year, run_id | |
| genre | No | Exact genre filter, max 128 characters | |
| author | No | Exact author name filter, max 128 characters | |
| format | No | Exact format filter, max 128 characters | |
| isbn13 | No | Exact ISBN-13 filter, max 128 characters | |
| run_id | No | Exact crawl run-id filter, max 128 characters | |
| series | No | Exact series name filter, max 128 characters | |
| language | No | Exact language filter, max 128 characters | |
| author_id | No | Exact Goodreads author id filter, max 128 characters | |
| max_pages | No | Maximum page count | |
| min_pages | No | Minimum page count | |
| publisher | No | Exact publisher filter, max 128 characters | |
| min_rating | No | Minimum average rating, 0 through 5 | |
| min_ratings_count | No | Minimum number of ratings | |
| max_publication_year | No | Maximum publication year | |
| min_publication_year | No | Minimum publication year |