Trustpilot Pro Scraper avatar

Trustpilot Pro Scraper

Pricing

from $0.75 / 1,000 review scraped (501+)s

Go to Apify Store
Trustpilot Pro Scraper

Trustpilot Pro Scraper

Scrape company reviews, ratings, and detailed review data from Trustpilot. Supports search, company URLs, star filtering, and paginated review extraction.

Pricing

from $0.75 / 1,000 review scraped (501+)s

Rating

0.0

(0)

Developer

buseta

buseta

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Share

Trustpilot Scraper

Scrape company reviews, ratings, and detailed review data from Trustpilot. Supports search by keyword, direct company URLs, star filtering, and paginated review extraction.

Features

  • Search mode: Find companies by keyword and scrape their profiles + reviews
  • Company URL mode: Scrape one or more Trustpilot company pages directly
  • Star filtering: Filter reviews by star rating (1-5)
  • Paginated review extraction: Automatically navigates through review pages
  • Rich company data: TrustScore, rating distribution, categories, claimed status, AI review summary
  • Detailed reviews: Rating, title, full text, author, date, experience date, verified status, useful votes, business replies

Output Data

Company Profile

FieldDescription
company_nameCompany name
trust_scoreTrustScore (1.0-5.0)
total_reviewsTotal number of reviews
rating_distributionBreakdown by star rating (count + percentage)
categoriesBusiness categories (e.g., "Electronics Store")
claimed_statusWhether the profile is claimed or unclaimed
websiteCompany website domain
ai_review_summaryTrustpilot's AI-generated review summary
company_urlTrustpilot profile URL

Reviews

FieldDescription
ratingStar rating (1-5)
titleReview title
review_textFull review text
authorReviewer name
author_review_countNumber of reviews by this author on Trustpilot
dateReview date (ISO 8601)
experience_dateDate of the experience being reviewed
verifiedWhether the review is verified
useful_countNumber of "useful" votes
reviewer_locationReviewer's country
business_replyReply from the business (if any)

Input Parameters

ParameterTypeDefaultDescription
scrape_typestring-company or search
company_urlsarray-Trustpilot company review page URLs
searchstring-Search keyword to find companies
max_companiesinteger10Max companies to scrape from search
get_reviewsbooleantrueWhether to scrape reviews
max_reviews_per_companyinteger100Max reviews per company
filter_starsstring""Filter by star rating (1-5, empty for all)
proxy_configobject-Proxy configuration

Example Input

Scrape a company with reviews

{
"scrape_type": "company",
"company_urls": ["https://www.trustpilot.com/review/www.nike.com"],
"get_reviews": true,
"max_reviews_per_company": 50
}

Search and scrape

{
"scrape_type": "search",
"search": "shopify",
"max_companies": 5,
"get_reviews": true,
"max_reviews_per_company": 20
}

Only 5-star reviews

{
"scrape_type": "company",
"company_urls": ["https://www.trustpilot.com/review/www.apple.com"],
"get_reviews": true,
"filter_stars": "5",
"max_reviews_per_company": 100
}