# Extract Social Media Creator Leads from Link-in-Bio Pages

**Use case:** 

Scrape social media influencers and digital creators for email leads and collaboration opportunities.

## Input

```json
{
  "categories": [
    "creative"
  ],
  "subCategories": [
    "influencer",
    "digital-creator",
    "social-media",
    "affiliate-marketing",
    "fan-club"
  ],
  "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.