IP Information Checker
Try for free
Pay $5.00 for 1,000 results
Go to Store
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsIP Information Checker
hung.ad4gate/ip-information-checker
Try for free
Pay $5.00 for 1,000 results
Check and retrieve detailed information about IP addresses
🌍 IP Information Checker
This actor uses the ip-api.com API to check and retrieve detailed information about IP addresses.
✨ Features
- 🔍 Check information for one or multiple IP addresses
- ⚡ Process multiple IP requests concurrently
- 🌎 Return detailed geographical location information
- 🔰 Provide AS (Autonomous System) details
- ⚠️ Handle errors gracefully with detailed reporting
- 🆓 Free to use with no API key required
📥 Input
The actor accepts one parameter:
ipAddresses
(required): List of IP addresses to check
Example input:
1{ 2 "ipAddresses": [ 3 "8.8.8.8", 4 "1.1.1.1" 5 ] 6}
📤 Output
Each IP address will generate multiple results in the dataset, including:
- 📌 Basic IP information
- 🌍 Geographical location data
- 🔰 AS (Autonomous System) information
- 🏢 ISP details
- 📱 Mobile carrier information (if applicable)
Example output:
1{ 2 "ip": "8.8.8.8", 3 "location": { 4 "country": "United States", 5 "countryCode": "US", 6 "region": "California", 7 "regionName": "California", 8 "city": "Mountain View", 9 "zip": "94043", 10 "lat": 37.4223, 11 "lon": -122.0847, 12 "timezone": "America/Los_Angeles" 13 }, 14 "network": { 15 "isp": "Google LLC", 16 "org": "Google LLC", 17 "as": "AS15169 Google LLC" 18 } 19}
🚀 Usage
- 📝 Enter your list of IP addresses in the actor input
- ▶️ Run the actor and view results in the Dataset tab
📝 Notes
- ✅ Each IP address must be properly formatted
- ⚡ The actor processes all IPs concurrently for optimal performance
- 📊 Results are split into separate entries for easier data analysis
- ⏱️ Free tier of ip-api.com has a rate limit of 45 requests per minute
Developer
Maintained by Community
Actor Metrics
4 monthly users
-
1 star
>99% runs succeeded
Created in Dec 2024
Modified 2 days ago
Categories