# Find nail salons on Treatwell

**Use case:** 

Scrape nail salon listings from Treatwell across the UK. Structured beauty salon data. No subscription, pay per result.

## Input

```json
{
  "treatment": "nails",
  "location": "london",
  "maxResults": 5,
  "fetchDetails": false,
  "startUrls": [],
  "searchUrls": []
}
```

## Output

```json
{
  "name": {
    "label": "Salon Name",
    "format": "text"
  },
  "location": {
    "label": "Area",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "Venue URL",
    "format": "link"
  }
}
```

## About this Actor

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