MT Proto Proxy

PapaProxy - premium datacenter proxies with the fastest speed. Fully unlimited traffic. Big Papa packages from 100 to 15,000 IP
  • Some of the lowest prices on the market, no hidden fees;
  • Guaranteed refund within 24 hours after payment.
  • All IPv4 proxies with HTTPS and SOCKS5 support;
  • Upgrade IP in a package without extra charges;
  • Fully unlimited traffic included in the price;
  • No KYC for all customers at any stage;
  • Several subnets in each package;
  • Impressive connection speed;
  • And many other benefits :)
Select your tariff
Price for 1 IP-address: 0$
We have over 100,000 addresses on the IPv4 network. All packets need to be bound to the IP address of the equipment you are going to work with. Proxy servers can be used with or without login/password authentication. Just elite and highly private proxies.
Types of proxies

Types of proxies

Datacenter proxies

Starting from $19 / month
Select tariff
  • Unlimited Traffic
  • SOCKS5 Supported
  • Over 100,000 IPv4 proxies
  • Packages from 100 proxies
  • Good discount for wholesale
Learn More

Private proxies

Starting from $2,5 / month
Select tariff
  • Unlimited Traffic
  • SOCKS5 Supported
  • Proxies just for you
  • Speed up to 200 Mbps
  • For sale from 1 pc.
Learn More

Rotating proxies

Starting from $49 / month
Select tariff
  • Each request is a new IP
  • SOCKS5 Supported
  • Automatic rotation
  • Ideal for API work
  • All proxies available now
Learn More

UDP proxies

Starting from $19 / month
Select tariff
  • Unlimited traffic
  • SOCKS5 supported
  • PremiumFraud Shield
  • For games and broadcasts
  • Speed up to 200 Mbps
Learn More

Try our proxies for free

Register an account and get a proxy for the test. You do not need to fill payment data. Support most of popular tasks: search engines, marketplaces, bulletin boards, online services, etc. tasks
Rectangle Rectangle Rectangle Rectangle
Available regions

Available regions

MTProto Proxy provides a specialized service for Telegram users seeking extra security and faster connection speeds. This proxy protocol, developed by Telegram, encrypts data traffic, making it extremely difficult for third parties to monitor your messages. Ideal for users in regions with internet censorship or anyone prioritizing their online privacy, MTProto Proxy ensures your Telegram communications are secure, private, and unblocked, supporting your freedom of expression and access to information.

  • IP updates in the package at no extra charge;

  • Unlimited traffic included in the price;

  • Automatic delivery of addresses after payment;

  • All proxies are IPv4 with HTTPS and SOCKS5 support;

  • Impressive connection speed;

  • Some of the cheapest cost on the market, with no hidden fees;

  • If the IP addresses don't suit you - money back within 24 hours;

  • And many more perks :)

You can buy proxies at cheap pricing and pay by any comfortable method:

  • VISA, MasterCard, UnionPay

  • Tether (TRC20, ERC20)

  • Bitcoin

  • Ethereum

  • AliPay

  • WebMoney WMZ

  • Perfect Money

You can use both HTTPS and SOCKS5 protocols at the same time. Proxies with and without authorization are available in the personal cabinet.

 

Port 8080 for HTTP and HTTPS proxies with authorization.

Port 1080 for SOCKS 4 and SOCKS 5 proxies with authorization.

Port 8085 for HTTP and HTTPS proxies without authorization.

Port 1085 for SOCKS4 and SOCKS5 proxy without authorization.

 

We also have a proxy list builder available - you can upload data in any convenient format. For professional users there is an extended API for your tasks.

Free proxy list

Free proto proxies list

Note - these are not our test proxies. Publicly available free lists, collected from open sources, to test your software. You can request a test of our proxies here
IP Country PORT ADDED
82.119.96.254 sk 80 33 minutes ago
178.220.148.82 rs 10801 33 minutes ago
50.221.74.130 us 80 33 minutes ago
50.171.122.28 us 80 33 minutes ago
50.217.226.47 us 80 33 minutes ago
79.101.45.94 rs 56921 33 minutes ago
212.31.100.138 cy 4153 33 minutes ago
211.75.95.66 tw 80 33 minutes ago
39.175.85.98 cn 30001 33 minutes ago
194.219.134.234 gr 80 33 minutes ago
72.10.164.178 ca 32263 33 minutes ago
41.230.216.70 tn 80 33 minutes ago
50.221.230.186 us 80 33 minutes ago
83.1.176.118 pl 80 33 minutes ago
176.241.82.149 iq 5678 33 minutes ago
125.228.143.207 tw 4145 33 minutes ago
125.228.94.199 tw 4145 33 minutes ago
67.43.228.250 ca 23261 33 minutes ago
189.202.188.149 mx 80 33 minutes ago
188.165.192.99 fr 8962 33 minutes ago
Feedback

Feedback

Excellent product well done. Thank you to the service for such good and prompt support. There have been issues with the subscription, which have been resolved reasonably and with minimal delay.
James Thomas

Decent service with an affordable price and excellent speed. I shop here from time to time and have not had any major problems in four months.
Rafael

I believe that for this price the proxies provided are just fine. This experience has convinced me that the most expensive does not always mean the best. Why pay more? Yes, there are lower prices, but if adequate attitude and quality services are important, this is your choice.
William Stevens

Great proxies with good value for money. Took them for a trial, didn't find any drawbacks, perfect for Instagram use. I plan to renew.
Hao Meng

I tested a lot of stores and chose Papaproxy. I regularly buy and renew proxies here, as the price and quality of work suit me.
Dmitrii Lobanov

For arbitrage needs, this service fully meets my expectations. Everything works at a satisfactory level and I am grateful for it.
JW

Reliability and stability of proxies made me a regular customer of this service. Their use does not cause any fuss or problems. Plus, responsive tech support is always ready to help in case of questions or need for consultation. I highly recommend it!
M.GH

Fast integration with API

Fast integration with API

Simple tool for complete proxy management - purchase, renewal, IP list update, binding change, upload lists. With easy integration into all popular programming languages, PapaProxy API is a great choice for developers looking to optimize their systems.

Quick and easy integration.
Full control and management of proxies via API.
Extensive documentation for a quick start.
Compatible with any programming language that supports HTTP requests.

Ready to improve your product? Explore our API and start integrating today!

Python
Golang
C++
NodeJS
Java
PHP
React
Delphi
Assembly
Rust
Ruby
Scratch

And 500+ more programming tools and languages

F.A.Q.

F.A.Q.

Parsing JSON in Node.js Close

In Node.js, you can parse JSON using the built-in JSON object or the JSON.parse() method. Here's a simple example:


// JSON string
const jsonString = '{"name": "John", "age": 30, "city": "New York"}';

// Parse JSON using JSON.parse()
try {
  const jsonData = JSON.parse(jsonString);
  console.log('Parsed JSON:', jsonData);

  // Access individual properties
  console.log('Name:', jsonData.name);
  console.log('Age:', jsonData.age);
  console.log('City:', jsonData.city);
} catch (error) {
  console.error('Error parsing JSON:', error.message);
}

In this example:

  • The jsonString contains a JSON-formatted string.
  • JSON.parse() is used to parse the JSON string into a JavaScript object.
  • The properties of the resulting object can be accessed just like any other JavaScript object.

If the JSON string is not valid, JSON.parse() will throw an error. To handle potential errors, it's a good practice to use a try...catch block.

If you have a JSON file and want to read and parse it in Node.js, you can use the fs (file system) module along with JSON.parse(). Here's an example:


const fs = require('fs');

// Read JSON file
fs.readFile('path/to/your/file.json', 'utf8', (err, data) => {
  if (err) {
    console.error('Error reading file:', err.message);
    return;
  }

  // Parse JSON data
  try {
    const jsonData = JSON.parse(data);
    console.log('Parsed JSON from file:', jsonData);
  } catch (error) {
    console.error('Error parsing JSON:', error.message);
  }
});

Replace 'path/to/your/file.json' with the actual path to your JSON file.

Remember to handle errors appropriately, especially when dealing with file I/O operations or parsing potentially malformed JSON data.

What is a proxy server port on a TV? Close

A proxy server port on a TV refers to a specific port number used by a proxy server to communicate with the TV. The proxy server is a computer or device that acts as an intermediary between the TV and external networks or resources, such as the internet. The port number is a unique identifier that directs the communication to the appropriate service or application on the proxy server.

In the context of a TV, a proxy server port is typically used for firmware updates, app store access, or other communication with external servers. The port number is usually provided by the TV manufacturer or the service provider, and it may vary depending on the specific model or firmware version of the TV.

To use a proxy server with your TV, you will need to configure the TV's network settings to use the proxy server's IP address and port number. This can usually be done through the TV's menu or settings, under the network or internet settings section.

It's important to note that using a proxy server with your TV may have security implications, as it can potentially expose your TV and home network to vulnerabilities.

How to configure Socks5 proxy on Selenium for Chrome in Python? Close

To configure a Socks5 proxy for Chrome in Selenium using Python, you can use the --proxy-server command-line option with the Socks5 proxy address. Here's an example using the webdriver.Chrome class in Python:


from selenium import webdriver
from selenium.webdriver.chrome.service import Service as ChromeService

# Socks5 proxy configuration
socks5_proxy = "socks5://127.0.0.1:1080"  # Replace with your actual Socks5 proxy address

# Configure Chrome options with proxy settings
chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument(f'--proxy-server={socks5_proxy}')

# Create a Chrome WebDriver instance with the configured options
chrome_service = ChromeService(executable_path="path/to/chromedriver")  # Replace with the actual path
driver = webdriver.Chrome(service=chrome_service, options=chrome_options)

# Example: Navigate to a website using the configured proxy
driver.get("https://www.example.com")

# Perform other actions with the WebDriver as needed

# Close the browser window
driver.quit()

- Replace "socks5://127.0.0.1:1080" with the actual Socks5 proxy address you want to use.
- Download the ChromeDriver executable from the official ChromeDriver download page and provide the path to the executable in the executable_path parameter of ChromeService.
- Update the driver.get() method to navigate to the website you want.

Make sure to have the selenium library installed (pip install selenium) and ensure that the ChromeDriver version is compatible with the Chrome browser installed on your system.

Checking proxy functionality on your computer Close

The most convenient way is to use online proxy checkers, i.e. services that test all connection capabilities, including supported protocols. For example, Hidemy.name or Securitylab. As for applications, you can recommend SocksChain or Open Proxy Checker.

How to set up a proxy for Telegram on PC Close

In Telegram on PC, proxies can be set up through the application settings. You need to open the "Advanced settings" item, then - select "Connection type". By default, the Windows system proxy is used, but you can specify it manually or disable it altogether.

Our statistics

>12 000

packages were sold in a few years

8 000 Tb

traffic spended by our clients per month.

6 out of 10

Number of clients that increase their tariff after the first month of usage

HTTP / HTTPS / Socks 4 / Socks 5

All popular proxy protocols that work with absolutely any software and device are available
With us you will receive

With us you will receive

  • Many payment methods: VISA, MasterCard, UnionPay, WMZ, Bitcoin, Ethereum, Litecoin, USDT TRC20, AliPay, etc;
  • No-questions-asked refunds within the first 24 hours of payment;
  • Personalized prices via customer support;
  • High proxy speed and no traffic restrictions;
  • Complete privacy on SOCKS protocols;
  • Automatic payment, issuance and renewal of proxies;
  • Only live support, no chatbots.
  • Personal manager for purchases of $500 or more.

    What else…

  • Discounts for regular customers;
  • Discounts for large proxy volume;
  • Package of documents for legal entities;
  • Stability, speed, convenience;
  • Binding a nginx reverse proxy x forwarded proto only to your IP address;
  • Comfortable control panel and downloading of proxy lists.
  • Advanced API.