Anymailfinder icon

Anymailfinder

Find and verify email addresses using Anymailfinder API

Actions5

Overview

This node integrates with the Anymailfinder API to find and verify email addresses based on various input data. Specifically, for the LinkedIn Email - Find Email operation, it allows users to retrieve a person's email address by providing their LinkedIn profile URL. This is useful in scenarios such as lead generation, sales prospecting, or recruiting where you have a LinkedIn profile but need to contact the person via email.

Practical example: You have a LinkedIn profile URL of a potential client or candidate and want to automatically fetch their verified email address to reach out directly without manual searching.

Properties

Name Meaning
LinkedIn URL The full LinkedIn profile URL of the person whose email you want to find (required).
Additional Options Optional settings including:
- Webhook URL: URL to receive asynchronous callback when the result is ready.
- Timeout (Seconds): Maximum time to wait for the request before timing out (default 180 seconds).

Output

The node outputs JSON data containing the response from the Anymailfinder API for the LinkedIn email search. This typically includes:

  • The found email address(es) associated with the LinkedIn profile.
  • Metadata about the confidence or verification status of the email.
  • Any additional information returned by the API related to the email search.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for the Anymailfinder service configured in n8n.
  • Internet access to call the Anymailfinder API endpoint https://api.anymailfinder.com/v5.0/search/linkedin-url.json.
  • Optional webhook URL can be provided to receive results asynchronously.

Troubleshooting

  • Missing or invalid LinkedIn URL: Ensure the LinkedIn profile URL is correctly formatted and publicly accessible.
  • API authentication errors: Verify that the API key credential is valid and has sufficient permissions/credits.
  • Timeouts: If the request takes too long, consider increasing the timeout value in Additional Options.
  • Empty or no email found: The API may not find an email if the profile is private or the email is not available in their database.
  • Webhook issues: If using a webhook URL, ensure the URL is reachable and properly handles incoming callbacks.

Links and References

Discussion