# Find Top-Rated Salons & Spas on Fresha

**Use case:** 

Scrape only top-rated venues (4.5+ stars) on Fresha by city: name, rating, phone, address and services — a quality-filtered shortlist. Export to CSV.

## Input

```json
{
  "businessTypes": [
    "hair-salons"
  ],
  "locations": [
    "New York, US"
  ],
  "defaultCountry": "us",
  "maxVenuesPerSearch": 60,
  "maxResults": 100,
  "minRating": 4.5,
  "withPhoneOnly": false,
  "freshaVerifiedOnly": false,
  "includeVenueDetails": true,
  "includeServices": true,
  "maxServiceItems": 100,
  "includeReviews": false,
  "maxReviewsPerVenue": 20,
  "includeNearbyVenues": false,
  "enrichContactEmails": false,
  "deduplicateVenues": true,
  "monitorMode": false,
  "monitorStoreName": "fresha-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Venue"
  },
  "businessType": {
    "label": "Type"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewsCount": {
    "label": "# Reviews"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "phone": {
    "label": "Phone"
  },
  "priceRange": {
    "label": "Price range"
  },
  "serviceCount": {
    "label": "# Services"
  },
  "teamSize": {
    "label": "Team"
  },
  "isFreshaVerified": {
    "label": "Verified"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "venueUrl": {
    "label": "Venue URL"
  }
}
```

## About this Actor

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