Trustpilot Reviews Scraper avatar

Trustpilot Reviews Scraper

Pricing

from $1.00 / 1,000 review scrapeds

Go to Apify Store
Trustpilot Reviews Scraper

Trustpilot Reviews Scraper

Scrape Trustpilot business reviews at scale: rating, title, text, author, country, verified flag, company reply, dates, plus the business TrustScore. Reads the page's structured JSON, paginates automatically, proxy-ready.

Pricing

from $1.00 / 1,000 review scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Trustpilot Reviews Scraper ⭐

Pull Trustpilot business reviews as clean, structured rows — rating, title, text, author, country, verified flag, company reply, and dates — plus the business TrustScore and total review count.

Great for reputation monitoring, competitor benchmarking, voice-of-customer analysis, review widgets, and AI agents doing sentiment work.

What it does

  • Reads each company's public Trustpilot page via its structured JSON (fast, stable — no fragile HTML scraping).
  • Paginates automatically up to your per-company limit.
  • Optional star filter (e.g. only 1–2 star complaints).
  • Works across Trustpilot locale sites (global, UK, BR, DE, FR, …).

Input

{
"companyDomains": ["amazon.com", "booking.com"],
"locale": "www",
"stars": [],
"maxReviewsPerCompany": 200,
"proxyConfiguration": { "useApifyProxy": true }
}

companyDomains = the company slug as it appears on Trustpilot (usually its domain), or a full trustpilot.com/review/... URL.

Output (one row per review)

{
"business_name": "Amazon",
"business_domain": "amazon.com",
"trust_score": 4.1,
"total_reviews": 152340,
"review_id": "abc123",
"author": "John D.",
"author_country": "US",
"rating": 5,
"title": "Fast delivery",
"text": "Great experience...",
"verified": true,
"experienced_at": "2026-07-01T...",
"published_at": "2026-07-02T...",
"reply": null,
"review_url": "https://www.trustpilot.com/reviews/abc123"
}

Notes

  • Only public review pages are read — no login, no protected data.
  • Datacenter proxy is usually enough; switch to residential if you get blocked.
  • Run on a schedule to keep a live reviews feed for any set of companies.