# Find Threads Leads with Email & Phone

**Use case:** 

Search Threads by topic and extract each author's bio email, phone, and links — deduped, charged once per author. Built for lead-gen outreach.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "dtc brand",
    "shopify store"
  ],
  "hashtags": [],
  "sort": "top",
  "maxResultsPerQuery": 40,
  "deepCoverage": true,
  "includeReplies": false,
  "maxReplyDepth": 2,
  "maxRepliesPerNode": 20,
  "resolveContacts": true,
  "resolveLinktree": true,
  "maxItems": 300,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "username": {
    "label": "Username"
  },
  "fullName": {
    "label": "Full name"
  },
  "followerCount": {
    "label": "Follower count"
  },
  "isVerified": {
    "label": "Is verified"
  },
  "extractedEmails": {
    "label": "Extracted emails"
  },
  "extractedPhones": {
    "label": "Extracted phones"
  },
  "bioLinks": {
    "label": "Bio links"
  },
  "matchedQueries": {
    "label": "Matched queries"
  },
  "biography": {
    "label": "Biography"
  }
}
```

## About this Actor

This example demonstrates how to use [Threads Search & Monitor - Keyword Tracking + Contacts](https://apify.com/constructive_calm/threads-search-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/threads-search-monitor) to learn more, explore other use cases, and run it yourself.