代理总数{{stats.total||0}}
存活代理{{stats.alive||0}}
存活率{{stats.alive_rate||0}}%
HTTP{{protocolCount('http')}}
HTTPS{{protocolCount('https')}}
协议: 状态:
IP地址端口协议国家地区状态响应时间最后验证评分 操作
{{p.ip}} {{p.port}} {{p.protocol}} {{p.country}} {{p.region}} {{p.is_alive?'存活':'死亡'}} {{p.response_time?p.response_time.toFixed(0)+'ms':'-'}} {{fmtTime(p.last_check)}} {{p.score?p.score.toFixed(0):'-'}}
暂无数据

🔑 我的 API Key

请先登录后管理您的 API Key

免费代理 API

网站提供公开代理列表与外部调用接口,适合采集、下载任务和临时访问场景。

获取免费代理列表
GET /api/v1/proxies/?is_alive=true
curl "https://proxys.opsweb.vip/api/v1/proxies/?is_alive=true&page_size=20"
获取随机代理
GET /api/v1/proxies/random
curl "https://proxys.opsweb.vip/api/v1/proxies/random"
外部开发者接口
GET /api/v1/external/proxies?limit=10
curl -H "X-API-Key: your_key" "https://proxys.opsweb.vip/api/v1/external/proxies?limit=10"

外部接口调用配额由登录后“我的 API”页面管理。

关于 ProxyPool Pro

ProxyPool Pro 是一个公共 HTTP 代理池服务,从公开代理源持续采集、自动健康检查,并通过网页和 API 提供可用代理。项目使用 FastAPI 后端、MySQL 数据库和 Vue 前端构建。

代理属于公开网络资源,可用性和稳定性会随时间变化。正式业务建议选择付费或验证过的代理服务。

📡 免费代理 API 接口

提供多种格式的免费代理IP获取接口,支持JSON、TXT格式,可用于爬虫、数据采集等场景。

获取代理列表 (JSON)
GET /api/v1/proxies/?is_alive=true&page_size=20
curl "https://proxys.opsweb.vip/api/v1/proxies/?is_alive=true&page_size=20"

参数: protocol(http/https/socks4/socks5), country, page, page_size

获取随机代理
GET /api/v1/proxies/random
curl "https://proxys.opsweb.vip/api/v1/proxies/random"
获取存活代理
GET /api/v1/proxies/alive?limit=50&protocol=http
curl "https://proxys.opsweb.vip/api/v1/proxies/alive?limit=50&protocol=http"
开发者接口 (需API Key)
GET /api/v1/external/proxies?limit=10
curl -H "X-API-Key: your_api_key" "https://proxys.opsweb.vip/api/v1/external/proxies?limit=10"

🔍 在线检测代理IP

输入代理地址检测其可用性、响应速度。

状态: ✅ 可用

响应时间: {{checkResult.response_time_ms}}ms

返回IP: {{checkResult.remote_ip}}

状态: ❌ 不可用

错误: {{checkResult.error}}


🌍 IP归属地查询

IP: {{ipInfo.query}}

国家: {{ipInfo.country}}

地区: {{ipInfo.regionName}}

城市: {{ipInfo.city}}

ISP: {{ipInfo.isp}}

📰 代理IP资讯

代理IP行业动态、使用教程、技术分享。

{{a.title}}

{{a.source_name}} · {{fmtTime(a.created_at)}}

{{a.content}}

暂无文章