IP 地理定位 API:批量 IP 到国家、城市、ASN、ISP,每 1,000 IP $0.10

为任意 IPv4 或 IPv6 地址富化国家、城市、邮编、经纬度、时区、ASN、ISP、组织和代理/VPN/Tor 检测。基于 MaxMind GeoLite2。为批量而生:输入 100,000 IP,秒级返回地理富化的数据行。适用于日志分析、欺诈评分、安全审计、流量仪表盘和合规地理围栏。

在 Apify 上打开 → 立即试用
价格
$0.0001/IP
内存
128MB
覆盖
IPv4 + IPv6,全球
输出字段
20+
代理
Apify 数据中心
技术
MaxMind GeoLite2

您能获得什么

主要使用场景

API 示例

# 通过 Apify API 启动运行
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
  }'

# 或通过 MCP 与 AI 代理配合使用:
# https://mcp.apify.com?tools=santamaria-automations/ip-geolocation

集成

输出字段

字段类型示例
ipstring8.8.8.8
country_isostringUS
country_namestring美国
citystringMountain View
postal_codestring94043
latitudenumber37.4056
longitudenumber-122.0775
asninteger15169
asn_orgstringGoogle LLC
is_proxybooleanfalse

相关 Actor

在 Apify 上打开 → 立即试用(免费套餐可用)