# Compare X Competitor Profiles & Followers

**Use case:** 

Benchmark multiple X (Twitter) accounts at once. Get followers, following, bio, verification, location, website and join date for competitor research.

## Input

```json
{
  "handles": [
    "NASA",
    "SpaceX",
    "Blue_Origin"
  ],
  "includeProfile": true,
  "includeTweets": false,
  "includeReplies": false,
  "maxTweetsPerProfile": 20,
  "onlyTweetsNewerThan": "",
  "maxItems": 0,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorStoreName": "twitter-scraper-monitor",
  "maxRunSeconds": 240,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "handle": {
    "label": "Handle"
  },
  "name": {
    "label": "Name"
  },
  "followersCount": {
    "label": "Followers"
  },
  "followingCount": {
    "label": "Following"
  },
  "tweetsCount": {
    "label": "Tweets"
  },
  "verified": {
    "label": "Verified"
  },
  "isBlueVerified": {
    "label": "Blue"
  },
  "location": {
    "label": "Location"
  },
  "website": {
    "label": "Website"
  },
  "createdAt": {
    "label": "Joined"
  },
  "url": {
    "label": "Profile"
  }
}
```

## About this Actor

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