# Booksy hair salon prices scraper for New York

**Use case:** 

Extract New York Booksy salon listings, ratings, services, prices, discounts, and durations into a ready-to-export dataset.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://booksy.com/en-us/s/hair-salon/30067_new-york-city"
    }
  ],
  "maxItems": 25,
  "maxPages": 1
}
```

## Output

```json
{
  "providerName": {
    "label": "Provider"
  },
  "providerUrl": {
    "label": "Provider URL",
    "format": "link"
  },
  "city": {
    "label": "City"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "serviceName": {
    "label": "Service"
  },
  "serviceVariant": {
    "label": "Variant"
  },
  "price": {
    "label": "Current price"
  },
  "previousPrice": {
    "label": "Previous price"
  },
  "currency": {
    "label": "Currency"
  },
  "discountPercent": {
    "label": "Discount %"
  },
  "priceFrom": {
    "label": "From price"
  },
  "durationMinutes": {
    "label": "Duration (min)"
  },
  "promoted": {
    "label": "Promoted"
  },
  "recommended": {
    "label": "Recommended"
  },
  "mobileService": {
    "label": "Mobile service"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Booksy Salons, Services & Prices Scraper](https://apify.com/automation-lab/booksy-salons-services-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/booksy-salons-services-prices-scraper) to learn more, explore other use cases, and run it yourself.