# Twitter Usernames to Emails

**Use case:** 

Turn a newline-separated Twitter username list into email-ready lead records with names, handles, and follower counts.

## Input

```json
{
  "usernames": "one_username_per_line",
  "max_results": 100
}
```

## Output

```json
{
  "created_at": {
    "label": "Created At"
  },
  "email": {
    "label": "Email",
    "format": "email"
  },
  "followers": {
    "label": "Followers"
  },
  "name": {
    "label": "Name"
  },
  "screenname": {
    "label": "Twitter Handle"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter (X) Email Scraper ✅ | $2 / 1K | No Login Needed](https://apify.com/x_guru/twitter-email-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/x_guru/twitter-email-scraper) to learn more, explore other use cases, and run it yourself.