Community nodes can only be installed on self-hosted instances of n8n.
The DNB Company Search & Extract workflow is designed for professionals who need to gather structured business intelligence from Dun & Bradstreet (DNB).
It is ideal for:
Market Researchers
B2B Sales & Lead Generation Experts
Business Analysts
Investment Analysts
AI Developers Building Financial Knowledge Graphs
Gathering business information from the DNB website usually involves manual browsing, copying company details, and organizing them in spreadsheets.
This workflow automates the entire data collection pipeline — from searching DNB via Google, scraping relevant pages, to structuring the data and saving it in usable formats.
This workflow performs automated search, scraping, and structured extraction of DNB company profiles using Bright Data’s MCP search agents and OpenAI’s 4o mini model.
Here's what it includes:
Set Input Fields:
Provide search_query and webhook_notification_url.
Bright Data MCP Client (Search):
Performs Google search for the DNB company URL.
Markdown Scrape from DNB:
Scrapes the company page using Bright Data and returns it as markdown.
OpenAI LLM Extraction:
Transforms markdown into clean structured data.
Extracts business information (company name, size, address, industry, etc.)
Webhook Notification:
Sends structured response to your provided webhook.
Save to Disk:
Persists the structured data locally for logging or auditing.
Make sure to copy the Bright Data API_TOKEN within the Environments textbox above as API_TOKEN=<your-token>.
7. Update the Set input fields for search_query and webhook_notification_url.
8. Update the file name and path to persist on disk.
Search Engine:
Default is Google, but you can change the MCP client engine to Bing, or Yandex if needed.
Company Scope:
Modify search query logic for niche filtering, e.g., "biotech startups site:dnb.com".
Structured Fields:
Customize the LLM prompt to extract additional fields like CEO name, revenue, or ratings.
Integrations:
Push output to Notion, Airtable, or CRMs like HubSpot using additional n8n nodes.
Formatting:
Convert output to PDF or CSV using built-in File and Spreadsheet nodes.