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#

无论您有何种搜索需求,我们的高质量
移动代理池都能处理任何规模的任务

软件测试
网络测试
网络抓取
社交媒体营销
查看博廷
刮削
教育
游戏
网页浏览
流量机器人
贸易机器人
追随者机器人
代码测试
网络安全
搜索引擎优化
解析

定价

还没准备好大笔投入?
测试运行一下我们的代理服务器!1GB 只需 1 美元。

购买