# Extract EdTech Company Leads from X Profiles

**Use case:** 

Gather contact information from leading EdTech companies on X. Access details like bios, emails, and follower counts.

## Input

```json
{
  "profiles": [
    "khanacademy",
    "duolingo",
    "coursera",
    "Udemy",
    "edXOnline",
    "Codecademy",
    "DataCamp",
    "Pluralsight",
    "MasterClass",
    "skillshare"
  ],
  "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.