To extract reviews from Trustpilot, follow these steps to set up the action:
Search for the Brand
Search for the brand you wish to extract reviews from.
Parameters
If checked, the action will extract all reviews without any limitation.
The earliest date to scrape reviews from.
The maximum number of days since the reviews were published.
The maximum number of reviews to extract.
Stop at the first obsolete review filtered by one of the conditions.
List of publishers to ignore, separated by semicolons.
Output Fields
The action returns the following fields:
The response to the review.
The date the response was made.
The first name of the review author.
The last name of the review author.
The full name of the review author.
Total number of reviews by the author.
The content of the review.
The creation date of the review.
The date of the experience being reviewed.
The global trust score of the review.
The grade given in the review.
The order reference associated with the review.
The date the review was published.
The source of the review.
The initial URL used for scraping.
The URL of the author’s Trustpilot profile.
The unique ID of the review on Trustpilot.
The URL of the Trustpilot reviews page.
Below is the JSON schema for the output fields:
{
"answer": "string",
"answer_date": "string",
"author_first_name": "string",
"author_last_name": "string",
"author_name": "string",
"author_total_reviews": "integer",
"content": "string",
"created_at": "string",
"experience_date": "string",
"global_trust_score": "number",
"grade": "integer",
"order_ref": "string",
"review_date": "string",
"review_name": "string",
"source": "string",
"start_url": "string",
"title": "string",
"trustpilot_author_url": "string",
"trustpilot_review_id": "string",
"trustpilot_reviews_url": "string"
}