# Get Booksy Salon Emails & Phone Leads

**Use case:** 

Scrape Booksy salons and enrich each with emails, phones and socials crawled from their own website — ready-to-contact provider leads. Export CSV.

## Input

```json
{
  "searchCategories": [
    "Hair Salon"
  ],
  "locations": [
    "Austin, TX"
  ],
  "maxResultsPerSearch": 100,
  "maxResults": 200,
  "includeBusinessDetails": true,
  "includeReviews": false,
  "maxReviewsPerBusiness": 20,
  "enrichContactEmails": true,
  "deduplicateBusinesses": true,
  "monitorMode": false,
  "monitorStoreName": "booksy-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Business"
  },
  "category": {
    "label": "Category"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "instagram": {
    "label": "Instagram"
  },
  "facebook": {
    "label": "Facebook"
  },
  "website": {
    "label": "Website"
  },
  "email": {
    "label": "Email"
  },
  "contactEmails": {
    "label": "Website emails"
  },
  "contactPhones": {
    "label": "Website phones"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewsCount": {
    "label": "Reviews"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [Booksy Scraper — Beauty & Wellness Provider Leads](https://apify.com/scrapesage/booksy-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/booksy-scraper) to learn more, explore other use cases, and run it yourself.