# Kubernetes Ingress Questions on Stack Overflow

**Use case:** 

Search Stack Overflow for kubernetes ingress questions and answers with vote counts, tags, answer counts, and accepted answer details.

## Input

```json
{
  "searchQuery": "kubernetes ingress",
  "site": "stackoverflow",
  "sortBy": "votes",
  "maxItems": 40
}
```

## 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.