IP Information Checker avatar
IP Information Checker
Deprecated

Pricing

$5.00 / 1,000 results

Go to Apify Store
IP Information Checker

IP Information Checker

Deprecated

Check and retrieve detailed information about IP addresses

Pricing

$5.00 / 1,000 results

Rating

0.0

(0)

Developer

Hung Dinh

Hung Dinh

Maintained by Community

Actor stats

2

Bookmarked

13

Total users

6

Monthly active users

9 months ago

Last modified

Categories

Share

🌍 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:

{
"ipAddresses": [
"8.8.8.8",
"1.1.1.1"
]
}

πŸ“€ 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:

{
"ip": "8.8.8.8",
"location": {
"country": "United States",
"countryCode": "US",
"region": "California",
"regionName": "California",
"city": "Mountain View",
"zip": "94043",
"lat": 37.4223,
"lon": -122.0847,
"timezone": "America/Los_Angeles"
},
"network": {
"isp": "Google LLC",
"org": "Google LLC",
"as": "AS15169 Google LLC"
}
}

πŸš€ Usage

  1. πŸ“ Enter your list of IP addresses in the actor input
  2. ▢️ 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