Shared proxies
Truly undetectable shared proxies at a low cost
- Fastest shared proxies with total global coverage
- Shared residential, mobile, datacenter, and ISP proxies
- Awarded #1 proxy provider
- Sticky and rotating
sessions - Fast
response time - 99.95%
success rate - Geo-location
targeting - FREE
Proxy Network Pricing
Powered by an award-winning proxy network
Over 150M proxy IPs, best-in-class technology and the ability to target any country, city, ZIP Code, carrier, & ASN make our premium proxy services a top choice for developers.
Our shared proxies work with all popular languages
About Bright Data proxies
Residential Proxies
- 150,000,000+ IPs
- Available in 195 countries
- The largest rotating real-peer IP network
- Access & crawl all sophisticated websites
Datacenter Proxies
- 770,000+ IPs
- Available in 98 countries
- Shared and dedicated IP pools available
- Access & crawl all sophisticated websites
ISP Proxies
- 700,000+ IPs
- Available in 35 countries
- Real static residential IPs without IP rotation
- Best for logging into multiple accounts
Mobile Proxies
- 7,000,000+ IPs
- Available in 195 countries
- Largest real-peer 3G/4G IP network
- Verify mobile ads & crawl mobile sites
Natively integrate with dozens of tools
Easy start with a few lines of code
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
The category leader in proxies and data collection
650TB of public data collected every day
New feature releases every day
Serving 7/10 of the world’s leading universities
4.6/5 Trustpilot rating
The best customer experience in the industry
New feature releases every day
To answer any questions right when you need it
Real-time network performance dashboard
To optimize your performance
To meet your data collection goals
Residential proxies used by the world’s top brands
Ready to get shared proxies?
Shared proxies FAQ
What are shared proxies?
Shared Proxies are IPs that are shared across multiple users. They are a cost-efficient option when you don't require IP exclusivity.
Can I target specific locations with shared proxies?
Yes, you can target specific locations based on City, Zip code, or ASN. Visit proxy IP locations to see all proxy IP locations Bright Data offers.
How is pricing calculated for shared proxies?
Pricing for shared proxies is based on the total data transferred through the proxy, including both incoming and outgoing traffic. You can find pricing and buy proxy on our pricing page
Can I use shared proxies for multiple sessions?
Yes, you can use the same shared proxy for multiple sessions by using the session persistence feature.
How can I ensure the anonymity of my shared proxies?
Bright Data's shared proxies are highly anonymous and provide real IP addresses from real devices, ensuring high levels of anonymity.