# Extract Influencer Emails from Link-in-Bio Pages

**Use case:** 

Find influencer and content creator emails from Linktree categories for brand outreach, PR campaigns, and sponsorship deals.

## Input

```json
{
  "categories": [
    "creative"
  ],
  "subCategories": [
    "influencer",
    "digital-creator",
    "model",
    "visual-arts",
    "music",
    "film-tv"
  ],
  "maxPagesPerCategory": 5000,
  "maxConcurrency": 10,
  "debugLog": false,
  "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 Advanced Lead Scraper (Category & Subcategory)](https://apify.com/ahmed_jasarevic/linktree-advanced-lead-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmed_jasarevic/linktree-advanced-lead-scraper) to learn more, explore other use cases, and run it yourself.