πŸ“Š Trustpilot insights scraper: Auto reviews via Bright Data + Google Sheets sync

⚑ 350 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

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 stores structured data in Google Sheets.

Workflow Architecture

1. πŸ“ Form Trigger Node

Purpose: Manual input interface for users

2. 🌐 HTTP Request (Trigger Scraping)

Purpose: Initiates scraping on Bright Data platform

Custom Output Fields

The workflow extracts the following data points:

3. βŒ› Snapshot Progress Check

Purpose: Monitors scraping job status

4. βœ… IF Node (Status Check)

Purpose: Determines next action based on scraping status

5. πŸ•’ Wait Node

Purpose: Implements polling delay for incomplete jobs

6. πŸ”„ Loop Logic

Purpose: Continuous monitoring until completion

7. πŸ“₯ Snapshot Download

Purpose: Retrieves completed scraped data

8. πŸ“Š Google Sheets Integration

Purpose: Stores extracted data in spreadsheet

Data Flow

User Input (URL) 
    ↓
Bright Data API Call
    ↓
Snapshot ID Generated
    ↓
Status Check Loop
    ↓
Data Ready Check
    ↓
Download Complete Dataset
    ↓
Append to Google Sheets

Technical Specifications

Authentication

Error Handling

Data Processing

Setup Requirements

Prerequisites

  1. Bright Data Account: Active account with API access
  2. Google Account: With Sheets API enabled
  3. n8n Instance: Self-hosted or cloud version

Configuration Steps

  1. API Keys: Configure Bright Data bearer token
  2. OAuth Setup: Connect Google Sheets credentials
  3. Dataset ID: Verify correct Bright Data dataset ID
  4. Sheet Access: Ensure proper permissions for target spreadsheet

Environment Variables

Use Cases

Business Intelligence

Data Analytics

Automation Benefits

Limitations and Considerations

Rate Limits

Data Volume

Compliance

Monitoring and Maintenance

Status Tracking

Regular Updates

Workflow Metadata

For any questions or support, please contact: Email or fill out this form

πŸ”— Nodes Used

Google Sheets, HTTP Request, n8n Form Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup