Package Information
Available Nodes
Documentation
n8n-nodes-anymailfinder

This is an n8n community node that lets you use Anymailfinder in your n8n workflows.
Anymailfinder is a powerful email discovery and verification service that helps you find and verify email addresses for lead generation, sales prospecting, and marketing campaigns.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-anymailfinderin Enter npm package name. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.
Operations
Person Email
- Find Email: Find a person's email address by providing their name and company information
Company Emails
- Find Emails: Find all email addresses associated with a company
Decision Maker
- Find Email: Find decision maker's email address at a company
LinkedIn Email
- Find Email: Find email address associated with a LinkedIn profile URL
Email Verification
- Verify Email: Verify if an email address is valid and deliverable
Account Info
- Get Info: Retrieve account details and remaining API credits
Credentials
You need an Anymailfinder API key to use this node. You can get your API key by:
- Creating an account at Anymailfinder
- Going to My Account > API in your dashboard
- Clicking Enable API to generate your API key
The API key should be entered in the credentials configuration in n8n.
Compatibility
- Minimum n8n version: 0.198.0
- Tested with n8n version: 1.0.0+
Usage
Finding a Person's Email
- Add the Anymailfinder node to your workflow
- Select Person Email as the resource
- Choose Find Email as the operation
- Enter the person's full name
- Provide either the company domain (e.g., "apple.com") or company name (e.g., "Apple Inc")
- Configure your Anymailfinder API credentials
- Execute the workflow
Verifying Email Addresses
- Add the Anymailfinder node to your workflow
- Select Email Verification as the resource
- Choose Verify Email as the operation
- Enter the email address to verify
- Execute the workflow
Getting Account Information
- Add the Anymailfinder node to your workflow
- Select Account Info as the resource
- Choose Get Info as the operation
- Execute the workflow to see your remaining credits
Cost Information
- Person Email Search: 1 credit (only charged for valid emails found)
- Company Email Search: 1 credit per valid email found
- Decision Maker Search: 2 credit per valid email found
- LinkedIn Email Search: 2 credit per valid email found
- Email Verification: 0.2 credits per verification
- Account Info: Free
Searches that don't find valid emails or return risky/blacklisted emails are free. Duplicate searches within 30 days are also free.
Rate Limits
Anymailfinder doesn't impose hard rate limits. The system automatically scales to handle high volumes of requests. However, searches are performed in real-time and can take up to 2 minutes for complex queries.
Error Handling
The node includes comprehensive error handling for:
- Invalid API credentials
- Missing required parameters
- API timeouts
- Network errors
- Invalid email formats