# Scrape Verified Business Profiles on X

**Use case:** 

Collect profile data for business accounts on X (Twitter), filtered by professional type. Perfect for B2B prospecting.

## Input

```json
{
  "maxItems": 50,
  "twitterHandles": [
    "apple",
    "amazon",
    "netflix",
    "spacex"
  ],
  "filterByProfessionalType": "Business",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "userName": {
    "label": "Username",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "X URL",
    "format": "link"
  },
  "twitterUrl": {
    "label": "Twitter URL",
    "format": "link"
  },
  "id": {
    "label": "User ID",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "isBlueVerified": {
    "label": "Blue Verified",
    "format": "boolean"
  },
  "verifiedType": {
    "label": "Verified Type",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "following": {
    "label": "Following",
    "format": "number"
  },
  "protected": {
    "label": "Protected",
    "format": "boolean"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "datetime"
  },
  "followerOf": {
    "label": "Follower Of",
    "format": "text"
  },
  "followingOf": {
    "label": "Following Of",
    "format": "text"
  },
  "retweeterOf": {
    "label": "Retweeter Of",
    "format": "text"
  },
  "tweetId": {
    "label": "Tweet ID",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "profilePicture": {
    "label": "Profile Picture",
    "format": "link"
  },
  "coverPicture": {
    "label": "Cover Picture",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "entities": {
    "label": "Entities",
    "format": "object"
  },
  "fastFollowersCount": {
    "label": "Fast Followers",
    "format": "number"
  },
  "favouritesCount": {
    "label": "Favourites",
    "format": "number"
  },
  "listedCount": {
    "label": "Listed",
    "format": "number"
  },
  "hasCustomTimelines": {
    "label": "Custom Timelines",
    "format": "boolean"
  },
  "isTranslator": {
    "label": "Translator",
    "format": "boolean"
  },
  "mediaCount": {
    "label": "Media Count",
    "format": "number"
  },
  "statusesCount": {
    "label": "Statuses",
    "format": "number"
  },
  "withheldInCountries": {
    "label": "Withheld Countries",
    "format": "object"
  },
  "affiliatesHighlightedLabel": {
    "label": "Affiliates",
    "format": "object"
  },
  "pinnedTweetIds": {
    "label": "Pinned Tweets",
    "format": "object"
  },
  "professional": {
    "label": "Professional",
    "format": "object"
  },
  "isUnavailable": {
    "label": "Unavailable",
    "format": "boolean"
  },
  "unavailableReason": {
    "label": "Unavailable Reason",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "scrapedTimestamp": {
    "label": "Scraped At",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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