# Monitor Brand Posts on X (Twitter)

**Use case:** 

Collect data from specific X posts, including tweet text, engagement metrics, and timestamps. Ideal for tracking brand presence and sentiment.

## Input

```json
{
  "postUrls": [
    {
      "url": "https://x.com/NASA/status/2075599612610535438"
    }
  ],
  "flattenOutput": true,
  "includeAuthorProfile": false
}
```

## Output

```json
{
  "text": {
    "label": "Text"
  },
  "author": {
    "label": "Author"
  },
  "created_at": {
    "label": "Created at"
  },
  "post_type": {
    "label": "Post type"
  },
  "metrics": {
    "label": "Metrics"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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