# Nginx Configuration Questions on Server Fault

**Use case:** 

Search Server Fault for nginx configuration questions and answers with vote counts, tags, answer counts, and accepted answer details.

## Input

```json
{
  "searchQuery": "nginx configuration",
  "site": "serverfault",
  "sortBy": "activity",
  "maxItems": 65
}
```

## Output

```json
{
  "title": {
    "label": "Question",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "integer"
  },
  "viewCount": {
    "label": "Views",
    "format": "integer"
  },
  "answerCount": {
    "label": "Answers",
    "format": "integer"
  },
  "isAnswered": {
    "label": "Answered",
    "format": "boolean"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "owner": {
    "label": "Author",
    "format": "string"
  },
  "creationDate": {
    "label": "Asked",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Stack Overflow Questions Scraper - Scores, Tags & Answers](https://apify.com/scrapers_lat/stackexchange-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/stackexchange-scraper) to learn more, explore other use cases, and run it yourself.