# IP Geolocation & ASN Checker (Pay Per Result) (`vtrdev/ip-info-checker`) Actor

Check IP addresses for geolocation, ASN, ISP, and privacy details. Bulk process thousands per minute with pay-per-result pricing. Just input IPs and get accurate results instantly.

- **URL**: https://apify.com/vtrdev/ip-info-checker.md
- **Developed by:** [VTRDEV](https://apify.com/vtrdev) (community)
- **Categories:** Developer tools, Integrations, Social media
- **Stats:** 18 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$1.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 🌍 IP Geolocation & ASN Checker (Pay Per Result)

### Overview

This Apify Actor provides a fast and reliable way to check IP addresses for **geolocation, ASN (Autonomous System Number), ISP details, and privacy flags**.  

Whether you’re a developer, marketer, or security researcher, this tool helps you enrich datasets, detect fraud, and understand user locations — all with a **pay-per-result pricing model**.

---

### 🚀 Key Features

- 🌍 **Geolocation Data:** City, state, country, postal code, timezone, latitude, longitude.
- 🏢 **ASN & ISP Info:** ASN, ASN name, type, hostname, company.
- 🔒 **Privacy & Anycast Flags:** Detect private/proxy indicators and anycast.
- 📊 **Bulk Processing:** Check many IPs in one run.
- 💰 **Pay Per Processed IP:** Billing is based on the number of IPs you submit.
- ⚡ **High Performance:** Optimized for speed and parallel runs.
- 🔌 **Simple Integration:** Clean JSON input/output.
- ✅ **No external account required:** Works out of the box. 

---

### 💡 Use Cases

*   **Security & Fraud Detection** → Flag suspicious IP addresses (proxy, VPN, datacenter).  
*   **Web Analytics** → Enrich logs with geolocation and ISP data.  
*   **Ad Targeting** → Identify audience location by IP for better segmentation.  
*   **E-commerce** → Detect unusual logins or fraudulent purchases.  
*   **Data Enrichment** → Enhance datasets with IP metadata.  

---

### ⚙️ How it Works

The Actor accepts a list of IP addresses, checks each one, and returns enriched details about the IP, including **geolocation, ASN, ISP, and privacy flags**. You can process **single IPs or bulk lists** in the same run.

---

### 💵 Pricing

This Actor uses **Pay Per Result** pricing.

- **$1 per 1000 results**
- **Definition:** 1 result = **1 IP processed**, regardless of the lookup outcome (valid, invalid, private range, or partial data).
- **Example:** If you submit 100 IPs and only 23 are valid, you are billed for **100 results**.

---

### ⚡ Performance

Recent benchmarks:  

- **100 IPs** → 11 seconds (with 512 MB memory).  
- On **Apify Starter Plan (32 GB RAM)** → you can run up to **32 actors in parallel**.  
- **Throughput per actor:** 545 IPs per minute.  
- **Throughput with 32 actors in parallel:**  
  `545 IPs x 32 approx 17.440 IPs per minute`

✅ That means you can validate **~17,000+ IPs per minute** on the Starter Plan.   

---

### 🔑 Input Parameters

| Field | Type   | Description                    | Default value |
|-------|--------|--------------------------------|---------------|
| `ips` | array  | A list of IP addresses to check | `[]`          |

---

### 📥 Input Example

```json
{
  "ips": [
    "4.2.2.2"
  ]
}
````

### Output Example

```json
[
  {
    "ip": "4.2.2.2",
    "geolocation": {
      "city": "Monroe",
      "state": "Louisiana",
      "country": "United States",
      "postal": "71203",
      "timezone": "America/Chicago",
      "latitude": "32.5530",
      "longitude": "-92.0422",
      "country_code": "US"
    },
    "asn": "AS3356",
    "asn_name": "Level 3 Parent, LLC",
    "asn_type": "ISP",
    "hostname": "b.resolvers.level3.net",
    "range": "4.0.0.0/9",
    "company": "Level 3 Parent, LLC",
    "privacy": false,
    "anycast": true
  },
]
```

### 📊 Why Choose IP Geolocation & ASN Checker?

Here's a comparison of using our Actor versus manual checking or other less efficient methods:

| Feature             | IP Geolocation & ASN Checker (Actor) | Manual Checking / Other Methods |
| :------------------ | :----------------------------------- | :------------------------------ |
| **Speed**           | Up to 17,440 checks/minute (parallel) | Very slow, human-dependent      |
| **Accuracy**        | Real-time lookup                     | Prone to human error, outdated  |
| **Cost-Efficiency** | **Pay per processed IP**             | High labor costs, fixed fees    |
| **Scalability**     | Unlimited bulk processing            | Limited, resource-intensive     |
| **Automation**      | Fully automated                      | Manual, time-consuming          |
| **Integration**     | Simple JSON                          | Complex, custom solutions       |
| **Reliability**     | Consistent, robust performance       | Inconsistent, prone to errors   |
| **Account Setup**   | No external account/API required     | Requires external API keys      |

***

### Support

For any questions, issues, or custom requirements, please reach out to our support team.\
We are dedicated to ensuring your success with the **IP Geolocation & ASN Checker Actor**.

***

### ❓ FAQ

**Q: How are results counted for billing?**\
A: **1 result = 1 IP processed.** You are billed for every IP you submit, even if the IP is invalid, private, unreachable, or returns partial data.

**Q: Do I pay only for valid IPs?**\
A: No. Billing is per processed IP, not per valid match. Example: submit 100 IPs, 23 valid → billed for 100 results.

**Q: What formats are accepted?**\
A: IPv4 and IPv6 in standard notation. Malformed strings may still count as processed if submitted.

**Q: Do I need to connect an external API or account?**\
A: No. This Actor works out of the box.

**Q: Is bulk usage supported?**\
A: Yes. You can submit large lists and use parallel runs for higher throughput.

**Q: What do the `privacy` and `anycast` fields mean?**\
A:  `privacy`: Indicates if the IP is associated with VPNs, proxies, or other methods to mask identity.\
A:  `anycast`: Means the IP address is shared by multiple systems, often for load balancing or redundancy.

# Actor input Schema

## `ips` (type: `array`):

Enter a valid IPv4 or IPv6 address (e.g. 8.8.8.8)

## Actor input object example

```json
{
  "ips": [
    "8.8.8.8",
    "1.1.1.1",
    "2001:4860:4860::8888"
  ]
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "ips": [
        "8.8.8.8",
        "1.1.1.1",
        "2001:4860:4860::8888"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("vtrdev/ip-info-checker").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "ips": [
        "8.8.8.8",
        "1.1.1.1",
        "2001:4860:4860::8888",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("vtrdev/ip-info-checker").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "ips": [
    "8.8.8.8",
    "1.1.1.1",
    "2001:4860:4860::8888"
  ]
}' |
apify call vtrdev/ip-info-checker --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=vtrdev/ip-info-checker",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "IP Geolocation & ASN Checker (Pay Per Result)",
        "description": "Check IP addresses for geolocation, ASN, ISP, and privacy details. Bulk process thousands per minute with pay-per-result pricing. Just input IPs and get accurate results instantly.",
        "version": "0.0",
        "x-build-id": "rCNksdCHlHsqZR44o"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/vtrdev~ip-info-checker/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-vtrdev-ip-info-checker",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/vtrdev~ip-info-checker/runs": {
            "post": {
                "operationId": "runs-sync-vtrdev-ip-info-checker",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/vtrdev~ip-info-checker/run-sync": {
            "post": {
                "operationId": "run-sync-vtrdev-ip-info-checker",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "ips"
                ],
                "properties": {
                    "ips": {
                        "title": "IP Address",
                        "type": "array",
                        "description": "Enter a valid IPv4 or IPv6 address (e.g. 8.8.8.8)",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
