IP Geolocation Lookup avatar

IP Geolocation Lookup

Pricing

Pay per usage

Go to Apify Store
IP Geolocation Lookup

IP Geolocation Lookup

IP geolocation — country, city, ISP, coordinates. 3+ runs for analytics, security audits, fraud detection. Bulk lookup. JSON. Custom geo tool in 48h, $100 pilot. Email: spinov001@gmail.com • Tips: t.me/scraping_ai

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alex

Alex

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

IP Geolocation Lookup — Country, City, ISP, Proxy & VPN Detection

Look up geographic location and network details for any IP address or domain name. Get country, city, ISP, ASN, timezone, coordinates, and detect proxies, VPNs, and hosting providers. Domains are automatically resolved to IP addresses via Google DNS.

Features

  • IP Geolocation — country, city, region, zip code, and precise coordinates for any IP
  • Domain Resolution — automatically resolves domain names to IP addresses via Google DNS
  • ISP & Network Data — Internet Service Provider, organization, ASN number, and ASN name
  • Proxy/VPN Detection — identifies proxy servers, VPN connections, and hosting providers
  • Timezone & Currency — local timezone, UTC offset, and country currency
  • Reverse DNS — reverse DNS hostname lookup for each IP
  • Rate-Limited — built-in 45 req/min rate limiting with automatic pauses

Output Example

{
"ip": "8.8.8.8",
"continent": "North America",
"continentCode": "NA",
"country": "United States",
"countryCode": "US",
"region": "Virginia",
"regionCode": "VA",
"city": "Ashburn",
"zip": "20149",
"latitude": 39.03,
"longitude": -77.5,
"timezone": "America/New_York",
"utcOffset": -14400,
"currency": "USD",
"isp": "Google LLC",
"organization": "Google Public DNS",
"asn": "AS15169 Google LLC",
"reverseDns": "dns.google",
"isMobile": false,
"isProxy": false,
"isHosting": true,
"scrapedAt": "2026-03-18T10:00:00.000Z"
}

Use Cases

  • Security Research — identify suspicious IPs, detect VPNs and proxy servers
  • Fraud Prevention — verify user location against billing address or known fraud patterns
  • Server Infrastructure Mapping — discover hosting providers and network topology for any domain
  • Geo-Targeting Validation — verify that CDN and geo-routing deliver content to correct regions
  • Compliance Auditing — check IP locations for data residency and regulatory requirements
  • Competitive Intelligence — identify competitors' hosting providers and infrastructure

Input Parameters

ParameterTypeDefaultDescription
ipAddressesarray[]IP addresses to look up (e.g., "8.8.8.8", "1.1.1.1")
domainsarray[]Domains to resolve and geolocate (e.g., "google.com")

How It Works

The scraper accepts IP addresses and domain names as input. Domains are first resolved to IP addresses using Google's public DNS API. Each IP is then queried against the ip-api.com geolocation service, which returns detailed location, network, and detection data. Built-in rate limiting (40 requests per minute with automatic pauses) ensures reliable operation.