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.

No credit card required
  • 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!
Datacenter proxies

Unlimited Datacenter Proxies Pricing

pay as you go plan icon
10 IPs
$1.40 / IP
$14 Billed monthly
Start free trial

Perfect for small businesses with moderate usage
2nd plan icon
100 IPs
$1.0 / IP
$100 Billed monthly
Start free trial

Tailored for teams looking to scale their operations
3rd plan icon
500 IPs
$0.95 / IP
$475 Billed monthly
Start free trial

Designed for large teams with extensive operational needs
4th plan icon
1000 IPs
$0.90 / IP
$900 Billed monthly
Start free trial

Optimized for enterprises running large-scale operations
Need more than 1,000 IPs?
Contact us
  • Unlimited scale
  • Unlimited seats
  • Premium SLA
  • 99.99% Network Uptime
  • Free Proxy Manager
  • Complete data coverage
  • Custom price per IP
  • Custom solutions
pay as you go plan icon
10 IPs
$2.20 / IP
$22 Billed monthly
Start free trial

Perfect for small businesses with moderate usage
2nd plan icon
100 IPs
$1.70 / IP
$170 Billed monthly
Start free trial

Tailored for teams looking to scale their operations
3rd plan icon
500 IPs
$1.50 / IP
$750 Billed monthly
Start free trial

Designed for large teams with extensive operational needs
4th plan icon
1000 IPs
$1.30 / IP
$1,300 Billed monthly
Start free trial

Optimized for enterprises running large-scale operations
Need more than 1,000 IPs?
Contact us
  • Unlimited scale
  • Unlimited seats
  • Premium SLA
  • 99.99% Network Uptime
  • Free Proxy Manager
  • Complete data coverage
  • Custom price per IP
  • Custom solutions
pay as you go plan icon
PAY AS YOU GO
$0.6 / GB
No commitment
Start free trial

Use our proxies without monthly commitment
2nd plan icon
1 TB Included
$0.51 / GB
$499 Billed monthly
Start free trial

Perfect for small businesses with moderate usage
3rd plan icon
2 TB Included
$0.45 / GB
$999 Billed monthly
Start free trial

Designed for large teams with extensive operational needs
4th plan icon
5 TB Included
$0.42 / GB
$1999 Billed monthly
Start free trial

Optimized for enterprises running large-scale operations
Need more than 1 TB?
Contact us
  • Unlimited scale
  • Unlimited seats
  • Premium SLA
  • 99.99% Network Uptime
  • Free Proxy Manager
  • Complete data coverage
  • Custom price per GB
  • Custom solutions
We accept these payment methods:
AWS logoUsing AWS? You can now pay through the AWS Marketplace
Get started

Why customers choose Bright Data for Datacenter proxies

Unmatched performance and scale

Global network

Largest Global Datacenter Network

Datacenter proxy network built of over 770,000 IPs from 98 countries.

infra

Best Datacenter Infrastructure

Unlimited scale and customization across the world.

Stable

Unlimited Datacenter Proxies

Pay-per-IP with our unlimited proxies. Or pay by bandwidth usage.

best perfoming

Best Performing Datacenter Proxies

Bright Data has the highest success rates (99.9%) of any IP provider.

best speed

Top Datacenter Proxy IP Speeds

99.99% network uptime, plus a real-time network status monitor.

immediate acces

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"
With just a few lines of code, you can integration our datacenter proxies with any application using any coding language.
  • Manage your IPs from the Bright Data Control Panel or API
  • Documentation for developers
  • Supports third-party software integration
  • Create and manage sub-users
Compliant proxies

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.

Start free trial
proxy badges

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

One-stop-shop

For all your scraping needs

Compliance-first

Approach for web data

Customizations

To meet your web data goals

Account Manager

Plus priority SLA

24/7 support

For rapid problem resolution

Residential proxies used by the world’s top brands

We help businesses grow with secure, scalable, flexible data management.

See what our customers have to say

Get the highest quality
Datacenter proxies

Datacenter proxies FAQ

Ready to get started?