๐ IP Geolocation โ Bulk IP to Location & ISP
Pricing
from $20.00 / 1,000 results
๐ 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
Actor stats
0
Bookmarked
3
Total users
1
Monthly active users
11 days ago
Last modified
Categories
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
| Feature | NexGenData IP Geolocation Lookup | MaxMind GeoIP2 | IPinfo.io | ip-api.com | ipdata |
|---|---|---|---|---|---|
| Cost | $0.002 per IP, pay-per-event | $26+ / month (50k lookups) | $99+ / month (250k) | $13+ / month, no free commercial | $10+ / month |
| Rate limit | None โ Apify proxy pool absorbs | DB updates only | Plan-gated | 45 req/min on free | Plan-gated |
| Bulk input | Thousands per run | DB lookup local | API plan-gated | One per call | API plan-gated |
| ASN + ISP | Yes | Paid tier | Yes | Paid only | Yes |
| Timezone | Yes | Yes | Yes | Yes | Yes |
| Connection type | Yes (residential / mobile / business / hosting) | Paid tier | Paid tier | Paid tier | Yes |
| Output | JSON / CSV / Excel | DB binary | JSON | JSON | JSON |
| Auth | Apify token | License key + DB download | API key | API key | API key |
| Monthly minimum | None | $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_codecitypostal_codelatitude+longitudetimezone(IANA)ispโ Internet service provider nameorganizationโ registered org for the IP blockasnโ autonomous system number (e.g.AS15169for Google)as_nameโ AS organizationconnection_typeโ residential / business / mobile / hosting / cdnproxy_flagโ true when the IP is a known VPN / proxy / Tor exitlookup_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 ApifyClientclient = 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 case | Actor |
|---|---|
| RDAP-powered IP geolocation replacement | ip-geolocation-replacement |
| Bulk WHOIS / RDAP domain lookup | whois-replacement |
| Bulk DNS A / MX / NS / TXT / CAA records | dns-records-lookup |
| Real-time global DNS propagation | dns-propagation-checker |
| Email RBL / blacklist checker | email-rbl-checker |
| Wappalyzer / BuiltWith tech-stack detector | wappalyzer-replacement |
| Lighthouse + Core Web Vitals bulk auditor | page-speed-analyzer |
| Domain intelligence MCP for AI agents | domain-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:
- Wappalyzer Replacement โ Tech Stack Detection API
- Tech Stack Detector โ BuiltWith Alternative
- Bulk WHOIS Lookup โ Domain Intelligence
- DNS Lookup โ Bulk A, MX, CNAME & TXT Records
- SSL Certificate Checker โ Bulk Expiry Monitor
Browse the full NexGenData storefront by workflow or the Cybersecurity & Domain Intelligence cluster guide.
