# Tech Journalist Contact Extractor from X Profiles

**Use case:** 

Extract contact emails and profile data of leading tech journalists from X. Get valuable insights in CSV or JSON format.

## Input

```json
{
  "profiles": [
    "benedictevans",
    "kara_swisher",
    "BenThompson",
    "Om",
    "MikeIsaac",
    "lizzadwoskin",
    "CaseyNewton",
    "verge",
    "TechCrunch",
    "wired"
  ],
  "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.