# Scrape Booksy Salon Services & Prices

**Use case:** 

Scrape each Booksy salon's full service menu with prices and durations, plus staff, hours, amenities and booking policy by city. Export to CSV.

## Input

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

## Output

```json
{
  "name": {
    "label": "Business"
  },
  "category": {
    "label": "Category"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewsCount": {
    "label": "Reviews"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "instagram": {
    "label": "Instagram"
  },
  "website": {
    "label": "Website"
  },
  "serviceCount": {
    "label": "Services"
  },
  "minPrice": {
    "label": "From $"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Booksy URL"
  }
}
```

## 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.