# X Profile Data Extractor

**Use case:** 

Scrape X (Twitter) profile data, including followers, bio, location, verification status and more. Get comprehensive account details quickly.

## Input

```json
{
  "profileUrls": [
    "https://x.com/elonmusk",
    "https://x.com/Google",
    "https://x.com/typecraft_dev"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Profile URL",
    "format": "link"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "following": {
    "label": "Following",
    "format": "number"
  },
  "tweets_count": {
    "label": "Tweets",
    "format": "number"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "is_blue_verified": {
    "label": "Blue Verified",
    "format": "text"
  },
  "is_verified": {
    "label": "Verified",
    "format": "text"
  },
  "created_at": {
    "label": "Joined",
    "format": "text"
  },
  "avatar_url": {
    "label": "Avatar",
    "format": "link"
  },
  "banner_url": {
    "label": "Banner",
    "format": "link"
  },
  "media_count": {
    "label": "Media",
    "format": "number"
  },
  "likes_given": {
    "label": "Likes Given",
    "format": "number"
  },
  "listed_count": {
    "label": "Listed",
    "format": "number"
  },
  "creator_subscriptions_count": {
    "label": "Subscriptions",
    "format": "number"
  },
  "is_identity_verified": {
    "label": "ID Verified",
    "format": "text"
  },
  "is_protected": {
    "label": "Protected",
    "format": "text"
  },
  "default_profile": {
    "label": "Default Profile",
    "format": "text"
  },
  "default_profile_image": {
    "label": "Default Avatar",
    "format": "text"
  },
  "possibly_sensitive": {
    "label": "Sensitive",
    "format": "text"
  },
  "pinned_tweet_ids": {
    "label": "Pinned Tweets",
    "format": "text"
  },
  "bio_language": {
    "label": "Bio Language",
    "format": "text"
  },
  "profile_image_shape": {
    "label": "Avatar Shape",
    "format": "text"
  },
  "id": {
    "label": "User ID",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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