Block 1 - Supabase
- Type / Role
- n8n-nodes-base.supabase - supabase
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
AI Website Scraper & Company Intelligence Description This workflow automates the process of transforming any website URL into a structured, intelligent company profile . It's triggered by a form, ...
n8n-nodes-base.supabase, @n8n/n8n-nodes-langchain.lmchatmistralcloud, n8n-nodes-mcp.mcpclienttool, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-crawl-and-scrape.crawleenode, n8n-nodes-base.formtrigger, n8n-nodes-base.switch
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by DIGITAL BIZ TECH.
Original n8n.io sourceThis workflow automates the process of transforming any website URL into a structured, intelligent company profile.
It's triggered by a form, allowing a user to submit a website and choose between a "basic" or "deep" scrape.
The workflow extracts key information (mission, services, contacts, SEO keywords), stores it in a structured Supabase database, and archives a full JSON backup to Google Drive.
It also features a secondary AI agent that automatically finds and saves competitors for each company, building a rich, interconnected database of company intelligence.
Import the Workflow: Import the provided JSON file into your n8n instance.
Install Custom Community Node:
You must install the community node from:
https://www.npmjs.com/package/n8n-nodes-crawl-and-scrape
FIRECRAWL N8N Documentation
https://docs.firecrawl.dev/developer-guides/workflow-automation/n8n
Install Additional Nodes:n8n-nodes-crawl-and-scrape and n8n-nodes-mcp fire crawl mcp .
Set up Credentials:
Create credentials in n8n for FIRE CRAWL API,Supabase, Mistral AI, and Google Drive.
Configure API Key (CRITICAL):
Configure Supabase Nodes:
companies, competitors) match your schema.Configure Google Drive Nodes:
Google Drive2 and save to Google Drive1 nodes. Activate Workflow:
Turn on the workflow and open the Webhook URL in the “On form submission” node to access the form.
Captures user input: “Website URL” and “Scraping Type” (basic or deep).
A Switch node routes the flow:
Crawl and Scrape node to collect raw text. companies, company_basicprofiles).company_id.companies, competitors, social_links, etc.n8n-nodes-crawl-and-scrapedeep → MCP Firecrawler (AI Agent). basic → Crawl and Scrape node.competitors table.No Operation node.n8n-nodes-crawl-and-scrape from npm).Items node before Supabase inserts for arrays (social links, keywords). | Issue | Possible Cause | Solution |
|---|---|---|
| Form Trigger 404 | Workflow not active | Activate the workflow |
| Web Search Tool fails | Missing Tavily API key | Replace the placeholder key |
| FIRECRAWLER / find competitor fails | Missing MCP node | Install n8n-nodes-mcp |
| Basic scrape does nothing | Switch node path disconnected | Reconnect “basic” output |
| Supabase node error | Wrong table/column names | Match schema exactly |
Want to customize this workflow for your business or integrate it with your existing tools?
Our team at Digital Biz Tech can tailor it precisely to your use case from automation logic to AI-powered enhancements.
Contact: [email protected]
For more such offerings, visit us: https://www.digitalbiz.tech
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 35 workflow blocks. Download the JSON for the full node graph.
| Workflow | Ai website scraper & company intelligence |
|---|---|
| Complexity | advanced |
| Nodes | 35 |
| Categories | Market Research, AI Summarization |
| Author | DIGITAL BIZ TECH |
| Published | 24 Oct 2025 |
Use the JSON export at /data/workflows/10097/10097.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.
AI Website Scraper & Company Intelligence Description This workflow automates the process of transforming any website URL into a structured, intelligent company profile . It's triggered by a form, ...
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.