Trustpilot Reviews Scraper avatar

Trustpilot Reviews Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Trustpilot Reviews Scraper

Trustpilot Reviews Scraper

Extract reviews from Trustpilot company profile pages including ratings, text, and reviewer details. Powered by Trustpilot Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

10 days ago

Last modified

Share

This actor extracts Reviews from Trustpilot company review pages. It collects review content, ratings, and metadata from any public company profile. The data includes reviewer details and company responses.


Want more from Trustpilot?

This actor covers Reviews only. The full Trustpilot Scraper browser extension also includes Companies, Reviews with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Trustpilot Scraper extension


Data Fields

Field NameDescriptionExample
Review TitleThe headline of the reviewGreat service and fast delivery
Review TextThe main body of the reviewI ordered a laptop and it arrived in two days.
Review RatingStar rating from 1 to 55
Review DateDate the review was posted2023-10-15T10:30:00Z
Review LanguageLanguage code of the reviewen
Review LikesNumber of helpful votes3
Review VerifiedWhether the review is verifiedtrue
Review SourceThe platform source of the revieworganic
Review Source NameName of the source platformTrustpilot
Review Experience DateDate the customer experience occurred2023-10-12T00:00:00Z
Review Updated DateDate the review was last edited2023-10-16T08:00:00Z
Reviewer NameName of the person who wrote the reviewJohn Doe
Reviewer ImageURL to the reviewer profile imagehttps://user-images.trustpilot.com/123.jpg
Reviewer CountryCountry code of the reviewerUS
Reviewer Review CountTotal reviews written by this user12
Company ReplyText of the company responseThank you for your feedback!
Company Reply DateDate the company responded2023-10-16T12:00:00Z

Input

  • urls: Array of Trustpilot company review page URLs.
  • maxItems: Maximum number of reviews to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.trustpilot.com/review/example.com"],
"maxItems": 50
}

Example Output

[
{
"reviewTitle": "Excellent Support",
"reviewText": "The support team helped me resolve my issue quickly.",
"reviewRating": 5,
"reviewDate": "2023-11-01T14:20:00Z",
"reviewLanguage": "en",
"reviewLikes": 2,
"reviewVerified": true,
"reviewSource": "invitation",
"reviewSourceName": "Trustpilot",
"reviewExperienceDate": "2023-10-30T00:00:00Z",
"reviewUpdatedDate": null,
"reviewerName": "Alice Smith",
"reviewerImage": "https://user-images.trustpilot.com/a1.jpg",
"reviewerCountry": "GB",
"reviewerReviewCount": 5,
"companyReply": "We are glad we could help, Alice!",
"companyReplyDate": "2023-11-02T09:00:00Z"
},
{
"reviewTitle": "Slow shipping",
"reviewText": "It took a week longer than expected to arrive.",
"reviewRating": 3,
"reviewDate": "2023-10-28T11:10:00Z",
"reviewLanguage": "en",
"reviewLikes": 0,
"reviewVerified": true,
"reviewSource": "organic",
"reviewSourceName": "Trustpilot",
"reviewExperienceDate": "2023-10-20T00:00:00Z",
"reviewUpdatedDate": "2023-10-29T15:00:00Z",
"reviewerName": "Bob Jones",
"reviewerImage": null,
"reviewerCountry": "US",
"reviewerReviewCount": 1,
"companyReply": "Sorry for the delay, Bob. We are working on it.",
"companyReplyDate": "2023-10-30T10:00:00Z"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.