# Books Open Trivia DB Quiz Questions

**Use case:** 

Extract Open Trivia DB Quiz Questions data filtered by Books. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "category": "10",
  "difficulty": "",
  "type": ""
}
```

## Output

```json
{
  "category": {
    "label": "Category",
    "format": "text"
  },
  "difficulty": {
    "label": "Difficulty",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "question": {
    "label": "Question",
    "format": "text"
  },
  "correctAnswer": {
    "label": "Correct",
    "format": "text"
  },
  "incorrectAnswersText": {
    "label": "Incorrect",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Open Trivia DB Quiz Questions Scraper](https://apify.com/parseforge/opentdb-trivia-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/opentdb-trivia-scraper) to learn more, explore other use cases, and run it yourself.