v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-15150454.0 KB
awards

winners-list

Winners List

Scrapes the list of winners from a Goodreads Choice Awards category page using a direct category URL. Returns structured information about all winning books in the specified awards category.


Request

Method: POST
URL: {{Instance Domain}}/api/awards/winners-list

Headers

KeyValueDescription
Content-Typeapplication/jsonIndicates the request body is JSON

Body

FieldTypeRequiredDescription
queryURLstringYesThe full Goodreads Choice Awards category page URL to scrape (e.g. https://www.goodreads.com/choiceawards/best-fiction-books-2023)

Example Body:

{
  "queryURL": "https://www.goodreads.com/choiceawards/best-fiction-books-2023"
}

Response

200 Success

Returns a JSON object containing the list of winners from the specified Choice Awards category.

{
  "status": "Received",
  "statusCode": 200,
  ...
}

Response Field Descriptions

FieldTypeDescription
statusstringHuman-readable status message
statusCodenumberHTTP status code of the response
winnersarrayList of winning books in the awards category, each with title, author, and metadata
post/api/awards/winners-list

Request body

queryURLstring uri required

Response

OK

statusstring required
sourcestring uri required
scrapeURLstring uri required
lastScrapedstring date-time required