# Goodreads Quotes Data Extractor

**Use case:** 

Extract up to 500 quotes from Goodreads, including author details and tags. Ideal for research, publishing, and content creation.

## Input

```json
{
  "startUrl": "https://www.goodreads.com/quotes",
  "tag": "inspirational",
  "results_wanted": 500,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "quote": {
    "label": "Quote",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "book": {
    "label": "Book",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Goodreads Quotes](https://apify.com/shahidirfan/goodreads-quotes) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/goodreads-quotes) to learn more, explore other use cases, and run it yourself.