Skip to main content
To extract reviews from Trustpilot, follow these steps to set up the action:
1

Navigate to Trustpilot

Go to Trustpilot https://www.trustpilot.com.
2

Search for the Brand

Search for the brand you wish to extract reviews from.
3

Input the URL

Paste the URL into the provided field. An example input should look like: https://www.trustpilot.com/review/paul-rich.com/.

Inputs

trustpilot_reviews_url
string
required
Input should contain a valid Trustpilot review URL, such as https://www.trustpilot.com/review/.

Parameters

first_time
boolean
default:false
If checked, the action will extract all reviews without any limitation.
max_date
string
default:""
The earliest date to scrape reviews from.
number_days
string
default:""
The maximum number of days since the reviews were published.
max_results
number
default:1000
The maximum number of reviews to extract.
stop_obsolete
boolean
default:false
Stop at the first obsolete review filtered by one of the conditions.
excluded_publishers
string
default:""
List of publishers to ignore, separated by semicolons.

Output Fields

The action returns the following fields:
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"
}