Instant Ip Address Lookup avatar
Instant Ip Address Lookup

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Instant Ip Address Lookup

Instant Ip Address Lookup

Detect risky traffic and enrich IPs for security workflows. This actor performs IP address lookup and returns IP geolocation (country/region/city + coordinates), ISP & ASN, timezone/local time, and proxy/VPN detection. Perfect for fraud prevention, account takeover risk checks, payment risk scoring.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Kevin

Kevin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Instant IP Address Lookup (Apify Actor)

Instant IP Address Lookup is an Apify actor for IP address lookup and IP geolocation. It returns clean, structured results for:

  • Location: country, region/state, city, ZIP/postal code, latitude & longitude
  • Network: ISP, ASN, IP version (IPv4/IPv6)
  • Security signals: proxy/VPN detection (when available)
  • Time: timezone and local current time

Use it to enrich IPs in your workflows and export the dataset as JSON / CSV / Excel.


Table of Contents

  1. Overview
  2. Key Features
  3. Use Cases
  4. Input
  5. Output
  6. Dataset Views
  7. Examples
  8. Best Practices
  9. FAQ
  10. Keywords (SEO)

Overview

πŸ”Ž This actor helps you lookup any IPv4 or IPv6 address and fetch:

  • IP geolocation: country, region, city, latitude, longitude, ZIP/postal code
  • Network data: ISP, ASN, IP version, timezone, current local time
  • Proxy / VPN detection: whether the IP is a proxy and related proxy metadata (if available)

Results are saved as one dataset item per IP address.

Typical integrations:

  • Security checks
  • Fraud & risk scoring
  • Lead enrichment
  • Geo-targeting / compliance

Key Features

  • ⚑ Fast IP address lookup for single or batch runs
  • 🌍 Supports IPv4 and IPv6
  • πŸ›‘οΈ Proxy/VPN detection (when available)
  • πŸ“¦ Structured, export-ready dataset (JSON/CSV/Excel)
  • πŸ“Š Clean dataset table views for quick analysis

Use Cases

  • IP geolocation lookup for analytics, dashboards, and personalization
  • Detect proxy/VPN traffic for abuse prevention and moderation
  • Fraud detection and account security checks
  • Lead enrichment: map IP addresses to country/city and ISP
  • Compliance / geo-restriction: validate traffic origin

Input

The actor input is configured from the Apify UI and stored in the default INPUT.

FieldTypeRequiredDescription
ipAddressesarray of stringsYesList of IPv4/IPv6 addresses to lookup. Duplicates are removed automatically.

Limits:

  • Minimum: 1
  • Maximum: 100

Output

Each dataset item represents one IP address.

Output fields (common)

FieldTypeDescription
ipstringThe IP address that was looked up.
ipVersionnumberIP version, e.g. 4 or 6.
validbooleanWhether the IP is valid according to the lookup response.
flagstringCountry flag emoji, when available.
countryCodestringISO alpha-2 country code.
countrystringCountry name.
regionstringRegion/state name.
citystringCity name.
zipCodestringZIP/postal code (if available).
latitudenumberLatitude.
longitudenumberLongitude.
timeZonestringTimezone offset or identifier (if available).
currentTimestringCurrent local time (if available).
ispstringInternet Service Provider.
asnstringAutonomous System Number.
isProxybooleanProxy/VPN indicator (if available).
proxyobjectProxy details (optional).
statusstringsuccess or failed.
errorstringError message when failed.
errorCodenumberHTTP-like error code when failed.
timestampstringWhen the item was produced.

Dataset Views

πŸ“Š This actor includes a clean table experience using these dataset views:

  • overview β€” quick summary (IP, location, ISP, proxy)
  • location β€” detailed location fields (country/region/city/coordinates)
  • network β€” network & security fields (ISP/ASN/proxy details)

Examples

Example 1: Lookup a single IP address

{
"ipAddresses": ["8.8.8.8"]
}

Example 2: Batch IP lookup (IPv4 + IPv6)

{
"ipAddresses": [
"35.209.198.222",
"8.8.8.8",
"2001:4860:4860::8888"
]
}

Best Practices

  • Provide clean IP addresses (no ports, no URLs). Example: use 8.8.8.8, not 8.8.8.8:443.
  • For large scale pipelines, run this actor via Apify API and store results in a dedicated dataset.
  • If you need to enrich millions of IPs, consider batching + retries in your orchestration layer.

FAQ

Q: Does this actor support IPv6?
A: Yes, it supports both IPv4 and IPv6.

Q: Why do I get failed for some IPs?
A: Common reasons are invalid input, rate limits (429), or The actor stores error and errorCode for each failed item.

Q: Will it always detect VPN/Proxy correctly?
A: Proxy/VPN detection accuracy depends on the underlying data source. This actor outputs the available fields returned by the lookup.

Q: Where do I see the results?
A: Results are saved to the actor’s default dataset. You can export as JSON/CSV/Excel.


Keywords (SEO)

  • ip address lookup
  • ip lookup api
  • ip geolocation lookup
  • ip to location
  • ip address geolocation
  • detect proxy ip
  • vpn detection
  • proxy detection api
  • isp lookup
  • asn lookup
  • apify ip lookup actor
  • proxy checker

If this actor helps your workflow, please consider leaving a rating on Apify.