# Resolve Threads Linktree Bio Contacts

**Use case:** 

Follow Linktree, Beacons, and Stan bio links from Threads profiles to extract every contact channel for influencer outreach and creator lead-gen.

## Input

```json
{
  "mode": "profile",
  "usernames": [
    "creatorone",
    "creatortwo",
    "creatorthree"
  ],
  "postUrls": [],
  "searchQuery": "",
  "hashtag": "",
  "maxPostsPerUser": 25,
  "expandReplies": true,
  "maxReplyDepth": 3,
  "maxRepliesPerNode": 20,
  "extractBioContacts": true,
  "resolveLinktree": true,
  "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.