# X Twitter Brand Monitoring by Keyword

**Use case:** 

Monitor recent X / Twitter posts mentioning a brand, product, competitor, or
  executive. Useful for social listening, PR tracking, and alerts.

## Input

```json
{
  "inputTargetType": "search",
  "searchTerms": "openai OR apify",
  "language": "en",
  "sort": "latest",
  "onlyImage": false,
  "onlyVideo": false,
  "onlyVerifiedUsers": false,
  "includeReplies": true,
  "includeRetweets": true,
  "page": 1,
  "limit": 10,
  "maxPages": 1,
  "maxItems": 100
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "string"
  },
  "user.username": {
    "label": "Username",
    "format": "string"
  },
  "rawContent": {
    "label": "Text",
    "format": "string"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "retweetCount": {
    "label": "Retweets",
    "format": "integer"
  },
  "replyCount": {
    "label": "Replies",
    "format": "integer"
  },
  "quoteCount": {
    "label": "Quotes",
    "format": "integer"
  },
  "viewCount": {
    "label": "Views",
    "format": "integer"
  },
  "url": {
    "label": "Tweet URL",
    "format": "string"
  },
  "id_str": {
    "label": "Tweet ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [X Twitter Tweet Scraper](https://apify.com/simoit/x-twitter-search-tweets-scrapper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/simoit/x-twitter-search-tweets-scrapper) to learn more, explore other use cases, and run it yourself.