# Fresha New York Hair Salon Scraper

**Use case:** 

Extract Fresha marketplace listings for New York hair salons with names, ratings, addresses, profile URLs, and ranking data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.fresha.com/lp/en/bt/hair-salons/in/us-new-york"
    }
  ],
  "maxResults": 50,
  "includeProfileDetails": false,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "name": {
    "label": "Business name",
    "format": "text"
  },
  "url": {
    "label": "Fresha profile",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "priceRange": {
    "label": "Price range",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source page",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "profileDescription": {
    "label": "Profile description",
    "format": "text"
  },
  "extractedAt": {
    "label": "Extracted at",
    "format": "date"
  }
}
```

## About this Actor

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