# Extract Emails from Threads Bios for Leads

**Use case:** 

Pull emails and phone numbers from Meta Threads profile bios to build cold-outreach lead lists for creators, founders, and brand owners.

## Input

```json
{
  "mode": "profile",
  "usernames": [
    "someinfluencer",
    "anotherbrand",
    "thirdcreator"
  ],
  "postUrls": [],
  "searchQuery": "",
  "hashtag": "",
  "maxPostsPerUser": 25,
  "expandReplies": true,
  "maxReplyDepth": 3,
  "maxRepliesPerNode": 20,
  "extractBioContacts": true,
  "resolveLinktree": false,
  "incrementalMode": false,
  "maxItems": 500,
  "concurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "username": {
    "label": "Username"
  },
  "fullName": {
    "label": "Full name"
  },
  "biography": {
    "label": "Biography"
  },
  "followerCount": {
    "label": "Follower count"
  },
  "followingCount": {
    "label": "Following count"
  },
  "isVerified": {
    "label": "Is verified"
  },
  "profilePicUrl": {
    "label": "Profile pic url"
  },
  "bioLinks": {
    "label": "Bio links"
  },
  "extractedEmails": {
    "label": "Extracted emails"
  },
  "extractedPhones": {
    "label": "Extracted phones"
  }
}
```

## About this Actor

This example demonstrates how to use [Meta Threads Scraper - Posts, Reply Trees, Bio Contacts](https://apify.com/constructive_calm/threads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/threads-scraper) to learn more, explore other use cases, and run it yourself.