GeoIP Lookup with MaxMind (IPv4 & IPv6) avatar
GeoIP Lookup with MaxMind (IPv4 & IPv6)

Pricing

Pay per event

Go to Apify Store
GeoIP Lookup with MaxMind (IPv4 & IPv6)

GeoIP Lookup with MaxMind (IPv4 & IPv6)

Everything in Country + location of an IP address to the zip or postal code level and the associated ISP or organization

Pricing

Pay per event

Rating

0.0

(0)

Developer

Jan

Jan

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

1

Monthly active users

6 months ago

Last modified

Share

Overview

The GeoIP Lookup with MaxMind actor provides comprehensive geolocation and network information for IP addresses, offering detailed insights using MaxMind's cutting-edge web service API.

Input Parameters

ParameterTypeDescriptionRequiredRestrictions
ipsArrayList of IP addresses to look upYesMaximum 1,000 addresses

Example Input

{
"ips": [
"112.134.192.98",
"8.8.8.8",
"2a01:4f8:c2c:400a::1"
]
}

Output Example

{
"ip": "112.134.192.98",
"continent": {
"name": "Asia",
"code": "AS"
},
"country": {
"name": "Sri Lanka",
"iso_code": "LK"
},
"registered_country": {
"name": "Sri Lanka",
"iso_code": "LK"
},
"represented_country": {
"name": null,
"iso_code": null
},
"subdivisions": ["Colombo"],
"city": "Colombo",
"postal": "10620",
"location": {
"latitude": 19.0748,
"longitude": 72.8856,
"accuracy_radius": 200,
"time_zone": "Asia/Kolkata"
},
"isp": "Sri Lanka Telecom",
"organization": "Sri Lanka Telecom"
}
...

Features

  • Always Up-to-Date MaxMind Database

    • Real-time access to the latest geolocation data
    • Directly integrated with MaxMind's web service API
  • Comprehensive IP Geolocation

    • Detailed location data for IPv4 and IPv6 addresses
    • City, country, and network information
  • High-Performance Processing

    • Parallel processing of up to 1,000 IP addresses
    • Lightning-fast lookup speeds

Performance

  • Benchmark Results

    • 1,000 IPs: < 4 seconds

Use Cases

  • Network security analysis
  • Geographical user insights
  • Marketing research
  • Threat intelligence
  • Network performance monitoring

Usage Instructions

  1. Prepare IP Addresses

    • Compile list of IP addresses
    • Maximum of 1,000 addresses
  2. Configure Input

    • Add IPs to the ips parameter
  3. Run the Actor

    • Execute on Apify platform
    • Receive rapid results

Changelog

Version 0.1

  • MaxMind web service API integration
  • IPv4 and IPv6 support
  • Parallel processing implementation

License and Attribution

  • Utilizes MaxMind GeoIP Web Service
  • Compliance with MaxMind's licensing terms