Actions16
- 📧 Email Actions
- 🏢 Company Actions
- 👤 Profile Actions
- 👥 People Actions
- 💼 Job Actions
- 📱 Advertisement Actions
Overview
This node integrates with a B2B data enrichment service to retrieve detailed funding and financial information about companies. Specifically, the "🏢 Company" resource with the "💰 Funding & Financials" operation fetches funding data for a given company based primarily on its domain name, optionally enhanced by the company name and LinkedIn profile URL.
This node is beneficial in scenarios such as:
- Market research teams wanting to analyze the funding history of potential partners or competitors.
- Sales and business development professionals seeking insights into a company's financial backing before outreach.
- Investors or analysts tracking startup funding rounds and financial health.
Example use case:
You provide the domain "stripe.com" to get Stripe's latest funding rounds, amounts raised, investors involved, and other financial details to inform your sales pitch or investment decision.
Properties
Name | Meaning |
---|---|
Company Domain | The website domain of the company (e.g., "stripe.com"). This is the most accurate way to identify the company and retrieve funding data. Must be a valid domain format. |
Company Name | Optional company name (e.g., "Stripe"). Helps improve accuracy when combined with the domain. |
LinkedIn Company URL | Optional LinkedIn profile URL of the company (e.g., "https://www.linkedin.com/company/stripe/"). Provides additional verification to enhance funding data quality. Must be a valid LinkedIn company URL. |
Output
The node outputs JSON data containing the funding and financial details of the specified company. The structure typically includes:
- Funding rounds with dates, amounts, and investors.
- Total funding amount.
- Financial metrics and summaries if available.
- Possibly other company-related financial intelligence.
The output is returned as an array of JSON objects, each representing a piece of funding or financial information related to the company.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating requests to the external B2B data enrichment service.
- The node makes HTTP POST requests to the endpoint
https://api.leadmagic.io/company-funding
. - Proper network connectivity to the API endpoint is necessary.
- No additional environment variables are required beyond the API authentication setup.
Troubleshooting
- Invalid domain format error: If the "Company Domain" input does not match the expected domain regex pattern, the node will reject the input. Ensure the domain is correctly formatted (e.g., "company.com").
- API authentication errors: If the API key is missing, invalid, or expired, the node will fail to retrieve data. Verify that the API key credential is correctly configured.
- No data found: If the company domain is incorrect or the company has no recorded funding data, the output may be empty or minimal. Double-check the domain and optionally provide the company name or LinkedIn URL to improve results.
- Rate limits or quota exceeded: The external API may enforce usage limits. If you encounter errors related to rate limiting, consider upgrading your plan or reducing request frequency.
- Network issues: Connectivity problems can cause request failures. Check your internet connection and firewall settings.
Links and References
- LeadMagic API Documentation (for detailed API capabilities and data fields)
- Validating Company Domains
- LinkedIn Company Pages - guidelines on company profile URLs