# Treatwell Nail Salon Price Monitor

**Use case:** 

Monitor Treatwell nail salon listings, prices, discounts, ratings and venue URLs for recurring market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.treatwell.co.uk/places/treatment-manicure/offer-type-local/in-london-uk/"
    }
  ],
  "maxItems": 150,
  "followPagination": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "venueName": {
    "label": "Venue name",
    "format": "text"
  },
  "venueUrl": {
    "label": "Venue URL",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "minPrice": {
    "label": "Min price",
    "format": "number"
  },
  "maxPrice": {
    "label": "Max price",
    "format": "number"
  },
  "serviceCount": {
    "label": "Services",
    "format": "number"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "link"
  },
  "pageUrl": {
    "label": "Page URL",
    "format": "link"
  },
  "venueId": {
    "label": "Venue ID",
    "format": "number"
  },
  "streetAddress": {
    "label": "Street",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "displayedPrices": {
    "label": "Displayed prices",
    "format": "text"
  },
  "discountTypes": {
    "label": "Discounts",
    "format": "text"
  },
  "imageUrl": {
    "label": "Main image",
    "format": "image"
  },
  "imageUrls": {
    "label": "Images",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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