Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Who this is for The TrustPilot SaaS Product Review Tracker is designed for product managers, SaaS growth teams, customer experience analysts, and marketing teams who need to extract, summarize, and...
n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.informationextractor, n8n-nodes-base.googlesheets, n8n-nodes-base.function
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ranjan Dailata.
Original n8n.io sourceThe TrustPilot SaaS Product Review Tracker is designed for product managers, SaaS growth teams, customer experience analysts, and marketing teams who need to extract, summarize, and analyze customer feedback at scale from TrustPilot.
This workflow is tailored for:
Product Managers - Monitoring feedback to drive feature improvements
Customer Support & CX Teams - Identifying sentiment trends or recurring issues
Marketing & Growth Teams - Leveraging testimonials and market perception
Data Analysts - Tracking competitor reviews and benchmarking
Founders & Executives - Wanting aggregated insights into customer satisfaction
Manually monitoring, extracting, and summarizing TrustPilot reviews is time-consuming, fragmented, and hard to scale across multiple SaaS products.
This workflow automates that process from unlocking the data behind anti-bot layers to summarizing and storing customer insights enabling teams to respond faster, spot trends, and make data-backed product decisions.
This workflow solves:
The challenge of scraping protected review data (using Bright Data Web Unlocker)
The need for structured insights from unstructured review content
The lack of automated delivery to storage and alerting systems like Google Sheets or webhooks
Extract TrustPilot Reviews: Uses Bright Data Web Unlocker to bypass anti-bot protections and pull markdown-based content from product review pages
Convert Markdown to Text: Leverages a basic LLM chain to clean and convert scraped markdown into plain text
Structured Information Extraction: Uses OpenAI GPT-4o via the Information Extractor node to extract fields like product name, review date, rating, and reviewer sentiment
Summarization Chain: Generates concise summaries of overall review sentiment and themes using OpenAI
Merge & Aggregate Output: Consolidates individual extracted records into a structured batch output
Outbound Data Delivery:
Google Sheets – Appends summary and structured review data
Write to Disk – Persists raw and processed content locally
Webhook Notification – Sends a real-time alert with summarized insights
Target Multiple Products :
Configure the Bright Data input URL dynamically for different SaaS product TrustPilot URLs
Loop through a product list and run parallel jobs for each
Customize Extraction Fields :
Update the prompt in the Information Extractor to include:
Tune Summarization Style
Change tone: executive summary, customer pain-point focus, or marketing quote extract
Enable sentiment aggregation (e.g., 30% negative, 50% neutral, 20% positive)
Expand Output Destinations
Push to Notion, Airtable, or CRM tools using additional webhook nodes
Generate and send PDF reports (via PDFKit or HTML-to-PDF nodes)
Schedule summary digests via Gmail or Slack
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | TrustPilot SaaS product review tracker with Bright Data & OpenAI |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Market Research, AI Summarization |
| Author | Ranjan Dailata |
| Published | 21 May 2025 |
Use the JSON export at /data/workflows/4280/4280.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who this is for The TrustPilot SaaS Product Review Tracker is designed for product managers, SaaS growth teams, customer experience analysts, and marketing teams who need to extract, summarize, and...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.