Bright Dataのmobile proxy networkを利用して、実際のモバイルユーザーのようにインターネットへアクセスできます。世界中の数百万の3G、4G、5GのIPを備えています。
- 7,000,000+ モバイルIP
- 3G/4G/5G モバイルIP
- 24/7サポート付きで稼働率99.99%
- ジオロケーションターゲティング(無料)
- グローバルリーチ: 195か国にわたるモバイルIPへアクセスできます。
- 高い成功率: データ収集およびテストタスクで最大99.9%の成功率を実現します。
- 実際のモバイル接続: 実端末の実ネットワークから提供されるモバイルIPです。
- 無制限のスケーリング: 同時接続セッションと高可用性インフラでスケールできます。
- キャリアレベルのターゲティング: 特定キャリアを指定して、より深く正確なインサイトを得られます。
- Pay As You Go: 月額コミットなしで$8.4/GBです。
- 月額サブスクリプション:
- 69 GB: $7.14/GB、$499/月 + VAT。
- 158 GB: $6.3/GB、$999/月 + VAT。
- 339 GB: $5.88/GB、$1999/月 + VAT。
- Enterprise Plans: カスタム価格とパッケージをご利用いただけます。
- 無料トライアルを開始: クレジットカードは不要です。
- 統合: APIまたはBright Data Control Panelを使用して、IPと構成を管理します。
- 対応言語: Python、Java、C#、Node.js、Shell向けのクイックスタート例が提供されています。
import sys
# Replace '[your customerID]', 'mobile', 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-mobile:"[your password]"@brd.superproxy.io:22225',
'https': 'http://brd-customer-[your customerID]-zone-mobile:"[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-mobile:"[your password]"@brd.superproxy.io:22225',
'https': 'http://brd-customer-[your customerID]-zone-mobile:"[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-mobile", "[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-mobile", "[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-mobile:"[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-mobile:[your password] -k "https://geo.brdtest.com/mygeo.json"当社のモバイルプロキシは、人気のツールおよびフレームワークとシームレスに統合できます。
モバイルプロキシの一般的な用途です。
- eCommerce: 価格と商品の在庫状況を追跡します。
- Social Media: トレンドとエンゲージメントをモニタリングします。
- Real Estate: 物件掲載情報に関するデータを収集します。
- Travel: ロケーション間で旅行価格を比較します。
モバイルプロキシは、実在のキャリアが提供するモバイルIPを経由してトラフィックをルーティングし、モバイルネットワークからインターネットへアクセスできるようにします。
モバイルプロキシは、広告検証、モバイルアプリのテスト、位置情報ベースのデータ収集、ソーシャルメディアのモニタリングなど、さまざまな用途で一般的に使用されます。
モバイルプロキシは匿名性が高く検知されにくいため、実ユーザーが見ているのと同様のモバイルネットワークデータへアクセスできます。
はい、Bright Dataは高速で安全な5Gモバイルプロキシを提供しています。
当社は、AT&T、T-Mobile、Verizonをはじめ、世界中の多数の人気キャリアのIPを提供しています。
はい、Bright DataのモバイルプロキシはGDPRやCCPAを含む関連法規に準拠しており、プライバシーと適法な利用を担保しています。
はい、米国およびグローバルでモバイルプロキシを提供しており、AT&TやT-Mobileなどの主要キャリアIPも含まれます。
はい、Bright Dataのモバイルプロキシネットワークでは、特定の国および都市を指定したターゲティングが可能です。
Bright Dataはアプリ開発者と提携しており、開発者が当社のSDKを統合します。これによりユーザーは、広告なし体験やアプリのアップグレードなどの特典と引き換えに、オプトインで自身のモバイルIPの共有に同意できます。

