# Bulk X profile scraper

**Use case:** 

Enrich a big list of X handles with profile fields in one run, for lead lists and influencer research.

## Input

```json
{
  "usernames": [
    "NASA",
    "Nike",
    "Spotify",
    "Google",
    "Microsoft"
  ],
  "concurrency": 20,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "username"
  },
  "name": {
    "label": "name"
  },
  "description": {
    "label": "description"
  },
  "location": {
    "label": "location"
  },
  "verified": {
    "label": "verified"
  },
  "verified_type": {
    "label": "verified_type"
  },
  "url": {
    "label": "url"
  },
  "created_at": {
    "label": "created_at"
  },
  "scrapedAt": {
    "label": "scrapedAt"
  }
}
```

## About this Actor

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