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-influencersclub

v1.1.7

Published

Official n8n nodes for Influencers Club.

Downloads

160

Readme

n8n-nodes-influencersclub

Official n8n node for Influencers Club enrichment and discovery API.

🚀 Overview

This repository provides an official n8n node for Influencers Club with four operations:

  • Enrich by Email: Takes an email address and enriches it with public social data, including possible usernames, followers, profile links, bio, and other social metrics. This is useful if you have a list of customer or subscriber emails and want to find their social presence and additional profile information.

  • Enrich by Handle: Takes a social media handle (username) and platform, and enriches it with email (if available), followers, bio, links, and additional social metrics. This is useful if you have scraped or collected social handles and want to obtain verified emails or extra data.

  • Discovery: Search for creators using advanced filters such as keyword, platform, audience country, follower range, engagement rate, and more. The node provides full flexibility and matches the official API documentation.

  • Find Lookalikes: Find similar creators to a given handle on a specified platform. This is useful for building lookalike lists for outreach or audience expansion.

These operations help marketing and growth teams enrich leads, segment audiences, sync to CRM systems, or prepare personalized outreach workflows.


🔑 How to get your API Key

To use this node, you need an API Key from your Influencers Club account.

Steps

  1. Register at Influencers Club Dashboard.
  2. After logging in, open the API page.
  3. Copy your API Key displayed there.

All requests require a Bearer token:

Paste this key into the "Influencers Club API" credentials in your n8n workflow.


⚡ Example workflows

  • Import a list of email addresses from Google Sheets ➜ Influencers Club (Enrich by Email) ➜ Push to CRM or Airtable.
  • Import a list of Instagram handles ➜ Influencers Club (Enrich by Handle) ➜ Get emails ➜ Send personalized outreach via Gmail node.
  • Search for creators in your niche ➜ Influencers Club (Discovery) ➜ Filter and export to spreadsheet.
  • Find similar creators ➜ Influencers Club (Find Lookalikes) ➜ Build outreach lists.

🛠️ Installation

Install via npm:

npm install n8n-nodes-influencersclub

Then, add to your n8n instance as a custom node package.


📄 License

MIT


💬 Support

For questions, contact Influencers Club Support or open an issue.