datasets_goodreads_authors_search
Search a crawled Goodreads authors index to locate authors by name, genre, rating, and other filters, returning structured JSON.
Instructions
Search Goodreads authors dataset. Searches the crawled public Goodreads author profile index. Authors are discovered as a byproduct of the books crawl (every credited book contributor, plus the genre/search/list seed sources) — not a full catalog. Sort enum: relevance, rating_desc, reviews_desc, name_asc.
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 | |
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: relevance, rating_desc, reviews_desc, name_asc | |
| genre | No | Exact genre filter (e.g. Fantasy, Romance, Nonfiction), max 128 characters | |
| run_id | No | Exact crawl run-id filter, max 128 characters | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 | |
| min_rating | No | Minimum average rating, 0 through 5 | |
| min_ratings_count | No | Minimum number of ratings |