IP Information Checker
Try for free
Pay $5.00 for 1,000 results
Go to Store
IP 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
This actor uses the ipify.org 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
Input
The actor accepts two parameters:
apiKey
(required): Your ipify.org API keyipAddresses
(required): List of IP addresses to check
Example input:
1{ 2 "apiKey": "your_api_key_here", 3 "ipAddresses": [ 4 "8.8.8.8", 5 "1.1.1.1" 6 ] 7}
Output
Each IP address will generate multiple results in the dataset, including:
- Basic IP information
- Geographical location data
- AS (Autonomous System) information
- ISP details
Example output:
1{ 2 "ip": "8.8.8.8", 3 "location": { 4 "country": "US", 5 "region": "California", 6 "city": "Mountain View" 7 }, 8 "queried_ip": "8.8.8.8" 9}
Usage
- Sign up at ipify.org to get your API key
- Enter your API key and list of IP addresses in the actor input
- Run the actor and view results in the Dataset tab
Notes
- API key must be valid and have available quota
- 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
Developer
Maintained by Community
Actor Metrics
1 monthly user
-
0 No stars yet
Created in Dec 2024
Modified a day ago
Categories