Block 1 - If
- Type / Role
- n8n-nodes-base.if - if
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Trustpilot Insights Scraper: Auto Reviews via Bright Data + Google Sheets Sync Overview A comprehensive n8n automation that scrapes Trustpilot business reviews using Bright Data and automatically s...
n8n-nodes-base.if, n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.googlesheets
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Shiv Gupta.
Original n8n.io sourceA comprehensive n8n automation that scrapes Trustpilot business reviews using Bright Data and automatically stores structured data in Google Sheets.
Purpose: Manual input interface for users
n8n-nodes-base.formTriggerPurpose: Initiates scraping on Bright Data platform
n8n-nodes-base.httpRequesthttps://api.brightdata.com/datasets/v3/triggerdataset_id: gd_lm5zmhwd2sni130pinclude_errors: truelimit_multiple_results: 2Authorization: Bearer BRIGHT_DATA_API_KEYThe workflow extracts the following data points:
company_name, company_logo, company_overall_rating, company_total_reviews, company_about, company_email, company_phone, company_location, company_country, company_category, company_id, company_websitereview_id, review_date, review_rating, review_title, review_content, review_date_of_experience, review_url, date_postedreviewer_name, reviewer_location, reviews_posted_overallis_verified_review, review_replies, review_useful_count5_star, 4_star, 3_star, 2_star, 1_starurl, company_rating_name, is_verified_company, breadcrumbs, company_other_categoriesPurpose: Monitors scraping job status
n8n-nodes-base.httpRequesthttps://api.brightdata.com/datasets/v3/progress/{{ $json.snapshot_id }}format=jsonAuthorization: Bearer BRIGHT_DATA_API_KEYPurpose: Determines next action based on scraping status
n8n-nodes-base.if$json.status === "ready"Purpose: Implements polling delay for incomplete jobs
n8n-nodes-base.waitPurpose: Continuous monitoring until completion
Purpose: Retrieves completed scraped data
n8n-nodes-base.httpRequesthttps://api.brightdata.com/datasets/v3/snapshot/{{ $json.snapshot_id }}format=jsonAuthorization: Bearer BRIGHT_DATA_API_KEYPurpose: Stores extracted data in spreadsheet
n8n-nodes-base.googleSheets1yQ10Q2qSjm-hhafHF2sXu-hohurW5_KD8fIv4IXEA3IUser Input (URL)
↓
Bright Data API Call
↓
Snapshot ID Generated
↓
Status Check Loop
↓
Data Ready Check
↓
Download Complete Dataset
↓
Append to Google Sheets
BRIGHT_DATA_API_KEY: Your Bright Data API authentication tokendd3afc3c-91fc-474e-99e0-1b25e62ab392bc8ca75c203589705ae2e446cad7181d6f2a7cc1766f958ef9f34810e53b8cb2For any questions or support, please contact: Email or fill out this form
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 insights scraper: Auto reviews via Bright Data + Google Sheets sync |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Market Research |
| Author | Shiv Gupta |
| Published | 23 Jun 2025 |
Use the JSON export at /data/workflows/5145/5145.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.
Trustpilot Insights Scraper: Auto Reviews via Bright Data + Google Sheets Sync Overview A comprehensive n8n automation that scrapes Trustpilot business reviews using Bright Data and automatically s...
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 use case.