🌎 Proxifly 的免费代理列表
每 5 分钟,Proxifly 就会从网络上获取新的代理,包括 HTTP、HTTPS、SOCKS4 和 SOCKS5 代理。
Proxifly 在最新更新(世界标准时间 2025 年 10 月 20 日下午 03:41)中发现了来自 86 个国家/地区的 2966 个工作代理。
🦄 特征
- ⚡ 速度极快
- 📝 每 5 分钟验证一次
- 📓 分为 HTTP、HTTPS、SOCKS4 和 SOCKS5
- 🌎 包含来自 86 个国家/地区的代理
- 📦 提供.json、.txt和.csv格式
- 🔐 支持HTTPS连接
- 😊 没有重复项
📦 如何使用代理?
您有几种不同的选项来获取代理:
🔗 直接下载链接
单击您喜欢的文件格式以获取更新的列表
| 类型 | 计数 | .json | .txt | .csv |
|---|---|---|---|---|
| 所有代理 | 2966 | JSON 文件 | 文本文件 | CSV 文件 |
| HTTP 代理 | 1229 | JSON 文件 | 文本文件 | CSV 文件 |
| HTTPS 代理 | 675 | JSON 文件 | 文本文件 | CSV 文件 |
| SOCKS4 代理 | 725 | JSON 文件 | 文本文件 | CSV 文件 |
| SOCKS5 代理 | 337 | JSON 文件 | 文本文件 | CSV 文件 |
| 美国代理 (查看更多国家/地区) | 409 | JSON 文件 | 文本文件 | CSV 文件 |
其他排序代理
- 🌎 按国家/地区获取代理
🙌 使用 Proxifly NPM 模块
使用官方 Proxifly NPM 模块在您的应用程序中轻松获取更新的代理。
# Run this command to install the module:
npm install proxifly
// Import and initialize the Proxifly module:
const proxifly = new (require('proxifly'))({
// Not required, but having one removes limits (get your key at https://proxifly.dev).
apiKey: 'api_test_key'
});
// Fetch proxies with your desired options:
var options = {
protocol: 'http', // http | socks4 | socks5
anonymity: 'elite', // transparent | anonymous | elite
country: 'US', // https://www.nationsonline.org/oneworld/country_code_list.htm
https: true, // true | false
speed: 10000, // 0 - 60000
format: 'json', // json | text
quantity: 1, // 1 - 20
};
proxifly.getProxy(options)
.then(proxy => {
console.log('Proxies:', proxy);
})
.catch(e => {
console.error(e);
})
🔑 使用 cURL 获取
使用以下命令获取最新的代理列表:
所有代理
curl -sL https://cdn.jsdelivr.net/gh/proxifly/free-proxy-list@main/proxies/all/data.txt -o all.txt
HTTP 代理
curl -sL https://cdn.jsdelivr.net/gh/proxifly/free-proxy-list@main/proxies/protocols/http/data.txt -o http.txt
SOCKS4 代理
curl -sL https://cdn.jsdelivr.net/gh/proxifly/free-proxy-list@main/proxies/protocols/socks4/data.txt -o socks4.txt
SOCKS5 代理
curl -sL https://cdn.jsdelivr.net/gh/proxifly/free-proxy-list@main/proxies/protocols/socks5/data.txt -o socks5.txt
美国代理 (查看更多国家/地区)
curl -sL https://cdn.jsdelivr.net/gh/proxifly/free-proxy-list@main/proxies/countries/US/data.txt -o socks5.txt


没有回复内容