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 Structured Data Extract & Data Mining workflow is crafted for researchers, content analysts, SEO strategists, and AI developers who need to transform semi structured web data (...
n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.set, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.informationextractor, 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 Structured Data Extract & Data Mining workflow is crafted for researchers, content analysts, SEO strategists, and AI developers who need to transform semi-structured web data (like markdown content or scraped HTML) into actionable structured datasets.
It is ideal for:
Content Analysts - Organizing and mining large volumes of markdown or HTML content.
SEO & Trend Researchers - Exploring topics by location and category.
AI Engineers & NLP Developers - Looking to automate insight extraction from unstructured inputs.
Growth Marketers - Tracking topic-level trends for strategic campaigns.
Automation Specialists - Streamlining workflows from scrape to storage.
Extracting insights from markdown or HTML documents typically requires manual review, formatting, and parsing. This becomes unscalable when dealing with large datasets or when real-time response is needed. Additionally, trend and topic extraction usually involves external tools, custom scripts, and inconsistent formatting.
This workflow solves:
Automatic text extraction from markdown or structured content.
Location and category-based trend mining with semantic grouping.
AI-driven topic extraction and summarization
Real-time notification via webhook with rich structured payloads.
Persistent storage of mined data to disk for audits or further processing.
Receives input: Sets the URL for the data extraction and analysis.
Uses Bright Data's Web Unlocker to extract content from relevant sites.
A Markdown/Text Extractor node parses the content into clean plaintext
The cleaned data is passed to Google Gemini to:
Identify trends by location and category
Extract key topics and themes
Format the response into structured JSON
The structured insights are sent via Webhook Notification to external systems (e.g., Slack, Web apps, Zapier)
The final output is saved to disk
Update Source : Update the workflow input to read from Google Sheet or Airbase for dynamically tracking multiple brands or topics.
Gemini Prompt Customization :
Extract trends within a custom category (e.g., E-commerce design patterns in the US)
Output topics with popularity metrics
Structure the output as per your database schema (e.g., [{ topic, trend_score, location }])
Webhook Output : Send notifications to -
Slack – with AI summaries in rich blocks
Internal APIs – for use in dashboards
Zapier/Make – for multi-step automation
Persistence
Save output to:
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 | Structured data extract & data mining with Bright Data & Google Gemini |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Market Research, AI Summarization |
| Author | Ranjan Dailata |
| Published | 03 May 2025 |
Use the JSON export at /data/workflows/3853/3853.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 Structured Data Extract & Data Mining workflow is crafted for researchers, content analysts, SEO strategists, and AI developers who need to transform semi structured web data (...
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.