Back to Templates
This n8n workflow automates company research by combining Explorium’s MCP server, web scraping tools, and an AI agent. Results are written to a Google Sheet for easy use in GTM, product analysis, or competitive research.
Given a list of company domains or names, this workflow will:
Each company is enriched with:
domainlinkedinUrlhas_free_trialcheapest_planhas_enterprise_planlast_case_study_linkmarket (e.g., B2B or B2C)integrations (e.g., Slack, Hubspot, MySQL)enrichment_status| input |
|---|
| Explorium |
| n8n |
| Apple |
| ... |
| domain | linkedinUrl | has_free_trial | cheapest_plan | has_enterprise_plan | last_case_study_link | market | integrations | enrichment_status |
|---|---|---|---|---|---|---|---|---|
| Explorium.ai | https://linkedin.com/company/... | TRUE | 69 | TRUE | https://www.explorium.com | B2B | ["HubSpot", "Zapier", "Salesforce", ...] | done |
| n8n.io | https://linkedin.com/company/... | TRUE | 20 | TRUE | https://n8n.io/case-studies | B2B | ["Slack", "Gmail", "MySQL", "Google Sheets", ...] | done |
Test Workflow triggerYou can adapt the system to output different formats or fields depending on your team's research goals.