# How to track Serenity stock cashtag discussions

**Use case:** 

Track real-time Twitter discussions on the Serenity stock cashtag. Retrieve tweet details  along with engagement metrics for analytical insights.

## Input

```json
{
  "searchTerms": [
    "from:aleabitoreddit filter:cashtags -filter:retweets -filter:replies "
  ],
  "sortBy": "Latest",
  "maxItems": 10,
  "minRetweets": 0,
  "minLikes": 0,
  "minReplies": 0,
  "onlyVerifiedUsers": false,
  "onlyBuleVerifiedUsers": false,
  "onlyImage": false,
  "onlyVideo": false,
  "onlyQuote": false,
  "onlyReply": false
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "text"
  },
  "twitterUrl": {
    "label": "Twitter URL",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "text": {
    "label": "TEXT",
    "format": "text"
  },
  "retweetCount": {
    "label": "Retweet Count",
    "format": "number"
  },
  "replyCount": {
    "label": "Reply Count",
    "format": "number"
  },
  "likeCount": {
    "label": "Like Count",
    "format": "number"
  },
  "quoteCount": {
    "label": "Quote Count",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "bookmarkCount": {
    "label": "Bookmark Count",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Tweet(X)/Twitter scraper|$0.2/1K| Pay-Per Result v2](https://apify.com/fastcrawler/tweet-x-twitter-scraper-0-2-1k-pay-per-result-v2) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fastcrawler/tweet-x-twitter-scraper-0-2-1k-pay-per-result-v2) to learn more, explore other use cases, and run it yourself.