# Find Top-Rated Salons on Booksy

**Use case:** 

Scrape only top-rated salons (4+ stars) on Booksy by city: name, rating, reviews, services & prices, staff and hours. No login. Export to CSV.

## Input

```json
{
  "searchCategories": [
    "Hair Salon"
  ],
  "locations": [
    "Austin, TX"
  ],
  "maxResultsPerSearch": 100,
  "maxResults": 200,
  "minRating": 4,
  "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.