Trustpilot reviews are a rich source of customer sentiment and competitor intel, but extracting them at scale by hand is slow and the site rate-limits scrapers.
A maintained Trustpilot Actor handles that for you and returns structured review records. You can do all of it with a maintained Trustpilot Actor on Apify — no servers, no proxies, callable as an API.
What you can do with a Trustpilot scraper
Step-by-step
Pick a Trustpilot Actor
Open Apify Store and choose a maintained Trustpilot scraper that returns review text, rating, date and reviewer.
Set company pages
Enter the Trustpilot company URLs and how many reviews to fetch. Run it with no code.
Run and read results
Download the dataset or call the API from your app to keep reviews fresh on a schedule.
Call it from your own code
curl -X POST "https://api.apify.com/v2/acts/YOUR_ACTOR_ID/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "companyUrls": ["https://www.trustpilot.com/review/apify.com"], "maxReviews": 200 }'
The response is clean JSON you can drop straight into your app, a notebook, or a spreadsheet. Export as CSV or Excel with one query parameter.
Start building for free
Apify's free tier includes monthly platform credits — enough to run your first Trustpilot scrapes at no cost. Pay only for what you extract after that.
Create free Apify account →Need B2B leads instead?
If what you actually want is a list of local businesses with phones and websites, skip the setup — get 100+ Google Maps leads as a CSV, 5 free per search.
Get business leads → Or build on ApifyDisclosure: links to Apify on this page are affiliate links. If you create a paid account through them we may earn a commission, at no extra cost to you. We recommend Apify because we build and ship Actors on it ourselves.