IP Geolocation and Insights Lookup avatar
IP Geolocation and Insights Lookup

Pricing

$1.95 / 1,000 results

Go to Apify Store
IP Geolocation and Insights Lookup

IP Geolocation and Insights Lookup

Developed by

VulnV

VulnV

Maintained by Community

Discover detailed IP geolocation data - fetch city, region, country, ASN, privacy, company details, and more. Perfect for cybersecurity, network analysis, and marketing. Get reliable insights with customizable outputs.

0.0 (0)

Pricing

$1.95 / 1,000 results

2

33

5

Last modified

10 months ago

The IP Geolocation and Insights Lookup actor retrieves comprehensive geolocation and network data for any IP address. It delivers information such as location, ASN, company details, and privacy-related flags. Perfect for cybersecurity, network analysis, and marketing purposes.


Features

  • IP Geolocation: Provides city, region, country, and coordinates (latitude, longitude) of the IP address.
  • Network Details: Includes ASN, organization, and routing information.
  • Privacy Insights: Identifies VPN, proxy, Tor, and hosting usage.
  • Abuse Contact Info: Retrieves email, phone, and address for reporting misuse.
  • Customizable Outputs: Results are available in JSON format for easy integration.

Input Schema

The actor accepts the following input parameters:

ParameterTypeDescriptionRequiredDefault
ip_addressesarrayA list of IP addressses to look up.Yes["8.8.8.8"]

Example Output

Below is an example of the structured data produced by the actor:

{
"input": "4.2.2.3",
"data": {
"ip": "4.2.2.3",
"hostname": "c.resolvers.level3.net",
"city": "Broomfield",
"region": "Colorado",
"country": "US",
"loc": "39.8854,-105.1139",
"org": "AS3356 Level 3 Parent, LLC",
"postal": "80021",
"timezone": "America/Denver",
"asn": {
"asn": "AS3356",
"name": "Level 3 Parent, LLC",
"domain": "lumen.com",
"route": "4.0.0.0/9",
"type": "isp"
},
"privacy": {
"vpn": false,
"proxy": false,
"tor": false,
"relay": false,
"hosting": false
},
"abuse": {
"address": "US, LA, Monroe, 100 CenturyLink Drive, 71203",
"country": "US",
"email": "abuse@level3.com",
"name": "L3 Abuse Contact",
"network": "4.0.0.0/9",
"phone": "+1-877-453-8353"
}
}
}

How to Use

  1. Set Up the Actor:

    • Install the actor from the Apify platform.
  2. Provide Input Parameters:

    • ip_addresses: Specify the IP addresses you want to analyze.
  3. Run the Actor:

    • Execute the actor on the Apify platform.
  4. View Results:

    • Access detailed results in JSON format via the dataset.