# TypeScript Questions — Stack Overflow Top

**Use case:** 

Get the most useful TypeScript questions on Stack Overflow with top answers and vote counts.

## Input

```json
{
  "query": "",
  "tags": [
    "typescript"
  ],
  "sort": "votes",
  "order": "desc",
  "max_results": 25,
  "include_answers": true,
  "min_score": 0
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "view_count": {
    "label": "Views",
    "format": "number"
  },
  "answer_count": {
    "label": "Answers",
    "format": "number"
  },
  "is_answered": {
    "label": "Answered",
    "format": "boolean"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "creation_date": {
    "label": "Created",
    "format": "date"
  },
  "body": {
    "label": "Body",
    "format": "text"
  },
  "top_answer": {
    "label": "Top Answer",
    "format": "text"
  }
}
```

## About this Actor

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