# Extract Local Business Leads from Link-in-Bio Pages

**Use case:** 

Find local businesses like salons, gyms, restaurants, and services from Linktree categories for local marketing outreach.

## Input

```json
{
  "categories": [
    "business",
    "food-beverage"
  ],
  "subCategories": [
    "bars-restaurants",
    "coffee-tea",
    "healthcare",
    "real-estate",
    "home-improvement-maintenance"
  ],
  "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.