共有プロキシ
完全に検出不可能な低コストの共有プロキシ
- 完全なグローバルカバレッジを持つ最速の共有プロキシ
- レジデンシャル、モバイル、データセンター、ISPの共有プロキシ
- No.1プロキシプロバイダー受賞
世界中の20,000+社のお客様に信頼されています
受賞歴のあるプロキシネットワークを搭載
400M+ monthlyのプロキシIP、クラス最高の技術、および国・市・郵便番号・キャリア・ASNを自由にターゲティングできる機能により、私たちのプレミアムプロキシサービスは開発者にとってトップの選択肢となっています。
Proxy Network Pricing
あらゆる開発パスに対応するプロキシ
ネットワーク、ピア、IPを組み合わせて、ウェブデータの継続的なフローを最適化します。
業界最高性能のShared proxies
比類なきパフォーマンスとスケール
グローバルリーチとターゲティング
195カ国から400M+のプロキシIPにアクセスし、都市・州・国・郵便番号・ASNレベルまで精密なターゲティングオプションを完全無料でご利用いただけます。
QUICプロトコル
QUICプロトコルプロキシで超高速のレスポンスタイムを実現します。HTTP/3をベースに構築されたこれらのプロキシは、比類なき速度とパフォーマンスを提供します。
無制限の同時セッション
強力なインフラにより、コードを一切変更することなく無制限の同時接続を提供し、お客様のスクレイピングを成功へと導きます。
倫理的に調達されたプロキシ
当社のプロキシは、参加に明示的に同意したピアから調達されており、最高の倫理基準と優れた品質を保証します。
数十種類のツールとネイティブ統合


数行のコードで簡単に開始
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"
倫理的なウェブスクレイピングをリード
お客様の評判を守り、データの信頼性を確保するために、プロキシは倫理的に調達され、コンプライアンス基準を満たす必要があります。Bright Dataは、新しいEUデータ保護規制フレームワーク、GDPR、および2018年カリフォルニア消費者プライバシー法(CCPA)を含む、すべての関連するデータ保護法的要件への準拠に完全にコミットしており、プライバシー権の行使に関するリクエストを尊重します。
Bright Dataは2万以上の組織のデータを保護し、最高レベルのセキュリティを確保しています。ISO 27001、SOC 2、SOC 3、CSA STAR Level 1への準拠とベストプラクティスにより、すべてのクライアントに安全な環境を保証します。
共有プロキシを始める準備はできていますか?
共有プロキシ FAQ
共有プロキシとは何ですか?
共有プロキシは複数のユーザー間で共有されるIPです。IPの独占性が不要な場合に、コスト効率の良いオプションです。
共有プロキシで特定の場所をターゲットにできますか?
はい、都市、郵便番号、またはASNに基づいて特定の場所をターゲットにできます。Bright Dataが提供するすべてのプロキシIPの場所を確認するには、プロキシIPの場所をご覧ください。
共有プロキシの料金はどのように計算されますか?
共有プロキシの料金は、受信と送信の両方のトラフィックを含む、プロキシを通じて転送されたデータ総量に基づいています。料金ページで料金を確認し、プロキシを購入できます。
共有プロキシを複数のセッションで使用できますか?
はい、セッション持続機能を使用することで、同じ共有プロキシを複数のセッションで使用できます。
共有プロキシの匿名性を確保するにはどうすればいいですか?
Bright Dataの共有プロキシは高度に匿名性が高く、実際のデバイスから実際のIPアドレスを提供し、高レベルの匿名性を確保します。