# Track Brand Mentions on Twitter/X at Scale

**Use case:** 

Monitor brand and competitor activity on X: tweet text, likes, retweets, replies, posted date and media per handle. Track share of voice, campaign launches and 

## Input

```json
{
  "usernames": [
    "nike"
  ],
  "maxTweetsPerUser": 10
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "tweet_text": {
    "label": "Tweet",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "text"
  },
  "retweets": {
    "label": "Retweets",
    "format": "text"
  },
  "replies": {
    "label": "Replies",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "text"
  },
  "media_type": {
    "label": "Media Type",
    "format": "text"
  },
  "tweet_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter/X Profile Scraper - Tweets, Likes & Media](https://apify.com/thirdwatch/twitter-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/twitter-scraper) to learn more, explore other use cases, and run it yourself.