# X Twitter Influencer Content Analysis

**Use case:** 

Analyze posts from top AI influencers on X, filtered by language and hashtags. Obtain insights on high-performing content within the AI space.

## Input

```json
{
  "username": "openai",
  "usernames": "openai, apify",
  "searchTerms": "",
  "hashtags": "ai, agents",
  "language": "en",
  "sort": "top",
  "includeReplies": true,
  "includeRetweets": true,
  "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.