# Stocktwits Scraper - Messages, Sentiment & Trending

**Use case:** 

Scrape Stocktwits: messages, sentiment, cashtags & stats. Get trending symbols & threads. Features monitoring, resume & MCP export.

## Input

```json
{
  "mode": "symbols",
  "symbols": [
    "AAPL"
  ],
  "sort": "all",
  "usernames": [
    "Stocktwits"
  ],
  "startUrls": [
    "https://stocktwits.com/symbol/AAPL"
  ],
  "sentiment": "all",
  "fetchReplies": false,
  "maxItems": 20,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "maxNotifyListings": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "kind": {
    "label": "Kind"
  },
  "recordId": {
    "label": "Record id"
  },
  "messageId": {
    "label": "Message id"
  },
  "url": {
    "label": "Url"
  },
  "body": {
    "label": "Body"
  },
  "createdAt": {
    "label": "Created at"
  },
  "sentiment": {
    "label": "Sentiment"
  },
  "likes": {
    "label": "Likes"
  },
  "repliesCount": {
    "label": "Replies count"
  },
  "reshares": {
    "label": "Reshares"
  },
  "cashtags": {
    "label": "Cashtags"
  },
  "symbols": {
    "label": "Symbols"
  },
  "mentionedUsers": {
    "label": "Mentioned users"
  },
  "parentMessageId": {
    "label": "Parent message id"
  },
  "inReplyToMessageId": {
    "label": "In reply to message id"
  },
  "authorUsername": {
    "label": "Author username"
  },
  "authorName": {
    "label": "Author name"
  },
  "authorFollowers": {
    "label": "Author followers"
  },
  "authorIdentity": {
    "label": "Author identity"
  },
  "authorOfficial": {
    "label": "Author official"
  },
  "symbolContext": {
    "label": "Symbol context"
  },
  "symbol": {
    "label": "Symbol"
  },
  "symbolTitle": {
    "label": "Symbol title"
  },
  "exchange": {
    "label": "Exchange"
  },
  "region": {
    "label": "Region"
  },
  "watchlistCount": {
    "label": "Watchlist count"
  },
  "trendingRank": {
    "label": "Trending rank"
  },
  "userId": {
    "label": "User id"
  },
  "profileUrl": {
    "label": "Profile url"
  },
  "joinDate": {
    "label": "Join date"
  },
  "following": {
    "label": "Following"
  },
  "ideas": {
    "label": "Ideas"
  },
  "changeType": {
    "label": "Change type"
  },
  "changedFields": {
    "label": "Changed fields"
  },
  "firstSeenAt": {
    "label": "First seen at"
  },
  "lastSeenAt": {
    "label": "Last seen at"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/abotapi/stocktwits-com-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
