npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-anymailfinder

v1.1.1

Published

n8n node for Anymailfinder API - find and verify email addresses

Downloads

85

Readme

n8n-nodes-anymailfinder

n8n.io - Workflow Automation

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.

  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Enter n8n-nodes-anymailfinder in Enter npm package name.
  4. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
  5. 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:

  1. Creating an account at Anymailfinder
  2. Going to My Account > API in your dashboard
  3. 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

  1. Add the Anymailfinder node to your workflow
  2. Select Person Email as the resource
  3. Choose Find Email as the operation
  4. Enter the person's full name
  5. Provide either the company domain (e.g., "apple.com") or company name (e.g., "Apple Inc")
  6. Configure your Anymailfinder API credentials
  7. Execute the workflow

Verifying Email Addresses

  1. Add the Anymailfinder node to your workflow
  2. Select Email Verification as the resource
  3. Choose Verify Email as the operation
  4. Enter the email address to verify
  5. Execute the workflow

Getting Account Information

  1. Add the Anymailfinder node to your workflow
  2. Select Account Info as the resource
  3. Choose Get Info as the operation
  4. 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

Resources

License

MIT