# Analyze Java Developer Skill Gaps on Stack Overflow

**Use case:** 

Identify emerging technologies and skill gaps within the Java development community by scraping top questions. This helps training providers and companies tailo

## Input

```json
{
  "site": "stackoverflow",
  "mode": "topQuestions",
  "tagAnyOf": [
    "java"
  ],
  "userIds": [],
  "minScore": 10,
  "isAnsweredOnly": false,
  "dateRangeFrom": "2023-01-01",
  "sortBy": "votes",
  "includeAnswers": false,
  "includeBody": false,
  "maxItems": 100
}
```

## 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.