IP Geolocation & Intelligence Checker avatar
IP Geolocation & Intelligence Checker

Pricing

$1.00 / 1,000 results

Go to Apify Store
IP Geolocation & Intelligence Checker

IP Geolocation & Intelligence Checker

Instantly look up a list of IPv4/IPv6 addresses. This fast actor scrapes detailed geolocation data including location (city, country), ASN, company info, security risks (VPN, proxy, TOR), timezone, currency, and country flag. Free users are limited to 10 IPs. You can enter your own api key also

Pricing

$1.00 / 1,000 results

Rating

5.0

(1)

Developer

CodeScraper

CodeScraper

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

🌍 IP Geolocation & Intelligence Checker – Bulk IP Lookup

This Apify actor performs advanced IP intelligence lookups for any IPv4 or IPv6 address. It returns detailed geolocation, network, ASN, company info, security flags, timezone, currency, and domain associations using Abstract API IP Intelligence.

Supports single IPs or large bulk lists, automatically handles missing data, and provides high-quality structured output.


πŸš€ What It Does

For every IP, the actor retrieves:

  • πŸ“ Location Details: Country, region, city, coordinates
  • πŸ›°οΈ ASN Details: ASN number, ISP name, type, domain
  • 🏒 Company Info: Name, domain, and hosting type
  • πŸ›‘οΈ Security Flags: VPN, Proxy, TOR, Hosting, Relay, Abuse, Mobile
  • 🌐 Associated Domains: Related / reverse-DNS domains
  • πŸ•’ Timezone Info: Local time, abbreviation, UTC offset, DST
  • πŸ’± Currency Info: Country currency name, code & symbol
  • πŸ‡ΊπŸ‡Έ Country Flag: Emoji, unicode, PNG, SVG URLs

⚑ It Handles

  • βœ… Bulk IP lists
  • 🌐 IPv4 & IPv6
  • πŸ”„ Automatic fallback when fields are missing
  • πŸ›‘οΈ VPN / Proxy / Hosting detection
  • πŸš€ Fast, parallel geolocation queries
  • πŸ”‘ Works with your key or system keys

Using your own key gives you higher limits, reliability, and ensures accuracy.

How to get your IP Intelligence API key:

  1. Go to Abstract API IP Intelligence Tester https://app.abstractapi.com/api/ip-intelligence/tester

  2. Sign up or log in.

  3. Your Primary Key will appear automatically check the Try it out section and get you key named Primary Key. Make sure you are at this link: https://app.abstractapi.com/api/ip-intelligence/tester

  4. Copy the key listed under IP Intelligence.

  5. Free tier allows 1000 free lookups per month.

  6. Add your key in the β€œYour Personal IP Intelligence API Key” field.

πŸ”’ System Keys Behavior

  • If user does NOT provide a key, the actor uses its own internal keys.
  • Free users can only run 10 IP lookups per execution.
  • If system keys run out, you must provide your own key.

βš™οΈ Input Configuration

FieldTypeDescriptionExample Values
ipsArrayList of IPs (IPv4 or IPv6) to lookup["8.8.8.8", "1.1.1.1"]
userApiKeyStringYour personal Abstract API IP Intelligence key (optional, recommended)"YOUR_API_KEY_HERE"

🧩 Example Input

{
"ips": ["8.8.8.8", "1.1.1.1", "185.105.6.35"],
"userApiKey": "YOUR_ABSTRACT_API_KEY_HERE"
}

πŸ“Š Example Output

{
"ip_address": "8.8.8.8",
"security": {
"is_vpn": true,
"is_proxy": false,
"is_tor": false,
"is_hosting": true,
"is_relay": true,
"is_mobile": false,
"is_abuse": false
},
"asn": {
"asn": 15169,
"name": "GOOGLE",
"domain": "www.google.com",
"type": "hosting"
},
"company": {
"name": "GOOGLE",
"domain": "www.google.com",
"type": "hosting"
},
"domains": {
"domains": [
"mozilla1.com",
"bot.nu",
"dns.google",
"t82.co",
"authrock.com"
]
},
"location": {
"country": "United States",
"country_code": "US",
"continent": "North America",
"latitude": 37.751,
"longitude": -97.822
},
"timezone": {
"name": "America/Chicago",
"local_time": "22:28:59",
"utc_offset": -6
},
"flag": {
"emoji": "πŸ‡ΊπŸ‡Έ",
"png": "https://static.abstractapi.com/country-flags/US_flag.png"
},
"currency": {
"name": "US Dollar",
"code": "USD",
"symbol": "$"
}
}

🧠 Features

  • 🌍 Supports all IP types (IPv4 & IPv6)
  • ⚑ Bulk lookup processing
  • πŸ›‘οΈ VPN / Proxy / TOR / Hosting detection
  • πŸ›°οΈ ASN, ISP & company enrichment
  • 🌐 Related domains extraction
  • πŸ•’ Local time & timezone insights
  • πŸ’± Currency & country metadata
  • πŸ“Œ Accurate geolocation with fallback logic
  • πŸš€ Optimized for high-speed Apify parallel execution

πŸ’‘ Use Cases

  • Cybersecurity: Detect VPNs, Proxies, TOR nodes
  • Fraud Prevention: Identify suspicious or hosting IPs
  • User Risk Scoring
  • Threat Intelligence
  • Geo-based Access Control
  • Analyzing logs, leads, users, or traffic
  • Marketing: Enrich IP-based lead information

❓ FAQs

1. How many IPs can I check at once?

You can submit any list size, but free users are limited to 10 lookups per execution when using system keys.

2. Is an API key required?

No β€” but recommended. Without a key, the actor uses limited system keys.

3. What happens if I exceed free limits?

  • System keys β†’ lookup will fail
  • Your own key β†’ depends on your Abstract API plan

4. Does it support IPv6?

βœ… Yes, fully supported.

5. Are the results real-time?

Yes β€” every lookup retrieves fresh data from Abstract API.


πŸ§‘β€πŸ’» Developer Info

Author: codescraper Email: codescraper011@gmail.com


🏷️ Tags

ip-geolocation Β· ip-intelligence Β· vpn-detection Β· proxy-checker Β· ip-info bulk-ip-checker Β· ip-data Β· security Β· cybersecurity Β· apify Β· automation