3G/4G/5G Mobile Proxies

ProxyScrape すべてのレジデンシャル・パッケージに含まれる

Our mobile proxies are included with all ProxyScrape residential packages. Compared to residential proxies, they have a better reputation, are far less likely to be blocked, and are faster. Our mobile proxies currently have the following features:

  • HTTPプロトコル
  • 米国、英国、ATの国別ターゲット
  • ニューヨーク州、フロリダ州、テキサス州を対象とする。
  • プロキシのローテーションまたは3分間のスティッキーセッション
  • 同時接続数無制限

12 000 +
毎日のIP
99%
成功率
0.4 秒
応答時間
24/7
サポート

多くの開発者に信頼されている

あなたの努力を最大化し、成功を加速する
12.000以上のデイリーモバイルプロキシで

バックコネクト
回転プロキシ

同時接続数無制限

HTTP
プロトコル

12.000+
日刊プロキシ

ユーザー名とパスワード
認証

米国、英国、AT

99% 成功率
0.4秒の応答時間

卓越したサポート体制

手間いらずの統合
迅速なスタート

当社のローテーティング・モバイル・プロキシは、統合と管理が簡単です。

サードパーティ製ソフトウェアとの統合

スティッキーセッション

開発者に優しいドキュメント

国、州、都市

時には、単にオプションの広範なリストをチェックする時間がありません。私たちのユーザーフレンドリーなプロキシ選択オプションは、あなたのためのプロセスを容易にします。それはあなたが国、州、都市などに応じて様々なオプションをフィルタリングすることができます。

モバイルプロキシ
curl-xproxyscrape.com:7777 -U"customer-USER:PASS"https://proxyscrape.com
import requests          
            
username = "customer-USER"
password = "PASS"
proxy = "proxyscrape.com:7777"

proxies = {
  'http': f'http://{username}:{password}@{proxy}',
  'https': f'http://{username}:{password}@{proxy}'
}

response = requests.request(
  'GET',
  'https://proxyscrape.com',
  proxies=proxies,
)

print(response.text)
import fetch from 'node-fetch';
import createHttpsProxyAgent from 'https-proxy-agent'

const username = 'customer-USER';
const password = 'PASS';
const proxy = 'proxyscrape.com:7777'

const agent = createHttpsProxyAgent(
  `http://${username}:${password}@${proxy}`
);

const response = await fetch('https://proxyscrape.com', {
  method: 'get',
  agent: agent,
});

console.log(await response.text());
<?php

$username = 'customer-USER';
$password = 'PASS';
$proxy = 'proxyscrape.com:7777';

$query = curl_init('https://proxyscrape.com');

curl_setopt($query, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($query, CURLOPT_PROXY, "http://$proxy");
curl_setopt($query, CURLOPT_PROXYUSERPWD, "$username:$password");

$output = curl_exec($query);
curl_close($query);
if ($output)
  echo $output;
?>
package main

import (
  "fmt"
  "io/ioutil"
  "net/http"
  "net/url"
)

func main() {
  const username = "customer-USER"
  const password = "PASS"
  const proxy = "proxyscrape.com:7777"
  
  proxyUrl, _ := url.Parse(
    fmt.Sprintf(
      "http://%s:%s@%s",
      username,
      password,
      proxy,
    ),
  )
  
  client := &http.Client{Transport: &http.Transport{Proxy: http.ProxyURL(proxyUrl)}}
  request, _ := http.NewRequest("GET",
    "https://proxyscrape.com",
    nil,
  )
  
  request.SetBasicAuth(username, password)
  response, err := client.Do(request)
  if err != nil {
    fmt.Println(err)
    return
  }
  
  responseText, _ := ioutil.ReadAll(response.Body)
  fmt.Println(string(responseText))
}
package example;

import org.apache.http.HttpHost;
import org.apache.http.client.fluent.*;

public class Main {
  public static void main(String[] args) throws Exception {
    
    String username = "customer-USER";
    String password = "PASS";
    String proxyHost = "proxyscrape.com";
    int proxyPort = 7777;
    
    HttpHost entry = new HttpHost(proxyHost, proxyPort);
    String query = Executor.newInstance()
      .auth(entry, username, password)
      .execute(Request.Get("https://proxyscrape.com")
      .viaProxy(entry))
      .returnContent().asString();
    System.out.println(query);
  }
}
using System;
using System.Net;

class Example
{
  static void Main()
  {   
    var username = "customer-USER";
    var password = "PASS";
    var proxy = "proxyscrape.com:7777";
    
    var client = new WebClient();
    client.Proxy = new WebProxy(proxy);
    client.Proxy.Credentials = new NetworkCredential(username, password);
    Console.WriteLine(client.DownloadString("https://proxyscrape.com"));
  }
}
cURL Python Node.js PHP Go Java C#

どのようなスクレイピング・ニーズであっても、当社の高品質
モバイル・プロキシ・プールはあらゆる規模のジョブに対応できます。

ソフトウェアテスト
ウェブテスト
ウェブ・クローリング
ソーシャルメディア・マーケティング
ボッティングを見る
スクレイピング
教育的
ゲーミング
ウェブ閲覧
トラフィック・ボット
貿易ボット
フォロワー・ボット
コードテスト
サイバー・セキュリティ
SEO
解析

価格


弊社のプロキシをお試しください!1GBで$1.

購入