IP Geolocation Lookup avatar

IP Geolocation Lookup

Under maintenance

Pricing

Pay per usage

Go to Apify Store
IP Geolocation Lookup

IP Geolocation Lookup

Under maintenance

Look up geographic location, ISP, timezone and more for any IPv4/IPv6 address. Supports single and batch lookups (up to 100 IPs).

Pricing

Pay per usage

Rating

0.0

(0)

Developer

2x lazymac

2x lazymac

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Look up geographic location, ISP, timezone, and more for any IPv4 or IPv6 address.

Features

  • Single IP lookup with detailed geolocation data
  • Batch lookup for up to 100 IPs in one run
  • Returns country, region, city, coordinates, timezone, ISP, and organization
  • In-memory caching (5 min TTL) for repeated lookups
  • IPv4 and IPv6 support

Input

FieldTypeDescription
ipstringA single IP address to look up
ipsstring[]Array of IP addresses for batch lookup (max 100)

If both ip and ips are provided, ips takes priority.

Example input

{
"ip": "8.8.8.8"
}
{
"ips": ["8.8.8.8", "1.1.1.1", "208.67.222.222"]
}

Output

Results are stored in the default dataset. Each record contains:

FieldDescription
ipThe queried IP address
countryCountry name
countryCodeISO country code
regionRegion/state name
regionCodeRegion code
cityCity name
zipPostal/ZIP code
latLatitude
lonLongitude
timezoneIANA timezone
ispInternet Service Provider
orgOrganization
asAS number and name

Data source

This actor uses the ip-api.com free API for geolocation data.