Clearbit Enrich Company Documentation
Overview
The Clearbit Enrich Company node is part of the Clearbit integration in the Vantage workflow engine. Get detailed company information — firmographics, funding, tech stack, employee count, and more — from a company domain name.
This node uses the Clearbit API through Vantage's managed credential system — no manual token handling required.
Settings
Domain
- Input Type: String
- Description: Company domain to enrich (e.g.
"stripe.com"). - Default Value:
""
How It Works
- Receives input data containing a domain from upstream nodes.
- Authenticates with Clearbit using your connected API key.
- Calls the Clearbit Company Enrichment API with the provided domain.
- Returns the enriched company profile through the output port.
Error handling is built in — if the API call fails, the node throws a descriptive error with the failure reason.
Input and Output
- Input: Accepts data in object or array format from upstream nodes.
- Output: Returns enriched company data including name, industry, employee count, funding, and more.
Use Cases
Account Research
Automatically research target accounts by enriching company domains with full firmographic data.
Scheduled Operations
Pair with the Schedule Trigger node to run Clearbit operations on a recurring basis.
Event-Driven Pipelines
Combine with other trigger nodes to react to events and automatically execute Clearbit actions.