v21

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

quotes-home

Quotes Home

Scrapes featured and popular quotes from the Goodreads quotes home page using the quotes home URL. Returns a curated collection of trending and highlighted quotes across all topics.


Request

Method: POST
URL: {{Instance Domain}}/api/quotes/home

Headers

KeyValueDescription
Content-Typeapplication/jsonIndicates the request body is JSON

Body

FieldTypeRequiredDescription
queryURLstringYesThe full Goodreads quotes home page URL to scrape (e.g. https://www.goodreads.com/quotes)

Example Body:

{
  "queryURL": "https://www.goodreads.com/quotes"
}

Response

200 Success

Returns a JSON object containing featured and popular quotes from the Goodreads quotes home page.

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

Response Field Descriptions

FieldTypeDescription
statusstringHuman-readable status message
statusCodenumberHTTP status code of the response
quotesarrayList of featured/popular quotes, each with quote text, author, source book, and like count
post/api/quotes/home

Request body

queryURLstring uri required

Response

OK

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