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
- Unlimited scale
- Unlimited seats
- Premium SLA
- 99.99% Network Uptime
- Free Proxy Manager
- Complete data coverage
- Custom price per IP
- Custom solutions
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
See what our customers have to say
Popular use cases
Datacenter proxies use cases
Get the highest quality
Datacenter proxies
Datacenter proxies FAQ
What is a Datacenter Proxy?
Datacenter proxies are IPs assigned to a server, through which your traffic is routed in order to change your IP address and location.
What are the advantages of Datacenter Proxies?
With a shorter journey & simplified architecture, Datacenter Proxies are both the fastest proxy type and the most cost-effective option.
Datacenter IPs are static and can be kept for as long as you need them. This makes them ideal for use-cases like account management, allowing you to juggle multiple seller profiles or social media accounts without ever getting blocked.
How are Datacenter Proxies used by businesses?
From competitive and marketing intelligence to brand security, digital asset protection, and scanning public databases, Datacenter proxies are great for accessing websites that are not using highly sophisticated blocking systems.
Where are Bright Data's Datacenter Proxies located?
Bright Data has Datacenter proxies in 98 locations across the globe. The countries with the most Datacenter IPs are the USA, Canada, UK, Germany, and France. View all datacenter proxy locations.
Are Datacenter Proxies fast?
We As their name suggests, Datacenter Proxies are fully hosted in a data center and are not affiliated with an Internet Service Provider. This simplified architecture makes them faster than ISP or Residential Proxies, since they require one less “hop”’ from the server hosting your IPs.
Are dedicated Datacenter Proxies available?
When setting up a Datacenter Proxy zone, you will have the option of choosing either dedicated or shared IPs. With dedicated IPs, you’ll have full exclusivity over these IPs, and you can keep them as long as you need.
Should I use shared or dedicated Datacenter Proxies?
While dedicated Datacenter Proxies are best for managing multiple accounts or social media profiles, shared datacenter proxies also have their benefits. These IPs can be used to bypass geo-restrictions and verify ads or content in another country.
Both shared and dedicated Datacenter proxies can also be used for web scraping of most simple websites. Larger websites like social media sites and online retailers are likely to have more advanced bot-detection systems and if you want to scrap these sites you’ll need an alternate proxy solution like Web Unlocker.
Is there a fair usage policy for unlimited Datacenter proxies?
Yes. Each IP includes a 100 GB fair usage allowance per month. So, if you purchase 10 IPs at the beginning of the month, your total monthly allowance will be 1 TB (1,000 GB), split however you need between those 10 IPs. If you exceed this bandwidth, additional charges may apply. For more information, see our documentation.