# Extract Emails of SaaS Founders from X Profiles

**Use case:** 

Retrieve emails, bio information, and follower counts from specific SaaS founder X profiles. Data available for export in CSV or JSON format.

## Input

```json
{
  "profiles": [
    "dharmesh",
    "jasonfried",
    "shl",
    "patio11",
    "levelsio",
    "dvassallo",
    "swyx",
    "benedictevans",
    "paulg",
    "ycombinator"
  ],
  "onlyWithContact": true,
  "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.