Overview
This node integrates with LeadBoxer to enrich company data based on domain names. It allows users to perform a domain lookup to retrieve detailed company information associated with a given domain. This is useful for lead generation, marketing, and sales teams who want to gather enriched company data automatically from domain inputs, such as from previous workflow nodes.
Use Case Examples
- Lookup company information for a list of domains to enrich lead data.
- Automatically identify company details from a domain captured in a web form submission.
Properties
| Name | Meaning |
|---|---|
| Domain | The domain name to lookup for company enrichment (e.g., leadboxer.com). Supports expressions to dynamically get the domain from previous nodes. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout. |
Output
JSON
output- The enriched company information returned from the domain lookup API.
Dependencies
- Requires an API key credential for LeadBoxer API authentication.
Troubleshooting
- Ensure the domain input is valid and correctly formatted to avoid lookup errors.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' option to bypass, but be aware of security risks.
- Check proxy settings if requests fail due to network restrictions.
- Adjust timeout settings if the API response is slow or timing out.
Links
- LeadBoxer API Documentation - Official documentation for using LeadBoxer API with n8n, including domain lookup details.