VOOZH about

URL: https://apify.com/nexgendata/ip-geolocation-lookup

โ‡ฑ ๐Ÿ“ IP Geolocation API โ€” MaxMind & IPinfo Alternative ยท Apify


๐Ÿ‘ ๐Ÿ“ IP Geolocation โ€” Bulk IP to Location & ISP avatar

๐Ÿ“ IP Geolocation โ€” Bulk IP to Location & ISP

Pricing

from $20.00 / 1,000 results

Go to Apify Store

๐Ÿ“ IP Geolocation โ€” Bulk IP to Location & ISP

Convert IPs to physical locations โ€” country, city, ISP, organization, ASN. MaxMind, IPinfo & ipapi alternative for fraud detection, analytics enrichment and security audits. Bulk processing, no rate limits, pay per lookup.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

11 days ago

Last modified

Share

๐Ÿ”Ž IP Geolocation Lookup โ€” Bulk IP-to-Country, City, ISP, ASN

Bulk IP-to-location enrichment. Pull country, city, region, postal code, latitude / longitude, ISP, organization, ASN, timezone, and connection type for any list of IPv4 / IPv6 addresses. Built as a drop-in alternative to MaxMind GeoIP2, IPinfo.io, ip-api.com, and ipdata โ€” at pay-per-event pricing with no monthly minimum and no API key to lose.

Why IP Geolocation Lookup Beats MaxMind GeoIP2, IPinfo, ip-api.com & ipdata

FeatureNexGenData IP Geolocation LookupMaxMind GeoIP2IPinfo.ioip-api.comipdata
Cost$0.002 per IP, pay-per-event$26+ / month (50k lookups)$99+ / month (250k)$13+ / month, no free commercial$10+ / month
Rate limitNone โ€” Apify proxy pool absorbsDB updates onlyPlan-gated45 req/min on freePlan-gated
Bulk inputThousands per runDB lookup localAPI plan-gatedOne per callAPI plan-gated
ASN + ISPYesPaid tierYesPaid onlyYes
TimezoneYesYesYesYesYes
Connection typeYes (residential / mobile / business / hosting)Paid tierPaid tierPaid tierYes
OutputJSON / CSV / ExcelDB binaryJSONJSONJSON
AuthApify tokenLicense key + DB downloadAPI keyAPI keyAPI key
Monthly minimumNone$26+$99+$13+$10+

Most teams pick this actor because it is cheaper than IPinfo's $99/month base plan, has no rate limit like ip-api.com's free tier, and ships ASN + connection-type fields that MaxMind paywalls. It is a true drop-in alternative to MaxMind GeoIP2 and IPinfo for fraud detection, ad targeting, login forensics, and analytics enrichment.

What You Get

Every record contains:

  • ip โ€” the address looked up (normalized)
  • country + country_code (ISO-3166 alpha-2)
  • region / region_code
  • city
  • postal_code
  • latitude + longitude
  • timezone (IANA)
  • isp โ€” Internet service provider name
  • organization โ€” registered org for the IP block
  • asn โ€” autonomous system number (e.g. AS15169 for Google)
  • as_name โ€” AS organization
  • connection_type โ€” residential / business / mobile / hosting / cdn
  • proxy_flag โ€” true when the IP is a known VPN / proxy / Tor exit
  • lookup_timestamp

Output streams to a clean Apify dataset โ€” export CSV, JSON, Excel, RSS, or pull via the dataset API.

Use Cases

  • Fraud / risk teams โ€” score login attempts by ASN + connection type, flag VPN / hosting-IP signups
  • Ad-tech โ€” geo-target campaigns by country / region / city without paying MaxMind enterprise rates
  • Analytics โ€” enrich web analytics visitor logs with ISP + country for B2B account de-anonymization
  • Security / SOC โ€” bulk-resolve threat-feed IPs to ASNs for triage
  • Content delivery / CDN routing โ€” pre-compute the right edge POP for any visitor IP
  • GDPR compliance โ€” detect EU traffic for cookie banners + data routing decisions

Quick Start (Python)

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/ip-geolocation-lookup").call(run_input={
"ips":["8.8.8.8","1.1.1.1","2001:4860:4860::8888"]
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["ip"], item["country"], item["isp"])

Pricing โ€” Pay Per IP

  • Actor start: $0.005
  • IP lookup: $0.002

A 1,000-IP batch costs $2.00. A daily 500-IP enrichment pipeline runs $1/day. No monthly minimum.

Related NexGenData Actors

Use caseActor
RDAP-powered IP geolocation replacementip-geolocation-replacement
Bulk WHOIS / RDAP domain lookupwhois-replacement
Bulk DNS A / MX / NS / TXT / CAA recordsdns-records-lookup
Real-time global DNS propagationdns-propagation-checker
Email RBL / blacklist checkeremail-rbl-checker
Wappalyzer / BuiltWith tech-stack detectorwappalyzer-replacement
Lighthouse + Core Web Vitals bulk auditorpage-speed-analyzer
Domain intelligence MCP for AI agentsdomain-intelligence-mcp-server

FAQ

Q: Where does the geolocation data come from? A: A combination of public RIR (ARIN, RIPE, APNIC, AFRINIC, LACNIC) registration data, BGP routing tables, and DB-IP / IP2Location-derived city granularity. We refresh weekly.

Q: How accurate is the city field? A: Country level is ~99% accurate. City is 60-80% accurate for residential IPs and lower for mobile carriers / cloud hosts (where the entire range is geo-anchored to a corporate HQ).

Q: Does it support IPv6? A: Yes, both IPv4 and IPv6 lookups return the same schema.

Q: Can I trust the proxy flag? A: It detects known VPN / hosting / Tor ranges with ~90% precision. For high-stakes fraud decisions, combine with behavioral signals.

Q: Can I use this commercially? A: Yes. All upstream data is from public RIRs and freely-distributable IP databases.

Q: Is there a free tier? A: Apify gives every account free monthly credits on signup (referral link) โ€” enough for several thousand free lookups before any payment.

About NexGenData

NexGenData publishes 260+ buyer-intent actors covering SEC filings, YC alumni, lead generation, competitive intelligence, stock fundamentals across 30+ exchanges, domain / DNS infrastructure replacements, and MCP servers for AI agents. All pay-per-result. Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b


How NexGenData Pricing Works

Every NexGenData actor uses pay-per-event pricing โ€” you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.

  • Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
  • Result: charged per item written to the default dataset
  • No charge for retries, internal proxy rotation, or failed sub-requests โ€” those are absorbed by the platform

Apify Platform Bonus

New to Apify? Sign up with the NexGenData referral link โ€” you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.

Integration Surface

Every actor in the NexGenData catalog can be triggered from:

  • Apify console โ€” point-and-click run
  • Apify API โ€” REST + webhooks
  • Apify Python / JS SDKs โ€” programmatic batch
  • Zapier, Make.com, n8n โ€” official integrations
  • MCP โ€” many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
  • Schedules โ€” built-in cron for daily / weekly / monthly runs
  • Webhooks โ€” POST results to any HTTPS endpoint on dataset write

Support

NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome โ€” high-demand features ship in the next version.

Home: thenextgennexus.com Full catalog: apify.com/nexgendata

Related NexGenData actors

Part of the 6. Cybersecurity & Domain Intelligence workflow. Related NexGenData actors:

Browse the full NexGenData storefront by workflow or the Cybersecurity & Domain Intelligence cluster guide.

You might also like

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 Geolocation Enrichment - Bulk IP to Location, ASN, ISP

santamaria-automations/ip-geolocation

Bulk enrich IP addresses with country, city, latitude/longitude, ASN, ISP, and network information. Powered by MaxMind GeoLite2. Perfect for log analysis, fraud detection, audience analytics, and security investigations. Supports IPv4 and IPv6.

IP Geolocation & ASN Checker (Pay Per Result)

vtrdev/ip-info-checker

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.

Instant Ip Address Lookup

burbn/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.

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.