Skip to content
FlowHubFluxonLab
HTTP Request
General Automationfree

Asynchronous Bulk Web Scraping with Bright Data & Webhook Notifications

by Ranjan Dailataadapted from n8n official workflow galleryUpdated Aug 2026
RequiresHTTP RequestHTTP Request
Share Post Share
MaWhen clicking ‘Test workflow’When clicking ‘…IfIfSeSet Snapshot IdHRDownload SnapshotDownload Snapsh…WaWaitIfCheck on the errorsCheck on the er…HRCheck Snapshot StatusCheck Snapshot …HRInitiate a Webhook NotificationInitiate a Webh…AgAggregate JSON ResponseAggregate JSON …SeSet Dataset Id, Request URLSet Dataset Id,…FuCreate a binary dataCreate a binary…RWWrite the file to diskWrite the file …HRHTTP Request to the specified URLHTTP Request to…12345678910111213
1/5
STEPS · 13
Run manually by an operator

Who this is for The Async Structured Bulk Data Extract with Bright Data Web Scraper workflow is designed for data engineers, market researchers, competitive intelligence teams, and automation developers who need to programmatically collect and structure high-volume data from the web using Bright Data's dataset and snapshot capabilities. This workflow is built for: Data Engineers - Building large-scale ETL pipelines from web sources Market Researchers - Collecting bulk data for analysis across competitors or products Growth Hackers & Analysts - Mining structured datasets for insights Automation Developers - Needing reliable snapshot-triggered scrapers Product Managers - Overseeing data-backed decision-making using live web information What problem is this workflow solving? Web scraping at scale often requires asynchronous operations, including waiting for data preparation and snapshots to complete. Manual handling of this process can lead to timeouts, errors, or inconsistencies in results.

Tags

n8nreference-only
Connects
WHTTP Request
CategoryGeneral Automation
Triggermanual
Complexitycomplex
Nodes13
AddedMay 4, 2025
CW
free

Generate AI videos using Havis AI Grok Imagine

Havis AI - Grok Imagine n8n Workflow Summary This n8n workflow submits a video generation job to Havis AI Grok Imagine, waits for processing, polls task status, and returns result data when the job completes. Who is this for? Creators who want a reusable no-code generation form. Agencies building client-facing AI automation. Developers who want an importable API test workflow. n8n users connecting Havis AI output to storage, Slack, Sheets, Airtable, webhooks, or a CMS. What this workflow does Opens an n8n Form Trigger for Grok Imagine inputs. Builds a clean JSON payload and removes empty optional fields. Sends a POST request to https://havis.ai/api/grok-imagine. Waits 8 seconds, then polls https://havis.ai/api/task/{task_id}. Loops while the task is processing. Returns task ID, status, result URLs, credits used, and submitted payload. Returns a clean error object if the task fails. Setup Import the JSON workflow into n8n. Open the Form Trigger URL. Enter your Havis API key in api_key. Use only the key value; the workflow adds Bearer automatically. Fill in the model inputs and submit. For production, store the API key in n8n credentials or environment variables instead of typing it

by Tran Trung Nghia
CW
free

Search Xiaohongshu users by keyword and get profile details with JustOneAPI

Use this n8n workflow to search Xiaohongshu users from a keyword and get profile details with JustOneAPI. Who’s it for This template is for creator research teams, marketing teams, creator operations teams, and automation builders who want to turn a Xiaohongshu keyword into structured user profile data inside n8n. What this workflow does The workflow starts from one keyword and searches Xiaohongshu users with the V2 user search endpoint. It extracts unique user IDs from the returned results, keeps the first unique user ID by default, fetches user profile details with the user profile endpoint, and returns a structured output for downstream use. This makes it useful for creator discovery, account research, brand research, and competitor monitoring workflows. How to set up Import the workflow into n8n. Open the Prepare API and Research Inputs node. Add your JustOneAPI token. Update keyword. Optionally adjust page and maxUsers. Leave maxUsers at 1 if you want to fetch only the first unique user result by default. Run the workflow and review the final output node. Requirements A JustOneAPI token An n8n environment with HTTP Request support How to customize the workflow You can increase

by apisub001
CW
free

Generate and edit images using Havis AI GPT Image 2

Havis AI - GPT Image 2 n8n Workflow Summary This n8n workflow submits an image generation job to Havis AI GPT Image 2, waits for processing, polls task status, and returns result data when the job completes. Who is this for? Creators who want a reusable no-code generation form. Agencies building client-facing AI automation. Developers who want an importable API test workflow. n8n users connecting Havis AI output to storage, Slack, Sheets, Airtable, webhooks, or a CMS. What this workflow does Opens an n8n Form Trigger for GPT Image 2 inputs. Builds a clean JSON payload and removes empty optional fields. Sends a POST request to https://havis.ai/api/gpt-image-2. Waits 8 seconds, then polls https://havis.ai/api/task/{task_id}. Loops while the task is processing. Returns task ID, status, result URLs, credits used, and submitted payload. Returns a clean error object if the task fails. Setup Import the JSON workflow into n8n. Open the Form Trigger URL. Enter your Havis API key in api_key. Use only the key value; the workflow adds Bearer automatically. Fill in the model inputs and submit. For production, store the API key in n8n credentials or environment variables instead of typing it int

by Tran Trung Nghia