n8n-nodes-omnizoek
v0.1.5
Published
n8n community node for OmniZoek — Dutch government data APIs (BAG addresses, IBAN/BIC, VAT, RDW vehicles, EP-Online energy labels, NS disruptions, ENTSO-E electricity prices and more).
Maintainers
Readme
n8n-nodes-omnizoek
Official n8n community node for OmniZoek — a unified API for Dutch government data sources.
✨ What You Can Do
| Resource | Operations | |---|---| | Geo | Enrich a Dutch address with BAG data (street, city, BAG ID, coordinates, surface area, building year); Forward geocode a free-text query (PDOK); Reverse geocode coordinates to an address | | Finance | Resolve IBAN → BIC/bank name; Verify EU VAT number via VIES; Get ECB daily exchange rates; Get VAT rates per EU country | | Compliance | Checksum-validate a Dutch BSN (citizen service number) or IBAN | | HR | Look up the statutory minimum wage (WML) for any age; Check if a date is a public holiday and get the wage surcharge | | Real Estate | Retrieve the official EP-Online energy label (A++++ – G) for any Dutch address | | Logistics | Check if a vehicle (by licence plate) may enter Dutch zero-emission zones; Get current NS train disruptions; Full vehicle history from RDW (specs, APK, recalls) | | Energy | Get the ENTSO-E day-ahead electricity price and negative-price trigger status | | Business | Look up a legal entity by LEI code or search by company name (GLEIF) |
All data is sourced from official registries: BAG, RDW, EP-Online, VIES, NS, ENTSO-E, PDOK, ECB, GLEIF.
🚀 Installation
In n8n (recommended)
- Go to Settings → Community Nodes
- Click Install a community node
- Enter:
n8n-nodes-omnizoek - Click Install
Manual (self-hosted n8n)
cd ~/.n8n
npm install n8n-nodes-omnizoekRestart n8n after installation.
🔑 Authentication
You need an OmniZoek API key.
- Sign up at omnizoek.nl/signup — test keys are free
- In n8n, add a new credential of type OmniZoek API
- Paste your API key (starts with
omni_live_...oromni_test_...)
📖 Resources
🛠️ Development
# Clone the repo
git clone https://github.com/omnizoek/omni-n8n.git
cd omni-n8n
# Install deps
npm install
# Build
npm run build
# Watch mode
npm run devTo test locally in n8n, symlink the package:
cd ~/.n8n
npm link /path/to/omni-n8nLicense
Proprietary © OmniZoek
