# Scrape spa and massage venues in the UK

**Use case:** 

Extract massage and spa venue listings from Treatwell. Structured UK wellness venue data. Pay per result.

## Input

```json
{
  "treatment": "massage",
  "location": "manchester",
  "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.