# Scrape Threads Founder Leads - Threads

**Use case:** 

Turn startup founders on Threads into leads with Name, Followers, Verified, Bio, Website, Emails and Lead score. Ready-to-use contact list.

## Input

```json
{
  "mode": "profiles",
  "usernames": [
    "paulg",
    "levelsio",
    "naval",
    "sama"
  ],
  "includePosts": true,
  "postTabs": [
    "threads"
  ],
  "maxPostsPerProfile": 20,
  "enrichLeads": true,
  "leadsOnly": true,
  "includeReplies": true,
  "maxRepliesPerPost": 50,
  "maxResults": 0,
  "monitorMode": false,
  "monitorStoreName": "threads-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "biography": {
    "label": "Bio",
    "format": "text"
  },
  "externalUrl": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "profileUrl": {
    "label": "Threads",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Threads Scraper - Profiles, Posts, Replies & Leads](https://apify.com/scrapesage/threads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/threads-scraper) to learn more, explore other use cases, and run it yourself.