v21

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

winner-page

Winner Page

Scrapes detailed information about a specific Goodreads Choice Awards winner page using a direct category URL. Returns in-depth metadata about the winning book and the awards context.


Request

Method: POST
URL: {{Instance Domain}}/api/awards/winner-page

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 detailed information about the Choice Awards winner page.

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

Response Field Descriptions

FieldTypeDescription
statusstringHuman-readable status message
statusCodenumberHTTP status code of the response
categorystringThe awards category name
yearstringThe year of the Choice Awards
winnerobjectDetailed metadata about the winning book including title, author, and cover image
post/api/awards/winner-page

Request body

queryURLstring uri required

Response

OK

statusstring required
sourcestring uri required
scrapeURLstring uri required
genrestring required
coverstring uri required
urlstring required
titlestring required
descstring required
longDescstring required
numberOfVotesstring required
lastScrapedstring date-time required