# B2B SaaS CEO Contact Scraper from X Profiles

**Use case:** 

Extract CEO contact emails and profiles from specified B2B SaaS executives on X. Receive data in CSV or JSON format with follower counts.

## Input

```json
{
  "profiles": [
    "tobi",
    "stewartbutterfield",
    "aaron_levie",
    "dhh",
    "jasonfried",
    "calchuchesta",
    "mikemonteiro",
    "brennandunn",
    "patio11",
    "kylescymanski"
  ],
  "onlyWithContact": false,
  "maxConcurrency": 5,
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Handle",
    "format": "text"
  },
  "name": {
    "label": "Display name",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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