# Monitor Competitor Tech Stack Trends on Stack Exchange

**Use case:** 

Track the most discussed technologies and challenges faced by developers in specific niches to understand competitor tech choices and potential market shifts. G

## Input

```json
{
  "site": "softwareengineering",
  "mode": "search",
  "searchQuery": "microservices architecture challenges",
  "tagAnyOf": [],
  "userIds": [],
  "isAnsweredOnly": false,
  "dateRangeFrom": "2023-06-01",
  "sortBy": "creation",
  "includeAnswers": false,
  "includeBody": false,
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "score": {
    "label": "Score"
  },
  "viewCount": {
    "label": "View count"
  },
  "answerCount": {
    "label": "Answer count"
  },
  "tags": {
    "label": "Tags"
  },
  "owner": {
    "label": "Owner"
  },
  "createdAt": {
    "label": "Created at"
  },
  "link": {
    "label": "Link"
  }
}
```

## About this Actor

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