# Twitter / X profile and follower count

**Use case:** 

Get an X account's bio, follower and following counts, verification and join date. Fast, no tweets.

## Input

```json
{
  "usernames": [
    "NASA"
  ],
  "concurrency": 10,
  "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.