Treatwell Reviews Scraper πŸ§–β€β™€οΈπŸ’… avatar
Treatwell Reviews Scraper πŸ§–β€β™€οΈπŸ’…

Pricing

$19.99/month + usage

Go to Store
Treatwell Reviews Scraper πŸ§–β€β™€οΈπŸ’…

Treatwell Reviews Scraper πŸ§–β€β™€οΈπŸ’…

Developed by

EasyApi

EasyApi

Maintained by Community

Scrape Treatwell salon & spa reviews with detailed information including reviewer details, ratings, treatment names, and employee information. Perfect for market research and customer feedback analysis.

0.0 (0)

Pricing

$19.99/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

4 months ago

Extract detailed customer reviews from Treatwell, the leading beauty and wellness booking platform in Europe.

🎯 Use Cases

  • Market research and competitor analysis
  • Customer sentiment analysis
  • Service quality monitoring
  • Business intelligence gathering
  • Employee performance tracking

✨ Features

  • Scrapes comprehensive review data including:
    • Reviewer information
    • Rating scores
    • Review content
    • Treatment details
    • Employee information
    • Verification status
    • Visit dates
  • Handles multiple salon/spa URLs
  • Customizable number of reviews to scrape
  • Built-in proxy rotation support
  • Anti-blocking measures
  • Real-time data export

πŸ’‘ Input Parameters

  • placeUrls: Array of Treatwell salon/spa URLs to scrape
  • maxItems: Maximum number of reviews to collect (optional)
  • proxyConfiguration: Proxy settings (optional)

πŸ“Š Output Dataset

Results are stored in a structured JSON format, making it easy to analyze and process the data further.

πŸš€ Getting Started

  1. Input the Treatwell salon/spa URLs you want to scrape
  2. Set the maximum number of reviews (optional)
  3. Configure proxy settings if needed
  4. Run the actor and collect your data!

πŸ“ Notes

  • Respects Treatwell's robots.txt and implements reasonable delays
  • Built with anti-blocking measures for reliable scraping
  • Regular updates to maintain compatibility with Treatwell's website changes

Input Example

A full explanation of an input example in JSON.

{
"placeUrls": [
"https://www.treatwell.co.uk/place/catori-beauty-within-mario-s-hair-beauty/"
],
"maxItems": 20
}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"placeUrl": "https://www.treatwell.co.uk/place/catori-beauty-within-mario-s-hair-beauty/",
"review": {
"id": 21437018,
"reviewer": {
"anonymous": false,
"name": "Lynn"
},
"createdAt": "2025-01-21T01:07:08Z",
"visitedAt": "2025-01-20",
"content": {
"content": "Great to have gel removed. Christina was efficient and lovely.",
"generated": false
},
"verified": true,
"rating": 5,
"treatmentNames": [
"Nail or Gel Polish Removal"
],
"employeeDescription": "Treatment by Christina"
},
"scrapedAt": "2025-01-23T06:27:27.309Z"
},
...
]