プロキシサービス
業界最先端のプロキシインフラをご利用ください。195カ国から400M+ monthly以上のプロキシIPをご提供。Bright Dataがプロキシ業界のリーダーである理由をご確認ください。
- スティッキー・ローテーション
セッション - 高速な
レスポンスタイム - 99.95%
成功率 - ジオロケーション
ターゲティング - 無料
世界中の20,000+人のお客様から信頼されています。
Proxy Pricing
Bright Dataは業界をリードするプロキシサービスプロバイダー
受賞歴のあるプロキシネットワークを搭載
400M+ monthly プロキシIP、クラス最高の技術、あらゆる国、都市、郵便番号、キャリア、ASNへのターゲティング能力により、当社のプレミアムプロキシサービスは開発者にとってトップの選択肢となっています。
強力なレジデンシャルプロキシ
世界No.1のレジデンシャルプロキシネットワークにより、IPバンやCAPTCHAを回避しながら、場所を問わずあらゆるウェブサイトのコンテンツにアクセスできます。Bright Dataのレジデンシャルプロキシは、国・都市レベルのウェブサイトターゲティングを含む195拠点をカバーする最も包括的な地理的カバレッジを提供します。コミュニティ共有ネットワークの実在する人々が共有する400M+ monthly件の実際のIPにより、レジデンシャルネットワークは最高の速度と成功率でデータ収集プロジェクトをスケールアップできます。
- 400M+ monthly件の実際のレジデンシャルIP
- 最速レジデンシャル通信速度
- 99.99%稼働率 - 非常に安定
- リソース共有コミュニティで100%倫理的に調達されたプロキシ
信頼性の高いデータセンタープロキシ
共有IPプールまたは個別購入で、世界中の複数のIPタイプで構築された業界最先端のデータセンタープロキシネットワークにアクセスできます。国・都市ターゲティングにより、精度高くウェブをアンロックし、大規模で最高のプロキシパフォーマンスを享受できるため、リアルタイムのデータドリブンな意思決定に向けてデータを確実に取得できます。
- 1.3M+ データセンターIP
- 米国、中国、欧州を含むグローバルカバレッジ
- 帯域幅とターゲット制限なし
- 国・州・都市レベルのターゲティング
数十種類のツールとネイティブに統合


簡単に始められるシームレスなインテグレーション
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は20,000以上の組織のデータを保護し、トップレベルのセキュリティを確保しています。当社のコンプライアンスには、ISO 27001 ISO 27001、SOC 2 Type II、CSA STAR Level 1に加え、最善の方法が含まれており、すべてのクライアントに安全な環境を保証します。
業界No.1のカスタマーエクスペリエンス
毎日新機能をリリース
必要な時にサポートします
リアルタイムのネットワークパフォーマンス ダッシュボード
マネージャー
パフォーマンス最適化のサポート
お客様のデータ収集目標を満たします