VOOZH about

URL: https://apify.com/abotapi/ip-location-check

โ‡ฑ Ip Location Check ยท Apify


Pricing

from $1.40 / 1,000 results

Go to Apify Store

Look up geographic locations for IP addresses. Supports batch lookups with country, city, subdivision, coordinates, and timezone data.

Pricing

from $1.40 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

1

Monthly active users

15 days ago

Last modified

Share

IP Location Checker

Look up geographic locations for IP addresses. Supports batch lookups with country, city, subdivision, coordinates, and timezone data.

The IP database refreshes every week automatically -each run checks for the latest version and caches it for 24 hours.

What data can you get?

  • Country -Name and ISO 3166-1 alpha-2 code (e.g., US, HK, JP)
  • Subdivision -State, province, or region
  • City -City name
  • Postal code -ZIP or postal code
  • Coordinates -Latitude and longitude
  • Timezone -IANA timezone identifier (e.g., America/Chicago, Asia/Hong_Kong)
  • Accuracy radius -Approximate accuracy in kilometers
  • Multi-language -Location names in 10+ languages (en, de, fr, ja, zh-CN, etc.)

Use cases

  • Ad targeting validation -Verify that ad impressions are served to the correct geographic regions
  • Fraud detection -Flag users whose IP location doesn't match their claimed location
  • Content localization -Determine user regions for serving localized content
  • Access control -Enforce geographic restrictions on APIs or content
  • Analytics enrichment -Add location data to IP-based logs and analytics pipelines
  • Compliance -Identify traffic from specific jurisdictions for regulatory compliance

Quick start

Basic lookup

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

With language

{
"ipAddresses":["8.8.8.8","103.235.46.39"],
"language":"zh-CN"
}

Input

FieldTypeDescription
ipAddressesarrayList of IP addresses to look up (IPv4 or IPv6). Required.
languagestringLanguage for location names, ISO 639-1 code (default: en)

Supported languages

en, de, es, fr, ja, pt-BR, ru, zh-CN -availability depends on the GeoLite2 database coverage for each location.

Output

Results are pushed to the default Dataset as JSON objects.

Example output

{
"ip":"8.8.8.8",
"country":"United States",
"countryCode":"US",
"subdivision":null,
"city":null,
"postalCode":null,
"latitude":37.751,
"longitude":-97.822,
"timezone":"America/Chicago",
"accuracyRadius":1000,
"success":true,
"error":null
}

Output fields

FieldTypeDescription
ipstringThe queried IP address
countrystringCountry name in the requested language
countryCodestringISO 3166-1 alpha-2 country code
subdivisionstringState, province, or region
citystringCity name
postalCodestringPostal/ZIP code
latitudenumberApproximate latitude
longitudenumberApproximate longitude
timezonestringIANA timezone identifier
accuracyRadiusintegerAccuracy radius in kilometers
successbooleanWhether the lookup succeeded
errorstringError message if lookup failed

You might also like

IP Lookup API

gentle_cloud/ip-lookup-api

Look up geolocation, ISP, proxy/VPN detection, and hosting provider info for any IP address. Supports batch lookups up to 100 IPs. No API key required.

IP Lookup (IP Geolocation & Security Threats)

greip/ip-lookup

Retrieve comprehensive information about IP addresses including geolocation, ISP, timezone, currency, and security data. Ideal for user profiling, fraud prevention, and geographic analysis.

Ip Geolocation Lookup - Bulk IP Location, ISP & ASN

apizy/ip-geolocation-lookup

Resolve IP addresses in bulk with accurate geolocation data including country, region, city, coordinates, and timezone. Optionally enrich results with ISP, ASN, and organization data. Ideal for analytics, fraud review, and traffic enrichment.

IP Info Tracker What is my IP

mrahil/ip-info-tracker-what-is-my-ip

This actor fetches detailed IP information from the custom rahilapis.vercel.app API endpoint. It retrieves and formats a comprehensive set of data points including IP address, location, TLS version, user agent, and various connection parameters. Perfect for IP monitoring

๐Ÿ‘ User avatar

Mohammed Rahil

41

IP Address Information Scraper

ryancoffey/ip-address-information-scraper

IP Address Information Scraper