LeadMagic icon

LeadMagic

B2B data enrichment and lead generation with email finding, company intelligence, and profile enrichment

Overview

This node integrates with a B2B data enrichment and lead generation service to find work email addresses from social profile URLs. Specifically, the "Work Email from Profile" operation takes a professional or social profile URL (e.g., LinkedIn) and attempts to retrieve the associated business email address.

This is useful in scenarios such as:

  • Sales prospecting: Quickly obtaining verified work emails from public profiles.
  • Recruiting: Contacting candidates via their professional emails.
  • Marketing: Enriching contact lists with accurate business emails.

Example: Given a LinkedIn profile URL of a potential client, the node returns their corporate email address for outreach.

Properties

Name Meaning
Profile URL The URL of the B2B social or professional profile to extract the work email from. Example: https://www.example.com/in/williamhgates/

Output

The node outputs JSON data containing the response from the external API that includes the found work email and possibly additional metadata related to the profile or email verification status.

The output structure is an array of JSON objects, each representing one input item processed. Each object typically contains fields such as the discovered work email and any relevant enrichment data returned by the API.

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 /b2b-social-email of the service's API.
  • Proper network access and valid credentials must be configured in n8n for successful execution.

Troubleshooting

  • Error: Too many emails provided — Not applicable here since only one profile URL is accepted per execution item.
  • API request failures — Could be due to invalid or missing API credentials, network issues, or rate limiting by the external service.
  • Empty or no email returned — The profile URL may not have an associated work email publicly available or recognized by the service.
  • To resolve errors, verify the API key configuration, ensure the profile URL is correct and accessible, and check service status or limits.

Links and References

Discussion