# Comparison dataset: satyanadella

**Use case:** 

X/Twitter Profile Audience Scraper configured for comparison dataset around “satyanadella”. The saved input exposes usernames, maxProfiles, maxRecentTweets,...

## Input

```json
{
  "usernames": [
    "satyanadella"
  ],
  "maxProfiles": 20,
  "maxRecentTweets": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "display_name": {
    "label": "Display Name",
    "format": "text"
  },
  "followers_count": {
    "label": "Followers",
    "format": "number"
  },
  "following_count": {
    "label": "Following",
    "format": "number"
  },
  "listed_count": {
    "label": "Listed",
    "format": "number"
  },
  "recent_engagement_total": {
    "label": "Recent Engagement",
    "format": "number"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "profile_url": {
    "label": "Profile",
    "format": "link"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  }
}
```

## About this Actor

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