# Export X Following Profiles by Screen Name

**Use case:** 

Export public X following profiles for any screen name. Get raw user data, set a result limit, and download results as JSON, CSV, Excel, or XML.

## Input

```json
{
  "screenNames": [
    "Web3Feng"
  ],
  "userIds": [],
  "relationshipType": "followers",
  "maxItemsPerUser": 10
}
```

## Output

```json
{
  "source_user_id": {
    "label": "Source user ID",
    "format": "string"
  },
  "source_screen_name": {
    "label": "Source screen name",
    "format": "string"
  },
  "relationship_type": {
    "label": "Relationship type",
    "format": "string"
  },
  "user.id_str": {
    "label": "Related user ID"
  },
  "user.screen_name": {
    "label": "Screen name"
  },
  "user.name": {
    "label": "Name"
  },
  "user.followers_count": {
    "label": "Followers"
  },
  "user.friends_count": {
    "label": "Followings"
  },
  "user.verified": {
    "label": "Verified"
  },
  "user.protected": {
    "label": "Protected"
  },
  "user.profile_image_url_https": {
    "label": "Profile image"
  }
}
```

## About this Actor

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