IP Geolocation Lookup
Pricing
Pay per usage
Go to Apify Store
Under maintenance
IP Geolocation Lookup
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
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
| Field | Type | Description |
|---|---|---|
ip | string | A single IP address to look up |
ips | string[] | 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:
| Field | Description |
|---|---|
ip | The queried IP address |
country | Country name |
countryCode | ISO country code |
region | Region/state name |
regionCode | Region code |
city | City name |
zip | Postal/ZIP code |
lat | Latitude |
lon | Longitude |
timezone | IANA timezone |
isp | Internet Service Provider |
org | Organization |
as | AS number and name |
Data source
This actor uses the ip-api.com free API for geolocation data.