Proxy for TG

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

Proxy for TG (Telegram) allows users to access the Telegram messaging app through a proxy server, which can be crucial for bypassing blocks or censorship in certain countries. By routing Telegram traffic through a proxy, users can maintain access to secure and unrestricted messaging, supporting communication privacy and freedom.

  • 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 proxy 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
125.228.143.207 tw 4145 1 minute ago
50.149.15.40 us 80 1 minute ago
107.152.98.5 us 4145 1 minute ago
50.147.71.162 us 80 1 minute ago
50.149.15.44 us 80 1 minute ago
50.145.58.6 us 80 1 minute ago
67.43.228.250 ca 29625 1 minute ago
184.170.248.5 us 4145 1 minute ago
50.218.234.74 us 80 1 minute ago
189.202.188.149 mx 80 1 minute ago
119.93.123.229 ph 4145 1 minute ago
41.230.216.70 tn 80 1 minute ago
82.119.96.254 sk 80 1 minute ago
62.99.138.162 at 80 1 minute ago
194.158.203.14 by 80 1 minute ago
213.143.113.82 at 80 1 minute ago
41.207.187.178 tg 80 1 minute ago
190.58.248.86 tt 80 1 minute ago
194.219.134.234 gr 80 1 minute ago
197.211.24.206 ke 5678 1 minute ago
Feedback

Feedback

I have been working with proxies from this service for a year now. The efficiency of using proxies for social networks has exceeded my expectations. Excellent data transfer speed, high performance, and, of course, adequate prices.
Yuko

What I like about this site is that it has great customer support. They are fast and helpful, and I have been buying proxies here for several months now.
Tom Kappel

The site provides users with a proxy API. The IP change is provided every eight days and the support team responds instantly to all customer requests.
Fortun Duranseau

The description is completely in line with reality. The individual proxies are completely clean and I guarantee I know what I'm talking about.
Omar

Overall, I'm happy with my choice of this service, although there have been some issues, including a two-day proxy outage. However, when they work, the speed is excellent, and the large selection of locations allows you to manage multiple accounts by purchasing proxies from one service.
carl

Appreciate the affordable private proxies at a low price without affecting the quality of work. The service here is excellent, I recommend it.
Kaylene

I have subscribed to several proxies for a month. They did it within a few minutes. The proxies themselves are very good. Videos are uploaded fast and without any interruptions. I have never contacted technical support yet.
Andrew Robinson

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.

What is an sip proxy? Close

SIP is a virtual telephony service. A proxy server in this case is used to collect traffic, its conversion and further transmission to the subscriber via cellular communication. It is mainly used by call centers to communicate with customers.

golang - parsing XML, result is not saved in structure Close

If you're parsing XML in Golang and the result is not being saved in the structure as expected, there might be issues with your XML parsing code. Below is a simple example demonstrating how to parse XML and save the result in a structure using the encoding/xml package in Golang.

Assuming you have the following XML structure:



    John Doe
    30

And you want to parse it into the following Go structure:


package main

import (
	"encoding/xml"
	"fmt"
)

type User struct {
	Name string `xml:"name"`
	Age  int    `xml:"age"`
}

func main() {
	xmlData := `John Doe30`

	var user User

	// Unmarshal XML into the User structure
	err := xml.Unmarshal([]byte(xmlData), &user)
	if err != nil {
		fmt.Println("Error:", err)
		return
	}

	// Print the result
	fmt.Printf("Name: %s\nAge: %d\n", user.Name, user.Age)
}

In this example:

The User struct tags (e.g., xml:"name") indicate the mapping between the XML elements and the fields in the structure.

xml.Unmarshal is used to parse the XML data and populate the User structure.

Ensure that your XML data and struct tags match correctly. If the XML structure or tags are different, you might encounter issues with parsing.

If you continue to face problems, please provide more details or your specific code for further assistance.

Running GUI autotests in GitLab CI\CD using Docker Selenium PyTest. Close

To run GUI autotests in GitLab CI\CD using Docker, Selenium, and PyTest, you can follow these steps:

1. Create a .gitlab-ci.yml file in the root directory of your project. This file will define the pipeline and the jobs for your CI\CD process.

2. Configure the pipeline to use the appropriate image for your tests. In this case, you can use a Python image with the required dependencies installed.

3. Define the before_script section to set up the environment for the tests, including installing the necessary packages and downloading the required drivers for Selenium.

4. Define the test job to run the PyTest tests using the Selenium WebDriver.

Here's an example of a .gitlab-ci.yml file:


stages:
  - test

variables:
  SELENIUM_CHROME_DRIVER: '102.0.5005.62'
  SELENIUM_FIREFOX_DRIVER: '0.26.0'

image: python:3.8

cache:
  paths:
    - .venv
    - requirements.txt

before_script:
  - apt-get update -qq
  - apt-get install -y --no-install-recommends \
      build-essential \
      wget \
      xvfb \
      xvfb-run
  - pip install --upgrade pip
  - pip install --quiet --upgrade pytest
  - pip install --quiet selenium
  - pip install --quiet webdriver-manager
  - wget https://github.com/SeleniumHQ/selenium/releases/download/v${SELENIUM_CHROME_DRIVER}/chromedriver_linux64.zip
  - unzip chromedriver_linux64.zip chromedriver
  - wget https://github.com/SeleniumHQ/selenium/releases/download/v${SELENIUM_FIREFOX_DRIVER}/geckodriver-v${SELENIUM_FIREFOX_DRIVER}
  - mv geckodriver-v${SELENIUM_FIREFOX_DRIVER} geckodriver

test:
  stage: test
  script:
    - pytest tests/
  tags:
    - selenium
  artifacts:
    reports:
      - html
  only:
    - master
    - merge_requests

This .gitlab-ci.yml file defines a single stage called test that runs the PyTest tests in the tests/ directory. The before_script section installs the necessary dependencies, downloads the Selenium WebDriver for Chrome and Firefox, and sets up the environment for running the tests.

The tags: - selenium line ensures that the job runs on a runner with the selenium tag, which should have the appropriate Selenium WebDriver installed. The artifacts: reports: - html line enables the generation of HTML reports for the test results.

The only: - master - merge_requests line specifies that the tests should be run on every commit to the master branch and on every merge request.

Once you've set up the .gitlab-ci.yml file, commit and push it to your repository. Then, create a new merge request or push to the master branch to trigger the CI\CD pipeline and run the GUI autotests using Docker, Selenium, and PyTest.

How to connect a proxy on your iPhone? Close

To connect your iPhone to a proxy server, follow these steps:

Open the "Settings" section. Go to the "Wi-Fi" tab. Next to your access point, click on "i". Click on "Proxy settings". Use the manual setting and specify the proxy data. To specify the proxy username and password you need to enable the "Authentication" option. Save your settings.

How to check proxies for blacklists? Close

To check a proxy for blacklisting, it is necessary to use special tools developed for this purpose. Many proxy-checkers provide free online IP-address verification and provide detailed information related to the proxy servers security. To get it, just enter the IP address of the proxy and click on the "Verify" button.

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 tg proxy only to your IP address;
  • Comfortable control panel and downloading of proxy lists.
  • Advanced API.