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.
Extract detailed customer reviews from Treatwell, the leading beauty and wellness booking platform in Europe.
placeUrls
: Array of Treatwell salon/spa URLs to scrapemaxItems
: Maximum number of reviews to collect (optional)proxyConfiguration
: Proxy settings (optional)Results are stored in a structured JSON format, making it easy to analyze and process the data further.
A full explanation of an input example in JSON.
1{ 2 "placeUrls": [ 3 "https://www.treatwell.co.uk/place/catori-beauty-within-mario-s-hair-beauty/" 4 ], 5 "maxItems": 20 6}
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.
1[ 2 { 3 "placeUrl": "https://www.treatwell.co.uk/place/catori-beauty-within-mario-s-hair-beauty/", 4 "review": { 5 "id": 21437018, 6 "reviewer": { 7 "anonymous": false, 8 "name": "Lynn" 9 }, 10 "createdAt": "2025-01-21T01:07:08Z", 11 "visitedAt": "2025-01-20", 12 "content": { 13 "content": "Great to have gel removed. Christina was efficient and lovely.", 14 "generated": false 15 }, 16 "verified": true, 17 "rating": 5, 18 "treatmentNames": [ 19 "Nail or Gel Polish Removal" 20 ], 21 "employeeDescription": "Treatment by Christina" 22 }, 23 "scrapedAt": "2025-01-23T06:27:27.309Z" 24 }, 25 ... 26]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!