# Analyze Crypto Market Sentiment and Emerging Trends

**Use case:** 

Monitor discussions and questions on the Bitcoin and Ethereum Stack Exchange sites to gauge community sentiment and identify emerging technical challenges or op

## Input

```json
{
  "site": "bitcoin",
  "mode": "search",
  "searchQuery": "defi scalability",
  "tagAnyOf": [
    "ethereum",
    "solidity"
  ],
  "userIds": [],
  "isAnsweredOnly": false,
  "dateRangeFrom": "2023-11-01",
  "sortBy": "creation",
  "includeAnswers": false,
  "includeBody": false,
  "maxItems": 40
}
```

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