Trustpilot User Reviews Scraper avatar

Trustpilot User Reviews Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Trustpilot User Reviews Scraper

Trustpilot User Reviews Scraper

Extract reviews from Trustpilot user profile pages including ratings, text, and company 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

1

Total users

1

Monthly active users

11 days ago

Last modified

Share

This actor extracts Reviews from Trustpilot user profile pages. It collects the full review history of specific users, including the content of their feedback and details about the companies they reviewed. The scraper works on any public Trustpilot user profile URL where reviews are visible.


Want more from Trustpilot?

This actor covers Reviews only. The full Trustpilot Scraper browser extension also includes Reviews, Companies 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
Review TextThe main body of the reviewI had a wonderful experience with this brand.
Review RatingNumeric star rating5
Review DateDate the review was published2023-10-15T10:30:00Z
Review LanguageLanguage code of the reviewen
Review LikesNumber of helpful votes3
Review VerifiedIf the review is verifiedtrue
Review SourceTechnical source of the reviewinvitation
Review Source NameDisplay name of the sourceInvited
Review Experience DateDate the service occurred2023-10-12T00:00:00Z
Review Updated DateDate of last edit2023-10-16T08:00:00Z
Reviewer NameName of the userJohn Doe
Reviewer ImageURL to user avatarhttps://user-images.trustpilot.com/123.jpg
Reviewer CountryCountry code of the userUS
Reviewer Review CountTotal reviews by this user12
Company NameName of the reviewed businessExample Corp
Company IDTrustpilot internal ID54321
Company URLLink to company profilehttps://www.trustpilot.com/review/example.com
Company ReplyText of the business responseThank you for your feedback!
Company Reply DateDate of the business response2023-10-16T12:00:00Z

Input

  • urls: Array of Trustpilot user profile URLs (e.g., https://www.trustpilot.com/users/...).
  • maxItems: Maximum number of reviews to extract per profile. Default is 100.

Example Input

{
"urls": ["https://www.trustpilot.com/users/5a1234567890"],
"maxItems": 20
}

Example Output

[
{
"reviewTitle": "Excellent support",
"reviewText": "The team helped me resolve my issue in minutes.",
"reviewRating": 5,
"reviewDate": "2023-11-01T14:20:00Z",
"reviewLanguage": "en",
"reviewLikes": 1,
"reviewVerified": true,
"reviewSource": "organic",
"reviewSourceName": "Organic",
"reviewExperienceDate": "2023-10-30T00:00:00Z",
"reviewUpdatedDate": null,
"reviewerName": "Jane Smith",
"reviewerImage": "https://user-images.trustpilot.com/jane.jpg",
"reviewerCountry": "GB",
"reviewerReviewCount": 5,
"companyName": "Tech Solutions",
"companyId": "98765",
"companyUrl": "https://www.trustpilot.com/review/techsolutions.com",
"companyReply": "Glad we could help, Jane!",
"companyReplyDate": "2023-11-02T09:00:00Z"
},
{
"reviewTitle": "Slow shipping",
"reviewText": "Product is good but took two weeks to arrive.",
"reviewRating": 3,
"reviewDate": "2023-10-20T11:15:00Z",
"reviewLanguage": "en",
"reviewLikes": 0,
"reviewVerified": true,
"reviewSource": "invitation",
"reviewSourceName": "Invited",
"reviewExperienceDate": "2023-10-05T00:00:00Z",
"reviewUpdatedDate": "2023-10-21T10:00:00Z",
"reviewerName": "Jane Smith",
"reviewerImage": "https://user-images.trustpilot.com/jane.jpg",
"reviewerCountry": "GB",
"reviewerReviewCount": 5,
"companyName": "Global Goods",
"companyId": "12345",
"companyUrl": "https://www.trustpilot.com/review/globalgoods.com",
"companyReply": null,
"companyReplyDate": null
}
]

Disclaimer

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