# Stocktwits dataset export preset

**Use case:** 

Run a Stocktwits dataset preset to export message text, timestamps, cashtags, sentiment, author metrics, media, and conversation fields.

## Input

```json
{
  "mode": "symbol",
  "symbols": [
    "AAPL",
    "TSLA",
    "NVDA"
  ],
  "usernames": [],
  "maxMessagesPerTarget": 100,
  "maxTrendingSymbols": 30,
  "onlyPriceTargets": false
}
```

## Output

```json
{
  "messageId": {
    "label": "Message ID",
    "format": "integer"
  },
  "messageUrl": {
    "label": "Message URL",
    "format": "string"
  },
  "matchedInput": {
    "label": "Matched input",
    "format": "string"
  },
  "body": {
    "label": "Body",
    "format": "string"
  },
  "createdAt": {
    "label": "Created at",
    "format": "string"
  },
  "sourceSentiment": {
    "label": "Source sentiment",
    "format": "string"
  },
  "computedSentiment": {
    "label": "Computed sentiment",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "symbol": {
    "label": "Symbol",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "exchange": {
    "label": "Exchange",
    "format": "string"
  },
  "watchlistCount": {
    "label": "Watchlist count",
    "format": "integer"
  }
}
```

## About this Actor

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