Security Proxies

Awarded  #1 Proxy Ecosystem

  • Scrape real-time public data from websites with the world’s #1 secure proxy infrastructure
  • Never get blocked while extracting data
  • Secure proxies from 195 countries
クレジットカードは必要ありません
proxy services
awards
PROXY INFRASTRUCTURE

Powered by an award-winning proxy network

150 million+ 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.
proxy badges and awards

Proxy Network Pricing

50%オフ
pay as you go plan icon
従量課金プラン
$8 $4.00 / GB
月額固定料金なし
無料トライアル
このクーポンコードを使用してください: RESIGB50

当社のプロキシを月額固定料金なしでご利用いただけます。
50%オフ
2nd plan icon
141 GB分無料
$7 $3.50 / GB
$499 / 月
無料トライアル
このクーポンコードを使用してください: RESIGB50

使用量が中程度の小規模ビジネスに最適
50%オフ
3rd plan icon
332 GB分無料
$6 $3.00 / GB
$999 / 月
無料トライアル
このクーポンコードを使用してください: RESIGB50

幅広い運用ニーズのある大規模チーム向けに設計
50%オフ
4th plan icon
798 GB分無料
$5 $2.50 / GB
$1999 / 月
無料トライアル
このクーポンコードを使用してください: RESIGB50

大規模な運営を管理する企業向けに最適化
1TB 以上必要ですか?
お問い合わせ
  • 無制限のスケール
  • 座席無制限
  • プレミアムSLA
  • ネットワークの稼働時間99.99%
  • 無料のプロキシマネージャー
  • データの完全なカバレッジ
  • 1GBあたりのカスタム価格
  • カスタムソリューション
pay as you go plan icon
10 IP
$1.8 / IP
$18 / 月
無料トライアル
使用量が中程度の小規模ビジネスに最適
2nd plan icon
100 IP
$1.45 / IP
$145 / 月
無料トライアル
業務を拡大したいチーム向けに調整
3rd plan icon
500 IP
$1.4 / IP
$700 / 月
無料トライアル
幅広い運用ニーズのある大規模チーム向けに設計
4th plan icon
1000 IP
$1.3 / IP
$1,300 / 月
無料トライアル
大規模な運営を管理する企業向けに最適化
1,000以上のIPが必要ですか?
お問い合わせ
  • 無制限のスケール
  • 座席無制限
  • プレミアムSLA
  • ネットワークの稼働時間99.99%
  • 無料のプロキシマネージャー
  • データの完全なカバレッジ
  • IPごとのカスタム価格
  • カスタムソリューション
pay as you go plan icon
10 IP
$1.40 / IP
$14 / 月
無料トライアル
使用量が中程度の小規模ビジネスに最適
2nd plan icon
100 IP
$1.0 / IP
$100 / 月
無料トライアル
業務を拡大したいチーム向けに調整
3rd plan icon
500 IP
$0.95 / IP
$475 / 月
無料トライアル
幅広い運用ニーズのある大規模チーム向けに設計
4th plan icon
1000 IP
$0.90 / IP
$900 / 月
無料トライアル
大規模な運営を管理する企業向けに最適化
1,000以上のIPが必要ですか?
お問い合わせ
  • 無制限のスケール
  • 座席無制限
  • プレミアムSLA
  • ネットワークの稼働時間99.99%
  • 無料のプロキシマネージャー
  • データの完全なカバレッジ
  • IPごとのカスタム価格
  • カスタムソリューション
pay as you go plan icon
従量課金プラン
$8 / GB
月額固定料金なし
無料トライアル
当社のプロキシを月額固定料金なしでご利用いただけます。
2nd plan icon
71 GB分無料
$7 / GB
$499 / 月
無料トライアル
使用量が中程度の小規模ビジネスに最適
3rd plan icon
166 GB分無料
$6 / GB
$999 / 月
無料トライアル
幅広い運用ニーズのある大規模チーム向けに設計
4th plan icon
399 GB分無料
$5 / GB
$1999 / 月
無料トライアル
大規模な運営を管理する企業向けに最適化
1TB 以上必要ですか?
お問い合わせ
  • 無制限のスケール
  • 座席無制限
  • プレミアムSLA
  • ネットワークの稼働時間99.99%
  • 無料のプロキシマネージャー
  • データの完全なカバレッジ
  • 1GBあたりのカスタム価格
  • カスタムソリューション
これらの支払い方法を受け付けています:

The industry's best performing Security Proxy

Unmatched performance and scale

Global proxies

Global Reach & targeting

Access over 150 million proxy IPs from 195 countries with precise targeting options including city, state, country, ZIP code, and ASN level - completely free.

speed icon

QUIC protocol

Achieve lightning-fast response times with our QUIC protocol proxies. Built on HTTP/3, these proxies deliver unmatched speed and performance.

Unlimited concurrent sessions

Powerful infrastructure allows customers to successfully scrape by providing limitless concurrent connections with zero code modification.

ethical proxies

Ethically sourced proxies

Our proxies are sourced from peers who have explicitly agreed to participate, ensuring the highest ethical standards and superior quality.

Integrations

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"
                              
                            
With just a few lines of code, you can integration our residential 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
compliance badges
COMPLIANCE

Leading the way in ethical web scraping

To protect your reputation and ensure your data is reliable, your 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.

Exceeding Regulatory Standards

Bright Data protects data for over 20,000 organizations, ensuring top-level security. Our compliance includes ISO 27001, SOC 2, SOC 3, CSA STAR Level 1, and best practices to guarantee a safe environment for all clients.

Residential proxies used by the world’s top brands

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

Gain access to all websites without compromising on security