# Stack Overflow Keyword Search: async/await Questions

**Use case:** 

Searching Stack Overflow for async/await? Get matching questions ranked by relevance, with score, view counts and answers, exported to JSON or CSV.

## Input

```json
{
  "query": "async await",
  "site": "stackoverflow",
  "tags": "",
  "sortBy": "relevance",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "answerCount": {
    "label": "Answers",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "url": {
    "label": "Question URL",
    "format": "link"
  }
}
```

## About this Actor

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