Treatwell Review Scraper avatar

Treatwell Review Scraper

Deprecated

Pricing

from $2.00 / 1,000 reviews

Go to Apify Store
Treatwell Review Scraper

Treatwell Review Scraper

Deprecated

Treatwell review scraper to extract all reviews from a Treatwell business. Supports a single Treatwell business url as input. Download the reviews as JSON, CSV, XML, Excel, HTML Table, RSS or JSONL.

Pricing

from $2.00 / 1,000 reviews

Rating

0.0

(0)

Developer

Tom

Tom

Maintained by Community

Actor stats

1

Bookmarked

13

Total users

0

Monthly active users

23 days ago

Last modified

Categories

Share

What does Treatwell Review Scraper do?

Effortlessly extract reviews from a treatwell business by simply providing URLs of the Treatwell business profiles. Download your data in diverse formats such as JSON and Excel, ensuring compatibility with various applications, reports, and databases.

Treatwell Review Scraper data output

The output for the scrape is stored in the dataset. After the run is finished, you can download the dataset in various data formats (JSON, CSV, XML, RSS, HTML Table).

Input example

{
"urls": [
{
"url": "https://www.treatwell.co.uk/place/avenida-salon-1/"
},
{
"url": "https://www.treatwell.co.uk/place/live-true-london-vauxhall/?serviceIds=TR5025417,TR5025426&t=166&tt=6"
}
],
"scrapeReviewerInfo": true,
"language": "English",
"limit": 10
}

Output example

{
"business_url": "https://www.treatwell.co.uk/place/avenida-salon-1/",
"business_id": "411076",
"review": {
"id": 21444947,
"created_at": "2025-01-21T19:07:49.000Z",
"visited_at": "2025-01-18T00:00:00.000Z",
"review_text": "Will be coming back !",
"review_generated": false,
"verified": true,
"rating": 5,
"treatment_names": [
"Ladies' T-Section Highlights"
],
"reviewer_name": "Louise",
"reviewer_anonymous": false
},
"scraped_at": "2025-01-24T14:44:35.337Z",
}