# Extract Influencer & Creator Email Leads from Linktree

**Use case:** 

Build influencer outreach lists by extracting emails, social accounts, and contact information from creator Linktree profiles.

## Input

```json
{
  "startUrls": [
    {
      "requestsFromUrl": "https://uploads.apifyusercontent.com/dtR7qnTbQrNiSCmj7-input-ufEEZK4QiS-creative.txt"
    }
  ],
  "maxConcurrency": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "bio": {
    "label": "Biography",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Linktree, Beacons & Bio Email Scraper: Extract Leads](https://apify.com/ahmed_jasarevic/linktree-beacons-bio-email-scraper-extract-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmed_jasarevic/linktree-beacons-bio-email-scraper-extract-leads) to learn more, explore other use cases, and run it yourself.