# X Twitter Profile Replies Analysis for Sam Altman @sama

**Use case:** 

Collect and analyze the latest replies from the X profile of @SamAltman. Get detailed insights including likes, retweets, and timestamps.

## Input

```json
{
  "username": "sama",
  "searchTerms": "",
  "sort": "latest",
  "includeReplies": true,
  "includeRetweets": false,
  "includePinned": false,
  "page": 1,
  "limit": 100,
  "maxPages": 1,
  "maxItems": 200
}
```

## 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"
  },
  "url": {
    "label": "Tweet URL",
    "format": "string"
  },
  "id_str": {
    "label": "Tweet ID",
    "format": "string"
  }
}
```

## About this Actor

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