datasets_goodreads_authors_facets
Facet Goodreads authors dataset to return term aggregation counts by genres or run_id. Filter by name, genre, rating, and count for precise data insights.
Instructions
Facet Goodreads authors dataset. Returns terms aggregation counts for the Goodreads authors dataset. Facet enum: genres, run_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over name, about and genres, max 256 characters | |
| name | No | Exact author name filter, max 128 characters | |
| facet | Yes | Facet enum: genres, run_id | |
| genre | No | Exact genre filter, max 128 characters | |
| run_id | No | Exact crawl run-id filter, max 128 characters | |
| min_rating | No | Minimum average rating, 0 through 5 | |
| min_ratings_count | No | Minimum number of ratings |