# Real-Time Stocktwits Sentiment Analysis

**Use case:** 

Get bullish and bearish sentiment from Stocktwits instantly. Analyze investor opinions and trends to inform your trading strategies.

## Input

```json
{
  "includeTrendingSymbols": false,
  "maxSymbols": 50,
  "includeNews": true,
  "maxNewsItems": 100,
  "computeSentiment": true,
  "timeoutSecs": 30,
  "maxRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "string"
  },
  "fetchedAt": {
    "label": "Fetched",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "symbol": {
    "label": "Symbol",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "watchlist_count": {
    "label": "Watchlist",
    "format": "number"
  },
  "createdAt": {
    "label": "Created",
    "format": "string"
  },
  "sentimentLabel": {
    "label": "Sentiment",
    "format": "string"
  },
  "sentimentScore": {
    "label": "Score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Stocktwits Sentiment Scraper](https://apify.com/shahidirfan/stocktwits-sentiment-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/stocktwits-sentiment-scraper) to learn more, explore other use cases, and run it yourself.