Trustpilot Review Scraper avatar

Trustpilot Review Scraper

Pricing

from $0.25 / 1,000 review scrapeds

Go to Apify Store
Trustpilot Review Scraper

Trustpilot Review Scraper

Extract Trustpilot business reviews with rating, review text, reviewer, date, business page URL, and review metadata.

Pricing

from $0.25 / 1,000 review scrapeds

Rating

0.0

(0)

Developer

GhostGrid

GhostGrid

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrapes reviews from Trustpilot business pages.

What it does

Given a Trustpilot review URL, this actor extracts all available reviews including:

  • Review title and body text
  • Star rating (1-5)
  • Reviewer name and date
  • Helpful vote count
  • Company reply (if present)

Supports pagination automatically. Set a max review count to control how many pages are scraped.

Input

FieldTypeRequiredDefaultDescription
start_urlsarrayyes-Trustpilot review URLs (e.g. https://www.trustpilot.com/review/example.com)
max_itemsintegerno100Maximum number of reviews to scrape

Output

Each item in the dataset contains:

{
"url": "https://www.trustpilot.com/review/example.com?page=1",
"title": "Great service",
"body": "Really enjoyed using this product...",
"rating": 5,
"reviewer_name": "John Doe",
"date": "January 1, 2025",
"helpful_count": 3,
"company_name": "Example.com",
"company_reply": "Thanks for the kind words!"
}

Running locally

pip install -r requirements.txt
apify run --purge