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

v0.1.0

Published

n8n nodes for Pappers API

Downloads

13

Readme

n8n-nodes-pappers

A package of nodes for n8n connected to Pappers API.

🚀 Features

Company Node

Retrieve detailed company information by:

  • Company number (SIREN for France with automatic validation)
  • LEI (Legal Entity Identifier)
  • ISIN (International Securities Identification Number)

Additional data blocks available:

  • Officers (current and historical)
  • Beneficial owners (UBOs)
  • Financial statements
  • Official documents (with download tokens)
  • Certificates
  • Legal publications
  • Establishments (headquarters + branches)
  • Contact information

Search Node

Search for companies by:

  • Company name
  • Registration number (SIREN, SIRET, etc.)
  • Any search term
  • Pagination support (up to 100 results per page)

Download File Node

Download official documents (PDF format) using tokens obtained from the Company node's Documents block.

🌍 Supported Countries

France 🇫🇷 | Belgium 🇧🇪 | United Kingdom 🇬🇧 | Switzerland 🇨🇭 | Luxembourg 🇱🇺 | Netherlands 🇳🇱 | Germany 🇩🇪 | Spain 🇪🇸 | Norway 🇳🇴

📦 Installation

Option A: Via n8n Interface (Recommended)

  1. Open n8n
  2. Go to SettingsCommunity Nodes
  3. Click Install
  4. Enter n8n-nodes-pappers
  5. Click Install

Option B: Via npm

npm install n8n-nodes-pappers

Option C: Manual Installation

cd ~/.n8n
npm install n8n-nodes-pappers

Then restart n8n.

🔑 Getting Your API Key

  1. Visit Pappers Account
  2. Sign up or log in
  3. Generate your API token
  4. In n8n, add new Pappers credentials with your token

💡 Usage Examples

Basic Company Lookup

  1. Add a Company node
  2. Select country (e.g., France)
  3. Enter SIREN number (e.g., 888207859)
  4. Choose additional data blocks if needed
  5. Execute

Search and Retrieve

  1. Add a Search node to find companies by name
  2. Connect to a Company node
  3. Map the company number from search results
  4. Retrieve full company details

Batch Processing with Error Handling

  1. Enable Continue on Fail in node settings
  2. Process multiple companies in one execution
  3. Failed items return error objects with pairedItem tracking
  4. Use IF node to route successes and failures separately

Download Official Documents

  1. Use Company node with "Documents" data block
  2. Extract document token from results
  3. Pass token to Download File node
  4. Save or email the PDF

🧪 Example Workflows

Check the exemples/ folder for ready-to-use workflows:

  • Creation devis.json - Form submission → company data → PDF generation → email
  • Enrichissement CSV.json - CSV import → company enrichment → results export
  • Traitement en lot avec gestion d_erreurs.json - Batch processing with error handling

🛠️ Development

# Clone repository
git clone https://github.com/pappers-fr/pappers-n8n.git
cd pappers-n8n

# Install dependencies
npm install

# Build
npm run build

# Lint
npm run lint

# Watch mode
npm run dev

📝 License

MIT

🔗 Links

💬 Support

For questions or issues: