# Votes (most upvoted first) Stack Overflow | Questions

**Use case:** 

Extract Stack Overflow | Questions Answers and Tags data filtered by Votes (most upvoted first). Export structured results ready for analysis, lead

## Input

```json
{
  "searchQuery": "javascript async await",
  "maxItems": 10,
  "tags": "javascript",
  "sortBy": "votes"
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "questionId": {
    "label": "🆔 Question ID",
    "format": "text"
  },
  "score": {
    "label": "⬆️ Score",
    "format": "text"
  },
  "answerCount": {
    "label": "💬 Answers",
    "format": "text"
  },
  "viewCount": {
    "label": "👁️ Views",
    "format": "text"
  },
  "isAnswered": {
    "label": "✅ Answered",
    "format": "text"
  },
  "acceptedAnswerId": {
    "label": "🏆 Accepted Answer ID",
    "format": "text"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "text"
  },
  "author": {
    "label": "👤 Author",
    "format": "text"
  },
  "authorReputation": {
    "label": "⭐ Reputation",
    "format": "text"
  },
  "bountyAmount": {
    "label": "💰 Bounty",
    "format": "text"
  },
  "createdAt": {
    "label": "📅 Created",
    "format": "date"
  },
  "lastActivityAt": {
    "label": "🕒 Last Activity",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🔄 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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