# Extract E-commerce Business Leads from Link-in-Bio Pages

**Use case:** 

Scrape shopping, retail, and e-commerce creators to build targeted lead lists for marketing and supplier outreach.

## Input

```json
{
  "categories": [
    "fashion-beauty"
  ],
  "subCategories": [
    "clothing-accessories",
    "makeup-skincare",
    "shopping-retail",
    "shoes",
    "jewelry"
  ],
  "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.