一个简单、免费、开源的住宅 IP 检测工具。打开网页即可自动从 3 个独立数据库 交叉验证,判断您的 IP 是否为 干净的静态住宅 IP。
无需注册、无需安装、打开即用。
- 🔍 多源交叉验证 — 同时调用 ipwho.is / ipapi.is / proxycheck.io 三个独立数据库
- 🎯 一键判定 — 直接告诉你:是不是干净的静态住宅 IP
- ❌ 原因说明 — 如果不通过,告诉你具体哪项没通过、为什么
- 🔗 深度检测 — 一键跳转 Scamalytics、IPQualityScore、IP2Location 等平台(自动带入 IP)
- 🆓 完全免费 — 无需注册、无需 API Key、无需后端
- 🔒 隐私安全 — 纯前端运行,不存储任何数据
| 数据源 | 检测内容 | 说明 |
|---|---|---|
| ipwho.is | ISP 类型识别 | 判断是住宅运营商还是数据中心 |
| ipapi.is | 数据中心、VPN、代理、Tor | 精准识别机房/VPN/代理/Tor |
| proxycheck.io | 代理 & VPN 专项 | 专业代理和 VPN 检测引擎 |
干净的静态住宅 IP 需同时满足:
- ISP 不是数据中心/云服务商
- 未检测为 VPN / 代理 / Tor
- 三个数据库均无异常标记
| 工具 | 作用 |
|---|---|
| Scamalytics | 欺诈风险评分(< 20 分为优) |
| IPQualityScore | 综合 IP 质量评估 |
| IP2Location | 查看 Usage Type(ISP = 住宅) |
| Whoer.net | 匿名度检测 |
| AbuseIPDB | IP 恶意行为举报 |
| PixelScan | 浏览器指纹检测 |
git clone https://github.com/xingjia10086/residential-ip-checker.git
cd residential-ip-checker
start index.html # Windows
open index.html # macOS
xdg-open index.html # Linux- 前端:纯 HTML + CSS + JavaScript(单文件,无依赖)
- API:ipwho.is / ipapi.is / proxycheck.io(全部免费、HTTPS、无需 Key)
- 部署:GitHub Pages
A simple, free, open-source tool that instantly checks if your IP is a clean static residential IP — powered by 3 independent databases cross-validation.
No signup. No install. Just open and go.
- 🔍 Multi-source verification — Cross-checks 3 independent databases (ipwho.is / ipapi.is / proxycheck.io)
- 🎯 Instant verdict — Tells you right away: clean residential IP or not
- ❌ Detailed reasons — If it fails, explains exactly which check failed and why
- 🔗 Deep scan links — One-click jump to Scamalytics, IPQualityScore, IP2Location, etc. (auto-fills your IP)
- 🆓 100% free — No registration, no API key, no backend
- 🔒 Privacy-first — Runs entirely in your browser, stores nothing
| Source | Checks | Purpose |
|---|---|---|
| ipwho.is | ISP type | Residential ISP vs. datacenter |
| ipapi.is | Datacenter, VPN, Proxy, Tor | Precise detection of hosting/VPN/proxy |
| proxycheck.io | Proxy & VPN | Specialized proxy/VPN detection engine |
All of the following must be true:
- ISP is not a datacenter or cloud provider
- Not detected as VPN, proxy, or Tor
- No flags from any of the 3 databases
| Tool | Purpose |
|---|---|
| Scamalytics | Fraud risk score (< 20 is good) |
| IPQualityScore | Overall IP quality assessment |
| IP2Location | Usage Type (ISP = residential) |
| Whoer.net | Anonymity & leak detection |
| AbuseIPDB | IP abuse reports |
| PixelScan | Browser fingerprint consistency |
git clone https://github.com/xingjia10086/residential-ip-checker.git
cd residential-ip-checker
# Open index.html in your browser — that's it!- Frontend: Pure HTML + CSS + JS (single file, zero dependencies)
- APIs: ipwho.is / ipapi.is / proxycheck.io (all free, HTTPS, no key needed)
- Hosting: GitHub Pages
- 本工具仅供学习和研究使用,检测结果仅供参考。
- This tool is for educational and research purposes only. Results are for reference only.
- ipwho.is — IP geolocation & ISP data
- ipapi.is — Datacenter & VPN detection
- proxycheck.io — Proxy & VPN detection
- Scamalytics — Fraud score reference
Made with ❤️ by xingjia10086