# Extract Restaurant & Food Business Emails from Linktree

**Use case:** 

Build restaurant and food business lead lists by extracting emails, social profiles, and contact details from Linktree pages.

## Input

```json
{
  "startUrls": [
    {
      "requestsFromUrl": "https://uploads.apifyusercontent.com/dtR7qnTbQrNiSCmj7-input-dKBNN38gac-food-beverage.txt"
    }
  ],
  "maxConcurrency": 100,
  "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.