IP Geolocation — Location, ISP & ASN for any IP
Pricing
from $1.44 / 1,000 ips
IP Geolocation — Location, ISP & ASN for any IP
Geolocate IPv4/IPv6 addresses: country, region, city, coordinates, timezone, ISP, organization and ASN. One clean JSON row per IP. Powered by ipwho.is. No API key, no anti-bot.
Pricing
from $1.44 / 1,000 ips
Rating
0.0
(0)
Developer
Marouane Oulabass
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
IP Geolocation — Location, ISP & ASN for any IP (JSON)
Geolocate any IPv4 or IPv6 address — as clean JSON. Pass a list of IPs and get back a tidy row per address: country, region, city, coordinates, timezone, ISP, organization and ASN. Powered by ipwho.is — no API key, no anti-bot.
AI-agent ready: this Actor is callable and payable by AI agents via x402 (USDC on Base), no Apify account required.
A simple IP intelligence API for analytics, fraud checks, personalization and logs enrichment.
Who uses this
- 📊 Analytics & BI — enrich traffic and logs with location and ISP.
- 🔐 Fraud & security — flag risky IPs, datacenters and mismatched geos.
- 🌍 Personalization — localize content by visitor location.
- 🧑💻 Developers & ops — a clean IP lookup endpoint in bulk.
- 🔎 Researchers & OSINT — map IP ownership and networks.
What you get — one clean row per IP
| Field | Description |
|---|---|
ip + type | Address & IPv4/IPv6 |
country + countryCode + continent | Country info |
region + city + postal | Region & city |
latitude + longitude | Coordinates |
isp + org + asn | Network & ownership |
timezoneId + utcOffset + currentTime | Timezone |
callingCode + capital + flagEmoji | Country extras |
success, scrapedAt | Status & provenance |
Example
Input
{ "ips": ["8.8.8.8", "1.1.1.1"] }
Output (one item)
{"ip": "8.8.8.8", "type": "IPv4","country": "United States", "countryCode": "US","region": "California", "city": "Mountain View","latitude": 37.386, "longitude": -122.0838,"asn": 15169, "org": "Google LLC", "isp": "Google LLC","timezoneId": "America/Los_Angeles"}
Why this actor
- ✅ IPv4 & IPv6 — both address families supported.
- 🌐 Rich data — location, ISP, org and ASN in one shot.
- 🕒 Timezone & calling code — handy for localization.
- ⚡ Fast & affordable — pay only per IP returned. No key, no anti-bot.
- 🛟 Robust — a bad IP never breaks the batch.
Input options
ips(required) — IPv4 or IPv6 addresses to geolocate.
FAQ
IPv6 too? Yes — both IPv4 and IPv6 are supported.
Do I get ISP and ASN? Yes — isp, org and asn are included.
Can I look up many IPs at once? Yes — pass a list; each row carries its own IP.
How fresh is the data? Live from ipwho.is on every run.
Can I export to CSV/Excel/Google Sheets? Yes — the dataset exports to JSON, CSV, Excel and HTML, or pull it via the API.
What does it cost? Pay-per-IP — you're only charged for IPs actually returned.
Tip: enrich your server logs by running the unique IPs through this and joining on the ip field.