- 粘滞会话和轮换会话
- 快速响应
- 成功率达 99.95%
- 精准定位地理位置 - 免费
值得信赖 全球 超20000 位客户
全球 超20000 位客户信赖
代理网络费用
我们接受这些支付方式:
满足各种抓取需求的 IPv4 代理
利用 Bright Data 匿名浏览和采集网络公开数据。我们的代理基础架构极为可靠,深受 15,000 多家企业的信赖,其中不乏财富 500 强企业。作为屡获殊荣、业界首屈一指的生态系统,我们的代理拥有业内最高成功率 (99.99%),并提供各种自动化网络数据收集产品,供您尽情探索。您可在四大 Bright Data 代理服务之间灵活轮换:住宅代理、 移动代理、 ISP 代理以及数据中心代理。
我们的 IPv4 代理可助您轻松安全地获取所需数据,有效规避访问限制并解决主机问题。
集成
与数十种工具原生集成
几行代码即可轻松上手
import sys
# Replace '[your customerID]', 'residential', and '[your password]' with your actual Bright Data customer ID, zone, and password
if sys.version_info[0]==2:
import six
from six.moves.urllib import request
opener = request.build_opener(
request.ProxyHandler(
{'http': 'http://brd-customer-[your customerID]-zone-residential:"[your password]"@brd.superproxy.io:33335',
'https': 'http://brd-customer-[your customerID]-zone-residential:"[your password]"@brd.superproxy.io:33335'}))
print(opener.open('https://geo.brdtest.com/mygeo.json').read())
if sys.version_info[0]==3:
import urllib.request
opener = urllib.request.build_opener(
urllib.request.ProxyHandler(
{'http': 'http://brd-customer-[your customerID]-zone-residential:"[your password]"@brd.superproxy.io:33335',
'https': 'http://brd-customer-[your customerID]-zone-residential:"[your password]"@brd.superproxy.io:33335'}))
print(opener.open('https://geo.brdtest.com/mygeo.json').read())
package example;
import org.apache.http.HttpHost;
import org.apache.http.client.fluent.*;
public class Example {
public static void main(String[] args) throws Exception {
// Replace '[your customerID]' and '[your password]' with your actual credentials
HttpHost proxy = new HttpHost("brd.superproxy.io", 33335);
String res = Executor.newInstance()
.auth(proxy, "brd-customer-[your customerID]-zone-residential", "[your password]")
.execute(Request.Get("https://geo.brdtest.com/mygeo.json").viaProxy(proxy))
.returnContent().asString();
System.out.println(res);
}
}
using System;
using System.Net;
class Example
{
static void Main()
{
// Replace '[your customerID]' and '[your password]' with your actual credentials
var client = new WebClient();
client.Proxy = new WebProxy("brd.superproxy.io:33335");
client.Proxy.Credentials = new NetworkCredential("brd-customer-[your customerID]-zone-residential", "[your password]");
Console.WriteLine(client.DownloadString("https://geo.brdtest.com/mygeo.json"));
}
}
require('request-promise')({
url: 'https://geo.brdtest.com/mygeo.json',
proxy: 'http://brd-customer-[your customerID]-zone-residential:"[your password]"@brd.superproxy.io:33335',
})
.then(function(data){ console.log(data); },
function(err){ console.error(err); });
# Replace '[your customerID]' and '[your password]' with your actual credentials
curl --proxy brd.superproxy.io:33335 --proxy-user brd-customer-[your customerID]-zone-residential:[your password] -k "https://geo.brdtest.com/mygeo.json"
只需几行代码,即可使用任何程序语言,与您的任意应用轻松集成我们的住宅代理服务。
- 使用 Bright Data 控制面板或 API 管理您的 IP
- 开发者文档支持
- 兼容第三方软件集成
- 兼容第三方软件集成
在代理和数据收集行业中领先者
650TB的公共数据每天收集
每天发布新功能
服务于世界7/10大的顶尖大学
4.6/5 Trustpilot评分
行业内优秀的客户体验
您提需求,我们开发
每天发布新功能
24/7全球支持
在您需要时回答任何问题
完全透明
实时网络性能仪表板
专属客户经理
优化您的性能
量身定制的解决方案
满足您的数据收集目标
立即开始使用我们屡获殊荣的 IPv4 代理
IPv4 代理常见问题解答
什么是 IPv4 代理?其工作原理是什么?
IPv4 代理是一种使用 IPv4 协议的代理,它可使用另一个 IP 地址掩盖您的真实 IP 地址。它可让您匿名浏览网络,绕过地理限制。
如何使用 Bright Data 的 IPv4 代理?
Bright Data 提供各种 IPv4 代理。您可使用所提供的凭据或通过 API 将它们集成至您的应用程序或软件中。
使用 IPv4 代理具有哪些益处?
使用 IPv4 代理的益处包括匿名浏览、绕过地理限制以及降低网站屏蔽或封禁风险。
使用 Bright Data 的 IPv4 代理时,是否会面临任何限制或约束?
使用 Bright Data 的 IPv4 代理时,并不会面临特定的限制或约束。但您在使用期间必须遵守 Bright Data 的服务条款以及代理所在国家/地区的法律。
如何向 Bright Data 申请更多的 IPv4 代理?
您可以通过 Bright Data 控制面板或联系 Bright Data 的支持团队申请更多的 IPv4 代理。