3G/4G/5G Mobile Proxies

Tüm ProxyScrape konut paketlerine dahildir

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 protokolü
  • ABD, Birleşik Krallık ve AT için ülke hedefleme
  • New York, Florida ve Teksas için ABD Eyalet hedeflemesi
  • Dönen proxyler veya 3 dakikalık yapışkan oturumlar
  • Sınırsız eş zamanlı bağlantı

12 000+
günlük IP'ler
99
Başarı Oranı
0,4 saniye
Yanıt Süresi
7/24
Destek

1000'lerce Geliştirici Tarafından Güvenilen

Günlük 12.000+ Mobil Proxy ile Çabalarınızı En Üst Düzeye Çıkarın ve Başarınızı Hızlandırın

Back-connect
dönen proxyler

Sınırsız eş zamanlı
bağlantısı

HTTP
protokolü

12.000+
günlük proxyler

Kullanıcı adı ve şifre
kimlik doğrulama

ABD, Birleşik Krallık ve AT

99 Başarı Oranı
0,4 saniye yanıt süresi

Size yardımcı olmaya hazır olağanüstü destek

Sorunsuz Entegrasyon
Hızlı Bir Başlangıç İçin

Dönen Mobil Proxy'lerimizin entegrasyonu ve yönetimi kolaydır.

Üçüncü taraf yazılımlarla entegrasyon

Yapışkan oturumlar

Geliştirici dostu dokümantasyon

Ülke, eyalet ve şehir hedefleme

Bazen kapsamlı bir seçenek listesini kontrol edecek zamanınız olmaz. Kullanıcı dostu proxy seçim seçeneğimiz süreci sizin için kolaylaştırır. Çeşitli seçenekleri ülkeye, eyalete, şehre vb. göre filtrelemenize olanak tanır.

Mobil proxyler edinin
curl -x proxyscrape.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 GİT Java C#

Kazıma İhtiyaçlarınız Ne Olursa Olsun, Yüksek Kaliteli
Mobil Proxy Havuzumuz Her Ölçekte İşin Üstesinden Gelebilir

Yazılım Testi
Web Testi
Web Tarama
Sosyal Medya Pazarlaması
Botting'i görüntüleyin
Kazıma
Eğitim
Oyun
Web Tarama
Trafik Botları
Ticaret Botları
Takipçi Botları
Kod Testi
Siber Güvenlik
SEO
Ayrıştırma

Fiyatlandırma

Büyük bir taahhütte bulunmaya hazır değil misiniz?
Proxy'lerimizi test edin! 1GB için 1$.

Satın alma