Residential Proxies
Experience seamless scraping with the industry’s fastest residential proxies. Benefit from precise targeting and unmatched stability.
- 72M+ Residential IPs
- Sticky and rotating sessions
- 99.95% success rate
- HTTP(S) & SOCKS5 supported
- ~0.7 response time
- Geo-location targeting - FREE
Residential proxies pricing plans
Buy proxies from the largest, most ethical provider
No-hassles integration for an easy start
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"
- Manage your IPs from the Bright Data Control Panel or API
- Documentation for developers
- Supports third-party software integration
- Create and manage sub-users
Natively integrate with dozens of tools
Make your residential proxies infrastructure unstoppable
Unmatched performance and scale
Global Reach & targeting
Access over 72 million residential IPs from 195 countries with precise targeting options including city, state, country, ZIP code, and ASN level - completely free.
Unlimited concurrent sessions
Powerful infrastructure allows customers to successfully scrape by providing limitless concurrent connections with zero code modification.
Ethically sourced proxies
Our residential proxies are sourced from peers who have explicitly agreed to participate, ensuring the highest ethical standards and superior quality.
Powered by an award-winning proxy network
Over 72 million residential proxy IPs, best-in-class technology and the ability to target any country, city, ZIP Code, carrier, & ASN make our premium residential proxy services a top choice for developers.
Leading the way in ethical web scraping
Bright Data’s residential proxies are ethically sourced and meet compliance standards. Bright Data is fully committed to complying with all relevant data protection legal requirements, including the new EU data protection regulatory framework, GDPR, and the California Consumer Privacy Act of 2018 (CCPA) – respecting requests to exercise privacy rights.
Reliability & stability
Our SLA ensures optimal performance with minimal to no downtime. With 99.99% uptime, our infrastructure efficiently handles massive data volumes. You get 24/7 engineer support, 15-minute priority responses, and real-time access via Slack to keep your operations stable and optimized at scale. Last year, we processed over 5.5 trillion HTTPS requests, equating to more than 33 petabytes of data per month—almost twice the number of search engine queries performed in the same year. Everything just works.
Bright Shield
Bright Data leads the industry in ethics and compliance with a dedicated compliance department and the only VP of Compliance in web scraping. Our manual and automated checks ensure legal and compliant data collection, including safeguards like Bright Shield, which prevents any collection of PII. We help businesses avoid legal risks, particularly with residential IPs, and are the only provider offering concrete compliance evidence.
We’ll support you every step of the way
Talk to a web data expert to get the most out of your data
- Rated #1 by customers on G2
- Under 10 minutes average response time
- 24/7 support anytime, anywhere
Bright Data protects data for over 20,000 organisations, ensuring top-level security. Our compliance includes ISO 27001 ISO 27001, SOC 2 Type II, CSA STAR Level 1, and best practices to guarantee a safe environment for all clients.