An N8N node for IP2Location API
npm install n8n-nodes-ip2locationThis is an n8n community node. It lets you use ip2location.com in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Follow the installation guide in the n8n community nodes documentation.
ip2location has three actions:
- ip2location, which returns information about a given IP address
- ip2whoisDomain, which return information about a given domain
- ip2whoisHostedDomain, which returns information about domains for a given IP address
Using this requires an active account with ip2location.com and an api key.
You can sign up for the service on their website.
7 days trial is available if you want to check out the service.
Familiarize yourself with service pricing here.
Tested with following self-hosted docker installations:
- 1.95.3
- 1.97.1
* n8n community nodes documentation
* ip2location website
- June 12, 2025: v0.1.0 - initial commit