Ip Geolocation Lookup
Pricing
from $10.00 / 1,000 results
Ip Geolocation Lookup
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer

Donny
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
What does IP Geolocation Lookup do?
IP Geolocation Lookup determines the geographic location, Internet Service Provider (ISP), and timezone for any IP address. It uses a free geolocation API that requires no API key, making it accessible to everyone. Each lookup returns the country, region, city, ZIP code, latitude, longitude, timezone, ISP name, and organization associated with the IP address. This is ideal for cybersecurity analysis, fraud detection, analytics enrichment, and network troubleshooting.
Why look up IP geolocation data?
Understanding where IP addresses originate is critical for security teams analyzing threats, marketers personalizing content by region, compliance teams enforcing geographic access policies, and developers debugging network issues. IP geolocation data helps identify suspicious login attempts, verify user locations, enrich analytics data with geographic context, and route traffic to the nearest servers.
How to look up IP addresses
- Navigate to the IP Geolocation Lookup actor on Apify.
- Enter one or more IP addresses to look up.
- Set the maximum number of IPs to process.
- Click Start and wait for the lookups to complete.
- Download your geolocation data in JSON, CSV, Excel, or other formats.
Input parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
| ipAddresses | array | List of IP addresses to look up | ["8.8.8.8"] |
| maxResults | integer | Maximum IPs to process | 50 |
Output data
Each result contains:
- ip - The queried IP address
- country - Country name
- countryCode - ISO country code
- region - Region or state name
- city - City name
- zip - ZIP or postal code
- latitude - Geographic latitude
- longitude - Geographic longitude
- timezone - IANA timezone identifier
- isp - Internet Service Provider name
- org - Organization name
- as - Autonomous System number and name
Cost of usage
IP Geolocation Lookup is very cost-effective. Each IP is looked up with a single lightweight API call. Rate limiting is built in to respect the free API tier.
- Per result: $0.01
- Per 1,000 results: $10
- Actor start: $0.005
The Apify free tier is sufficient for looking up hundreds of IP addresses.
Tips and advanced options
- Works with zero configuration, looking up Google's DNS (8.8.8.8) by default.
- The actor automatically adds a 1.5-second delay between requests to respect the API rate limit of 45 requests per minute.
- Supports both IPv4 and IPv6 addresses.
- Invalid IP addresses are skipped with a warning rather than failing the entire run.
- For complementary data tools, see Random User Data Generator for test data and Exchange Rate API Scraper for currency data.