Trustpilot Reviews Scraper avatar

Trustpilot Reviews Scraper

Under maintenance

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Trustpilot Reviews Scraper

Trustpilot Reviews Scraper

Under maintenance

Scrape Trustpilot business reviews, ratings, and company profiles. Extract review text, star ratings, reviewer info, and response data. Export as JSON, CSV, or Excel.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Harald

Harald

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

17 days ago

Last modified

Categories

Share

Scrape reviews from Trustpilot.com for any business. Uses Playwright with stealth browsing to reliably extract data.

Features

  • Company reviews — provide direct Trustpilot URLs
  • Search — find companies by name/keyword
  • Full review data — rating, title, text, author, date, verified status, company reply
  • Pagination — automatically follows pages up to your limit
  • Anti-blocking — Playwright with fingerprinting + residential proxies

Input

FieldTypeDescription
companyUrlsstring[]Trustpilot review page URLs (e.g. https://www.trustpilot.com/review/amazon.com)
searchQuerystringSearch for companies by name
maxReviewsPerCompanyintegerMax reviews per company (default: 100)
maxCompaniesintegerMax companies from search results (default: 10)
proxyConfigobjectProxy settings (residential recommended)

Provide either companyUrls OR searchQuery (or both).

Output

Company record

{
"type": "company",
"name": "Amazon",
"rating": 1.8,
"reviewCount": 123456,
"trustScore": 1.8,
"url": "https://www.trustpilot.com/review/amazon.com"
}

Review record

{
"type": "review",
"companyName": "Amazon",
"author": "John D.",
"rating": 5,
"date": "2024-01-15T00:00:00.000Z",
"title": "Great service",
"text": "Everything arrived on time...",
"replyText": "Thank you for your review!",
"verified": true
}

Example usage

{
"companyUrls": ["https://www.trustpilot.com/review/amazon.com"],
"maxReviewsPerCompany": 50
}

Cost

Uses residential proxies. Typical cost: ~$0.50-2.00 per 1000 reviews depending on pagination depth.