# Stocktwits Trending Symbols Full Export

**Use case:** 

Full Export of Stocktwits Trending Symbols. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "symbolFilter": "TSLA"
}
```

## Output

```json
{
  "symbol": {
    "label": "📈 Symbol",
    "format": "text"
  },
  "title": {
    "label": "📛 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "watchlist_count": {
    "label": "👀 Watchlist",
    "format": "number"
  },
  "message_count": {
    "label": "💬 Messages",
    "format": "number"
  },
  "sentiment": {
    "label": "🎭 Sentiment",
    "format": "text"
  },
  "last_price": {
    "label": "💲 Last Price",
    "format": "text"
  },
  "change": {
    "label": "📊 Change",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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