Trustpilot Scraper API
/trustpilot/reviewers/detailsReviewer Details
Retrieve the profile details of a reviewer by their ID (name, country, total reviews, reads, likes, verification status) without their reviews.
QUERY PARAMS
Unique ID of the reviewer to fetch details for.
Language–country code used for localization. Matches the country selector in the Trustpilot website footer.
Default: en-US
Allowed values: da-DK, de-AT, de-CH, de-DE, en-AU, en-CA, en-GB, en-IE, en-NZ, en-US, es-ES, fi-FI, fr-BE, nl-BE, fr-FR, it-IT, ja-JP, nb-NO, nl-NL, pl-PL, pt-BR, pt-PT, sv-SE
{
"reviewer": {
"name": "Stuart Penfold",
"avatar_url": "https://user-images.trustpilot.com/5415d9df00006400018a6f6c/73x73.png",
"is_verified": false,
"reviewer_id": "5415d9df00006400018a6f6c",
"country_code": "GB",
"profile_link": "https://www.trustpilot.com/users/5415d9df00006400018a6f6c",
"total_reviews": 46,
"total_likes_count": 22,
"total_reads_count": 10372
}
}