# Server Fault Stack Overflow Questions - Q&A Catalog

**Use case:** 

Extract Stack Overflow Questions - Q&A Catalog data filtered by Server Fault. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "tagged": "",
  "maxItems": 10,
  "site": "serverfault",
  "sort": "activity"
}
```

## Output

```json
{
  "title": {
    "label": "Question Title",
    "format": "text"
  },
  "id": {
    "label": "Question ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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