The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Scrappa: monitor low-rated Trustpilot reviews",
"nodes": [
{
"parameters": {},
"id": "41409181-f1a9-4ce0-983d-6b9a895d5716",
"name": "Run manually",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"resource": "trustpilot",
"operation": "trustpilotCompanyReviews",
"companyDomain": "example.com",
"page": 1,
"limit": 20,
"rating": "1,2,3",
"additionalQueryParameters": "{}"
},
"id": "9f4d596b-843c-4c20-a076-b450183949ea",
"name": "Fetch Trustpilot reviews with Scrappa",
"type": "n8n-nodes-scrappa.scrappa",
"typeVersion": 1,
"position": [
260,
0
],
"credentials": {
"scrappaApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"jsCode": "const response = $json;\nconst reviews = response.reviews || response.results || response.data || [];\nreturn reviews.map((review) => ({\n json: {\n rating: review.rating || review.stars || '',\n title: review.title || '',\n text: review.text || review.content || review.review || '',\n author: review.consumer?.displayName || review.author || '',\n date: review.date || review.published_at || '',\n url: review.url || review.link || '',\n },\n}));"
},
"id": "64738b99-8489-4b23-a869-a2ec44d61b9b",
"name": "Normalize review alerts",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
520,
0
]
}
],
"connections": {
"Run manually": {
"main": [
[
{
"node": "Fetch Trustpilot reviews with Scrappa",
"type": "main",
"index": 0
}
]
]
},
"Fetch Trustpilot reviews with Scrappa": {
"main": [
[
{
"node": "Normalize review alerts",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
scrappaApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Scrappa: monitor low-rated Trustpilot reviews. Uses n8n-nodes-scrappa. Event-driven trigger; 3 nodes.
Source: https://github.com/userlip/n8n-nodes-scrappa/blob/1ee996c8e1f40e857d4820e87458967135789d20/templates/trustpilot-review-monitor.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Blotato. Uses googleSheets, @blotato/n8n-nodes-blotato. Event-driven trigger; 65 nodes.
This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.
This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.
Agendamiento. Uses n8n-nodes-evolution-api, redis, dataTable, executeWorkflowTrigger. Event-driven trigger; 60 nodes.
Kv Cloudflare Key Value Database Full Api Integration Workflow. Uses stickyNote, httpRequest, manualTrigger. Event-driven trigger; 47 nodes.