Block 1 - Split Out
- Type / Role
- n8n-nodes-base.splitOut - splitOut
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow automates the collection, analysis, and reporting of Trustpilot reviews for a specific company, transforming unstructured customer feedback into structured insights and actionable int...
n8n-nodes-base.splitout, n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.html, n8n-nodes-scrapegraphai.scrapegraphai, @n8n/n8n-nodes-langchain.informationextractor
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis workflow automates the collection, analysis, and reporting of Trustpilot reviews for a specific company, transforming unstructured customer feedback into structured insights and actionable intelligence.
The entire processβfrom scraping reviews to delivering a polished management reportβis fully automated, eliminating manual data collection and analysis .
The workflow transforms raw, unstructured review text into structured fields and standardized sentiment categories, making analysis reliable and repeatable.
Instead of focusing on individual products, the analysis evaluates the overall brand, service quality, customer experience, and operational performance, which is critical for leadership and strategic teams.
The AI-generated report goes beyond summaries by:
Automatic sentiment charts and structured executive summaries make insights immediately understandable for non-technical stakeholders.
The output is tailored for multiple internal teams:
This workflow automates the complete process of scraping Trustpilot reviews, extracting structured data, analyzing sentiment, and generating comprehensive reports. The workflow follows this sequence:
Trigger & Configuration: The workflow starts with a manual trigger, allowing users to set the target company URL and the number of review pages to scrape.
Review Scraping: An HTTP request node fetches review pages from Trustpilot with pagination support, extracting review links from the HTML content.
Review Processing: The workflow processes individual review pages in batches (limited to 5 reviews per execution for efficiency). Each review page is converted to clean markdown using ScrapegraphAI.
Data Extraction: An information extractor using OpenAI's GPT-4.1-mini model parses the markdown to extract structured review data including author, rating, date, title, text, review count, and country.
Sentiment Analysis: Another OpenAI model performs sentiment classification on each review text, categorizing it as Positive, Neutral, or Negative.
Data Aggregation: Processed reviews are collected and compiled into a structured dataset.
Analytics & Visualization:
Reporting & Delivery: The analysis is converted to HTML format and sent via email, providing stakeholders with immediate insights into customer feedback and company reputation.
To configure and run this workflow:
Credential Setup:
Company Configuration:
company_id to the target Trustpilot company URL max_page to control how many review pages to scrapeReview Processing Limits:
Email Configuration:
Analysis Customization:
Execution:
Note: Be mindful of API rate limits and costs associated with OpenAI and ScrapegraphAI services when processing large numbers of reviews. The workflow includes a 5-second delay between paginated requests to comply with Trustpilot's terms of service.
π Subscribe to my new YouTube channel. Here Iβll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
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.
Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.
| Workflow | Scrape Trustpilot reviews π with ScrapegraphAI and OpenAI Reputation analysis |
|---|---|
| Complexity | advanced |
| Nodes | 27 |
| Categories | Market Research, AI Summarization |
| Author | Davide |
| Published | 12 Jan 2026 |
Use the JSON export at /data/workflows/12654/12654.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.
This workflow automates the collection, analysis, and reporting of Trustpilot reviews for a specific company, transforming unstructured customer feedback into structured insights and actionable int...
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.