IP Geolocation and Insights Lookup
Pay $1.95 for 1,000 results
IP Geolocation and Insights Lookup
Pay $1.95 for 1,000 results
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.
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:
Parameter | Type | Description | Required | Default |
---|---|---|---|---|
ip_addresses | array | A 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:
1{ 2 "input": "4.2.2.3", 3 "data": { 4 "ip": "4.2.2.3", 5 "hostname": "c.resolvers.level3.net", 6 "city": "Broomfield", 7 "region": "Colorado", 8 "country": "US", 9 "loc": "39.8854,-105.1139", 10 "org": "AS3356 Level 3 Parent, LLC", 11 "postal": "80021", 12 "timezone": "America/Denver", 13 "asn": { 14 "asn": "AS3356", 15 "name": "Level 3 Parent, LLC", 16 "domain": "lumen.com", 17 "route": "4.0.0.0/9", 18 "type": "isp" 19 }, 20 "privacy": { 21 "vpn": false, 22 "proxy": false, 23 "tor": false, 24 "relay": false, 25 "hosting": false 26 }, 27 "abuse": { 28 "address": "US, LA, Monroe, 100 CenturyLink Drive, 71203", 29 "country": "US", 30 "email": "abuse@level3.com", 31 "name": "L3 Abuse Contact", 32 "network": "4.0.0.0/9", 33 "phone": "+1-877-453-8353" 34 } 35 } 36}
How to Use
-
Set Up the Actor:
- Install the actor from the Apify platform.
-
Provide Input Parameters:
ip_addresses
: Specify the IP addresses you want to analyze.
-
Run the Actor:
- Execute the actor on the Apify platform.
-
View Results:
- Access detailed results in JSON format via the dataset.
Actor Metrics
2 monthly users
-
1 star
>99% runs succeeded
Created in Dec 2024
Modified 17 days ago