🌍 IP Geolocation & Intelligence — Country, ISP, Proxy/VPN
Pricing
from $2.00 / 1,000 results
Go to Apify Store
🌍 IP Geolocation & Intelligence — Country, ISP, Proxy/VPN
ipinfo.io-style IP lookup: country, city, coordinates, timezone, ISP, ASN, proxy/VPN/Tor/hosting flags. No API key needed.
🌍 IP Geolocation & Intelligence
ipinfo.io-style IP lookup: paste any IPv4/IPv6 address and get country, city, coordinates, timezone, ISP, ASN, plus proxy / VPN / Tor / hosting detection — no API key required.
🚀 Quick Start
- Click Run on this Actor
- Enter IPs (one per line)
- Get structured JSON for every address
No input? The Actor runs a demo batch (8.8.8.8, 1.1.1.1) so you can see the format instantly.
📊 Output example
{"ip": "8.8.8.8","status": "ok","country": "United States","countryCode": "US","flagEmoji": "🇺🇸","region": "California","city": "Mountain View","latitude": 37.4056,"longitude": -122.0775,"timezone": "America/Los_Angeles","utcOffset": "-07:00","isp": "Google LLC","org": "Google LLC","asn": "AS15169","isProxy": false,"isHosting": false,"isVpn": false,"isTor": false,"postal": "94043"}
Plus a run summary (total / ok / errors / proxies detected / hosting detected).
💡 Use cases
- Security — flag VPN/proxy/Tor traffic before login or payment
- Analytics — enrich web traffic logs with geo + ISP data
- Ad verification — detect datacenter/hosting IPs that skew campaign data
- Fraud review — check where an order or signup actually came from
- DevOps — quick triage of log entries and access records
⚙️ Technical notes
- Backed by the free public ipwho.is API (no key, ~10k lookups/month)
isProxy/isVpn/isTor/isHostingflags from connection metadata- 0.2s delay between lookups to stay polite to the free API
- IPv4 and IPv6 supported
Inspired by commercial IP intelligence services (ipinfo.io, ipapi, IP2Location).