# Ask Ubuntu: highest-voted questions

**Use case:** 

The most upvoted Ask Ubuntu questions, the Linux desktop and server support corpus.

## Input

```json
{
  "dataset": "questions",
  "site": "askubuntu",
  "maxItems": 300,
  "sortBy": "votes",
  "order": "desc",
  "query": "async await deadlock",
  "titleContains": "memory leak",
  "tagged": [
    "python",
    "pandas"
  ],
  "notTagged": [
    "homework"
  ],
  "minScore": 50,
  "minAnswers": 3,
  "acceptedOnly": true,
  "unansweredOnly": true,
  "closedOnly": true,
  "user": 22656,
  "tagNameContains": "script",
  "userNameContains": "jon",
  "minReputation": 100000,
  "lastNDays": 30,
  "dateFrom": "2026-01-01",
  "dateTo": "2026-12-31",
  "includeBody": true,
  "includeAnswers": true,
  "apiKey": "***"
}
```

## Output

```json
{
  "itemId": {
    "label": "Item ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "integer"
  },
  "viewCount": {
    "label": "Views",
    "format": "integer"
  },
  "answerCount": {
    "label": "Answer count",
    "format": "integer"
  },
  "hasAcceptedAnswer": {
    "label": "Has accepted answer",
    "format": "boolean"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "createdAt": {
    "label": "Created",
    "format": "string"
  },
  "ownerDisplayName": {
    "label": "Author",
    "format": "string"
  },
  "link": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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