n8nflow.net logo

Enrich Company Profiles with Explorium MCP and Claude AI for GTM Research

by ItamarUpdated: Last update 2 months agoSource: n8n.io
Loading workflow viewer...

Getting Started

🕵️ Company Research Agent (n8n + Explorium + LLM)

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.


🚀 What It Does

Given a list of company domains or names, this workflow will:

  1. Look up company information using:
    • 🧠 LLM Agent to guide the research
    • 🔎 Explorium MCP Server for firmographic & tech signals
    • 🌐 Website content and SerpAPI scraping (optional)
  2. Extract key commercial details (see below)
  3. Format the output in a consistent JSON structure
  4. Update a connected Google Sheet with the enriched results

🧩 Extracted Fields

Each company is enriched with:

  • domain
  • linkedinUrl
  • has_free_trial
  • cheapest_plan
  • has_enterprise_plan
  • last_case_study_link
  • market (e.g., B2B or B2C)
  • integrations (e.g., Slack, Hubspot, MySQL)
  • enrichment_status

📥 Input Sheet Format

input

Explorium
n8n
Apple
...


📤 Output Sheet Format

domainlinkedinUrlhas_free_trialcheapest_planhas_enterprise_planlast_case_study_linkmarketintegrationsenrichment_status
Explorium.aihttps://linkedin.com/company/...TRUE69TRUEhttps://www.explorium.comB2B["HubSpot", "Zapier", "Salesforce", ...]done
n8n.iohttps://linkedin.com/company/...TRUE20TRUEhttps://n8n.io/case-studiesB2B["Slack", "Gmail", "MySQL", "Google Sheets", ...]done

🛠️ Tools Used

  • n8n (Automation platform)
  • Explorium MCP Server – rich company enrichment via API
  • Anthropic Claude or OpenAI – used by the AI researcher
  • Google Sheets – stores output data
  • Structured Output Parser – ensures clean, predictable JSON formatting

📦 How to Set It Up

  1. Add your company domains or names to the input sheet
  2. Configure your MCP and SerpAPI credentials in n8n
  3. Run the workflow using the Test Workflow trigger
  4. Watch the sheet populate with results

You can adapt the system to output different formats or fields depending on your team's research goals.


📌 Use Cases

  • Competitive landscape analysis
  • Lead intelligence for outbound campaigns
  • Feature benchmarking (e.g., who offers enterprise or free trial)
  • VC/investment research

🧠 Notes

  • This agent is easily customizable. Adjust the LLM prompt or Output Parser to extract different properties.
  • Explorium MCP is leveraged as the core enrichment engine , ensuring signal accuracy and freshness.