3G/4G/5G Mobile Proxies

Included with all ProxyScrape residential packages

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 protocol
  • Country targeting for US, UK and AT
  • US State targeting for New York, Florida and Texas
  • Rotating proxies or sticky sessions of 3 minutes
  • Unlimited concurrent connections

12 000+
daily IPs
99%
Success Rate
0.4 seconds
Response Time
24/7
Support

Trusted by 1000s of Developers on

Maximize Your Efforts and Accelerate Your Success
With 12.000+ Daily Mobile Proxies

Back-connect
rotating proxies

Unlimited concurrent
connections

HTTP
protocol

12.000+
daily proxies

Username & password
authentication

US, UK and AT

99% Success Rate
0.4 second response time

Outstanding support
that's ready to help you

No-Hassles Integration
For A Fast Start

Our Rotating Mobile Proxies are simple to integrate and manage.

Integration with third-party software

Sticky sessions

Developer-friendly documentation

Country, state and city targeting

Sometimes you simply do not have the time to check through an extensive list of options. Our user-friendly proxy selection option makes the process easy for you. It allows you to filter the various options according to country, state, city, etc.

Get mobile proxies
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 GO Java C#

Whatever Your Scraping Needs, Our High-Quality
Mobile Proxy Pool Can Handle Jobs At Any Scale

Software Testing
Web Testing
Web Crawling
Social Media Marketing
View Botting
Scraping
Educational
Gaming
Web Browsing
Traffic Bots
Trade Bots
Follower Bots
Code Testing
Cyber Security
SEO
Parsing

Pricing

Not ready to commit big?
Give our proxies a test run! 1GB for $1.

Purchase