# Universal Lead Scraper for Business, Influencers & SaaS

**Use case:** 

Scrape Linktree categories across business, tech, and creative industries to extract emails and contact information for B2B leads, influencer outreach, and mark

## Input

```json
{
  "categories": [
    "business",
    "tech",
    "creative"
  ],
  "subCategories": [
    "marketing-advertising",
    "agency-consulting",
    "talent-agency",
    "talent-management",
    "startup",
    "saas",
    "influencer",
    "digital-creator"
  ],
  "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.