# AI Researcher Tweet Analysis for Trend Insights

**Use case:** 

Scrape tweets from top AI researchers for engagement metrics. Gain insights with data on likes and retweets, ready for your analysis.

## Input

```json
{
  "profiles": [
    "karpathy",
    "ylecun",
    "AndrewYNg",
    "GaryMarcus",
    "fchollet"
  ],
  "maxTweetsPerProfile": 150,
  "includeRetweets": true,
  "includeReplies": false,
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "fromProfile": {
    "label": "From profile",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "retweetCount": {
    "label": "Retweets",
    "format": "number"
  },
  "replyCount": {
    "label": "Replies",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "createdAt": {
    "label": "Created at",
    "format": "text"
  },
  "url": {
    "label": "Tweet URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter Scraper - Scrape Tweets from X Profiles](https://apify.com/logiover/x-tweet-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/x-tweet-scraper) to learn more, explore other use cases, and run it yourself.