# Export Twitter (X) Followers to Excel / CSV

**Use case:** 

a

## Input

```json
{
  "profileUrl": "https://x.com/elonmusk",
  "type": "Followers",
  "maxItems": 200
}
```

## Output

```json
{
  "userId": {
    "label": "User Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "verified": {
    "label": "Verified"
  },
  "followingCount": {
    "label": "following Count",
    "format": "number"
  },
  "favouritesCount": {
    "label": "Favourites Count",
    "format": "number"
  },
  "followersCount": {
    "label": "Followers Count",
    "format": "number"
  },
  "statusesCount": {
    "label": "statuses Count",
    "format": "number"
  },
  "listedCount": {
    "label": "Listed Count",
    "format": "number"
  },
  "location": {
    "label": "location",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "mediaCount": {
    "label": "Media Count",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [X / Twitter Followers & Following Extractor (PPR $0.1/1K)](https://apify.com/fastcrawler/x-twitter-followers-following-extractor-ppr-0-1-1k) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fastcrawler/x-twitter-followers-following-extractor-ppr-0-1-1k) to learn more, explore other use cases, and run it yourself.