# Scrape Fresha Salon Reviews & Ratings

**Use case:** 

Scrape Fresha reviews per venue: star rating, text, author, date and owner reply, plus the venue name and overall rating distribution. Export to CSV.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "venueName": {
    "label": "Venue"
  },
  "rating": {
    "label": "Rating"
  },
  "text": {
    "label": "Review"
  },
  "author": {
    "label": "Author"
  },
  "date": {
    "label": "Date"
  },
  "reply": {
    "label": "Owner reply"
  },
  "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.