# Knowledge Quotes Extractor from BrainyQuote

**Use case:** 

Extract up to 200 motivational quotes from the Knowledge topic on BrainyQuote. Find authors and topics for research and inspiration.

## Input

```json
{
  "topic": "Knowledge",
  "maxItems": 200,
  "maxPages": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "quote": {
    "label": "Quote",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "topic": {
    "label": "Topic",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "quote_url": {
    "label": "Quote URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "datetime"
  }
}
```

## About this Actor

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