IP-Geolocation-API: Bulk IP zu Land, Stadt, ASN, ISP, $0,10 pro 1.000 IPs

Jede IPv4- oder IPv6-Adresse mit Land, Stadt, PLZ, Breiten- und Längengrad, Zeitzone, ASN, ISP, Organisation und Proxy/VPN/Tor-Erkennung anreichern. Powered by MaxMind GeoLite2. Für Bulk gebaut: 100.000 IPs rein, Geo-angereicherte Zeilen in Sekunden raus. Ideal für Log-Analyse, Fraud-Scoring, Security-Audits, Traffic-Dashboards und Compliance-Geo-Fencing.

Auf Apify öffnen → Jetzt testen
Preise
$0,0001/IP
RAM
128MB
Abdeckung
IPv4 + IPv6, global
Ausgabefelder
20+
Proxy
Apify Datacenter
Technik
MaxMind GeoLite2

Was Sie erhalten

Wichtige Anwendungsfälle

API-Beispiel

# Einen Lauf über die Apify-API starten
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~ip-geolocation/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "ips": [
      "8.8.8.8",
      "1.1.1.1",
      "2606:4700:4700::1111",
      "185.220.101.45",
      "203.0.113.42"
    ],
    "detectProxy": true,
    "detectVpn": true
  }'

# Oder mit KI-Agenten via MCP verwenden:
# https://mcp.apify.com?tools=santamaria-automations/ip-geolocation

Integrationen

Ausgabefelder

FeldTypBeispiel
ipstring8.8.8.8
country_isostringUS
country_namestringUnited States
citystringMountain View
postal_codestring94043
latitudenumber37,4056
longitudenumber-122,0775
asninteger15169
asn_orgstringGoogle LLC
is_proxybooleanfalse

Verwandte Aktoren

Auf Apify öffnen → Jetzt testen (kostenloses Kontingent verfügbar)