Datacenter Proxies
Pay only for the IP with our new unlimited datacenter proxies. Scale anonymous data collection with the fastest and most reliable datacenter IP pool.
- 770,000+ datacenter IPs
- Pay-per-IP or by bandwidth usage
- Shared and dedicated IPs
- No hidden costs
- ~0.24s response time
- Geo-location targeting - Free!
Unlimited Datacenter Proxies Pricing
Why customers choose Bright Data for Datacenter proxies
Unmatched performance and scale
Largest Global Datacenter Network
Datacenter proxy network built of over 770,000 IPs from 98 countries.
Best Datacenter Infrastructure
Unlimited scale and customization across the world.
Unlimited Datacenter Proxies
Pay-per-IP with our unlimited proxies. Or pay by bandwidth usage.
Best Performing Datacenter Proxies
Bright Data has the highest success rates (99.9%) of any IP provider.
Top Datacenter Proxy IP Speeds
99.99% network uptime, plus a real-time network status monitor.
No Hidden Costs
No geo-targeting or domain costs. Pay only for the IP, or GB.
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-datacenter:"[your password]"@brd.superproxy.io:22225',
'https': 'http://brd-customer-[your customerID]-zone-datacenter:"[your password]"@brd.superproxy.io:22225'}))
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-datacenter:"[your password]"@brd.superproxy.io:22225',
'https': 'http://brd-customer-[your customerID]-zone-datacenter:"[your password]"@brd.superproxy.io:22225'}))
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", 22225);
String res = Executor.newInstance()
.auth(proxy, "brd-customer-[your customerID]-zone-datacenter", "[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:22225");
client.Proxy.Credentials = new NetworkCredential("brd-customer-[your customerID]-zone-datacenter", "[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-datacenter:"[your password]"@brd.superproxy.io:22225',
})
.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:22225 --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
Our Datacenter proxies network is 100% compliant
To protect your reputation and ensure your data is reliable, your datacenter proxies must be sourced ethically 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.
Powered by an award-winning Datacenter proxy infrastructure
Over 770,000 datacenter IPs, best-in-class technology and the ability to target countries or cities worldwide, make our premium proxy services a top choice for developers.
Why Enterprises Choose Bright Data
For all your scraping needs
Approach for web data
To meet your web data goals
Plus priority SLA
For rapid problem resolution