# Extract Fitness Coach & Wellness Business Emails

**Use case:** 

Find coaches, nutritionists, healthcare professionals, and wellness businesses on Linktree and extract contact information.

## Input

```json
{
  "startUrls": [
    {
      "requestsFromUrl": "https://uploads.apifyusercontent.com/dtR7qnTbQrNiSCmj7-input-uEY3EQHYSP-health-wellness.txt"
    }
  ],
  "maxConcurrency": 200,
  "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, Beacons & Bio Email Scraper: Extract Leads](https://apify.com/ahmed_jasarevic/linktree-beacons-bio-email-scraper-extract-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmed_jasarevic/linktree-beacons-bio-email-scraper-extract-leads) to learn more, explore other use cases, and run it yourself.