Mobile Menu

Aria2 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
Unlimited Traffic
SOCKS5 Supported
Over 100,000 IPv4 proxies
Packages from 100 proxies
Good discount for wholesale

Private proxies

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

Rotating proxies

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

UDP proxies

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

Try our proxies for free

Get test account for 60 minutes

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

Aria2 Proxy involves configuring the aria2 download utility to route traffic through a proxy server. This setup is particularly useful for anonymous downloading or bypassing ISP throttling and restrictions, supporting efficient and secure file downloads with aria2 by leveraging proxy services.

  • 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 Aria2 SOCKS5 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
IP
32.223.6.94
IP
50.174.145.13
IP
50.218.57.74
IP
50.174.7.152
IP
50.172.75.120
IP
183.215.23.242
IP
50.217.226.42
IP
213.143.113.82
IP
50.221.74.130
IP
50.168.72.114
IP
50.168.210.239
IP
50.207.199.86
IP
50.174.145.8
IP
50.174.145.10
IP
50.168.72.119
IP
211.128.96.206
IP
50.144.166.226
IP
50.222.245.50
IP
50.218.57.71
IP
50.172.75.123
Country
Country
us
Country
us
Country
us
Country
us
Country
us
Country
cn
Country
us
Country
at
Country
us
Country
us
Country
us
Country
us
Country
us
Country
us
Country
us
Country
jp
Country
us
Country
us
Country
us
Country
us
Port
Port
80
Port
80
Port
80
Port
80
Port
80
Port
9091
Port
80
Port
80
Port
80
Port
80
Port
80
Port
80
Port
80
Port
80
Port
80
Port
80
Port
80
Port
80
Port
80
Port
80
Added

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago

41 minute ago
Feedback

Feedback

I've been using proxies for quite a long time, and I can confidently say that this is one of the best providers. I believe that they will continue to develop further. Good luck to them!
Egor

I use proxies for social networking and general Internet surfing. I have not seen any major problems with the service. I have contacted our support a couple of times and they have replied quickly. I am fully satisfied with the prices and the speed of servers, too. Good luck in the development of the project!
Thomas

This site was a discovery for me. I recently purchased a proxy at a 22 percent discount. So far everything is working without any problems and I'm sure it will continue to do so.
J Brown

The best service I have had the pleasure of working with. Initial proxy difficulties were promptly resolved and even gave me a 3 day trial. All problems were resolved.
Scott B

I have been using the service for half a year and I never had any problems with proxies. Everything is stable and works well. The quality of proxies is great for my money.
Thomas Williams

My experience with using proxies of this service leaves no complaints. High performance, stable operation and reasonable prices make it an excellent choice for parsing data. Technical support in Telegram is a big plus.
JJ Jake

The proxies on this site are cheap, but good. They work without any glitches. You can also bind a limited number of IP addresses.
Dan Swimer

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.

How to quickly scraper a large number of sites using node.js? Close

To quickly scrape a large number of sites using Node.js, you can leverage asynchronous programming and utilize libraries like axios for making HTTP requests and cheerio for parsing HTML. Additionally, you may consider using the p-queue library to manage the concurrency and control the rate of requests. Here's a basic example to get you started

Install Required Packages:


npm install axios cheerio p-queue

Create a Scraper Script:


const axios = require('axios');
const cheerio = require('cheerio');
const PQueue = require('p-queue');

// List of sites to scrape
const sites = [
  'https://example1.com',
  'https://example2.com',
  // Add more URLs as needed
];

// Set the concurrency level (adjust as needed)
const concurrency = 5;

// Initialize a queue with concurrency control
const queue = new PQueue({ concurrency });

// Function to scrape a single site
async function scrapeSite(url) {
  try {
    const response = await axios.get(url);
    const $ = cheerio.load(response.data);

    // Use Cheerio to parse and extract data
    const title = $('title').text();
    console.log(`Scraped ${url} - Title: ${title}`);
  } catch (error) {
    console.error(`Error scraping ${url}: ${error.message}`);
  }
}

// Enqueue scraping tasks for each site
sites.forEach((site) => {
  queue.add(() => scrapeSite(site));
});

// Wait for all tasks to complete
queue.onIdle().then(() => {
  console.log('All scraping tasks completed.');
});

This example uses axios for making HTTP requests, cheerio for HTML parsing, and p-queue for controlling concurrency.

Run the Script:


node your_scraper_script.js

Adjust the sites array with the URLs you want to scrape.

This example uses a simple queue system to control the number of concurrent requests, preventing potential issues with rate limiting or overwhelming the target websites. However, be mindful of the websites' terms of service and robots.txt rules to avoid scraping restrictions.

Selenium does not load the specified browser profile Close

If Selenium is not loading the specified browser profile, there are several possible reasons and solutions to investigate. Here are some steps you can take to troubleshoot and resolve the issue:

  1. Check Profile Path:

    • Verify that the path to the specified browser profile is correct. Provide the absolute path to the profile directory when setting up the browser profile.
  2. Ensure Browser Compatibility:

    • Make sure that the version of Selenium WebDriver you are using is compatible with the version of the browser. Compatibility issues can sometimes cause profile-related problems.
  3. Use Browser-Specific Options:

    • Different browsers may have specific options for setting up a profile. For example, in Chrome, you can use user-data-dir to specify the user data directory (profile).


from selenium import webdriver

chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument('--user-data-dir=/path/to/profile')

driver = webdriver.Chrome(options=chrome_options)
  • Profile Settings Conflict:

    • Check if there are conflicting settings in the specified profile that might interfere with Selenium. Manually inspect the profile directory to ensure it is in a clean state.
  • Clear Browser Cache and Cookies:

    • If you are using an existing profile, clearing the browser cache and cookies might help. Create a clean profile or clear the existing one before running your Selenium script.
  • Profile Locking:

    • Ensure that the specified profile is not locked by another instance of the browser. Make sure that no other browser instances are using the same profile concurrently.
  • Browser Version Mismatch:

    • If you have recently updated your browser, there might be compatibility issues with the existing profile. Create a new profile or update the existing one to match the browser version.
  • Handle Security Restrictions:

    • Some browsers, especially when used in automated testing, may impose security restrictions on loading specific profiles. Review browser settings or consider adjusting security settings to allow profile loading.
  • Check for Selenium Updates:

    • Ensure that you are using the latest version of the Selenium WebDriver library. Updates may include fixes for profile-related issues.
  • Logging and Debugging:

    • Enable browser and WebDriver logs to capture any error messages or warnings related to the profile. This can provide insights into what might be going wrong.
  • Use Browser-Specific Drivers:

    • If you are using a specific browser (e.g., Chrome, Firefox), make sure you are using the appropriate browser-specific WebDriver executable (ChromeDriver, GeckoDriver).
Selenium Chromedriver python stopped working Close

If your Selenium ChromeDriver with Python has stopped working, there could be various reasons behind it. Here are some common troubleshooting steps to identify and resolve the issue:

  1. Check ChromeDriver Version:

    • Ensure that the version of ChromeDriver you are using is compatible with the version of Google Chrome installed on your machine. Download the latest ChromeDriver version from the official website if needed.
  2. Update Chrome Browser:

    • Make sure your Google Chrome browser is up to date. An incompatible ChromeDriver version may not work correctly with an outdated browser.
  3. Update Selenium WebDriver:

    • Ensure that you have the latest version of the Selenium WebDriver library installed. You can update it using:


pip install --upgrade selenium
  • Check Chrome Browser Version:

    • Verify the version of your Google Chrome browser. You can find this information in the Chrome browser by going to "Settings -> About Chrome." Ensure that the ChromeDriver version matches this version.
  • Provide ChromeDriver Path Explicitly:

    • Specify the path to ChromeDriver explicitly when creating a WebDriver instance. For example:


from selenium import webdriver

driver = webdriver.Chrome(executable_path='/path/to/chromedriver')
    • Replace '/path/to/chromedriver' with the actual path to your ChromeDriver executable.

  • Check for Errors and Logs:

    • Examine any error messages or logs generated during the execution of your Selenium script. These messages can provide clues about what might be going wrong.
  • Firewall/Antivirus:

    • Check if your firewall or antivirus software is blocking ChromeDriver. Temporarily disable these to test if they are causing the issue.
  • Headless Mode:

    • If you are running ChromeDriver in headless mode, try running it without headless mode to see if the issue persists.
  • Temporary Directory Access:

    • Ensure that the process running your Selenium script has the necessary permissions to write to the temporary directory. ChromeDriver may need to write to the system's temporary directory during execution.
  • Try a Different Browser:

    • If the issue persists with Chrome, try using a different browser (e.g., Firefox) to see if the problem is specific to Chrome or if it's a more general WebDriver issue.
  • Reinstall ChromeDriver:

    • Consider reinstalling ChromeDriver by downloading the latest version and replacing the existing executable.
  • Check for System Updates:

    • Ensure that your operating system is up to date. Some issues may be resolved by updating the underlying system libraries.
  • Check Browser Extensions:

    • Disable any browser extensions or plugins that might interfere with the WebDriver.
    • Replace '/path/to/chromedriver' with the actual path to your ChromeDriver executable.

  • Check for Errors and Logs:

    • Examine any error messages or logs generated during the execution of your Selenium script. These messages can provide clues about what might be going wrong.
  • Firewall/Antivirus:

    • Check if your firewall or antivirus software is blocking ChromeDriver. Temporarily disable these to test if they are causing the issue.
  • Headless Mode:

    • If you are running ChromeDriver in headless mode, try running it without headless mode to see if the issue persists.
  • Temporary Directory Access:

    • Ensure that the process running your Selenium script has the necessary permissions to write to the temporary directory. ChromeDriver may need to write to the system's temporary directory during execution.
  • Try a Different Browser:

    • If the issue persists with Chrome, try using a different browser (e.g., Firefox) to see if the problem is specific to Chrome or if it's a more general WebDriver issue.
  • Reinstall ChromeDriver:

    • Consider reinstalling ChromeDriver by downloading the latest version and replacing the existing executable.
  • Check for System Updates:

    • Ensure that your operating system is up to date. Some issues may be resolved by updating the underlying system libraries.
  • Check Browser Extensions:

    • Disable any browser extensions or plugins that might interfere with the WebDriver.
How to combine Selenium with Telegram Bot? Close

Combining Selenium with a Telegram Bot allows you to create an automated system that can interact with web pages and send updates to a Telegram chat. To achieve this, you'll need to follow these steps:

  • Create a Telegram Bot and get the API token.

  • Set up a Telegram Bot using the API token.

  • Use Selenium to interact with the web pages.

  • Send updates from the Selenium script to the Telegram Bot.

  • Here's a step-by-step guide:

    Create a Telegram Bot and get the API token:

  • - Start a new chat with the BotFather (@BotFather) on Telegram.

  • - Send the command /newbot and follow the instructions to create a new bot.

  • - Note down the bot's username (e.g., YourBotName).

  • - Send the command /setname YourBotName to set the bot's name.

  • - Send the command /token to receive the API token. Save the API token securely.

  • Set up a Telegram Bot using the API token:

  • - Install a Telegram bot library, such as python-telegram-bot: pip install python-telegram-bot.

  • - Create a new Python script and import the required libraries:

  • 
    from telegram.ext import Updater, CommandHandler, MessageHandler, Filters
    import logging
    
    logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.INFO)
    

    Set up the Telegram Bot with the API token:

    
    API_TOKEN = "your_telegram_bot_api_token"
    updater = Updater(API_TOKEN, use_context=True)
    dispatcher = updater.dispatcher
    

    Create a function to handle incoming messages:

    
    def echo(update, context):
        context.bot.send_message(chat_id=update.effective_chat.id, text=update.message.text)
    

    Add a command handler and message handler to the dispatcher:

    
    start_cmd = CommandHandler('start', echo)
    dispatcher.add_handler(start_cmd)
    
    message_handler = MessageHandler(Filters.text & ~Filters.command, echo)
    dispatcher.add_handler(message_handler)
    

    Start the bot:

    
    updater.start_polling()
    updater.idle()
    

    Use Selenium to interact with the web pages:

    Create a Selenium script to interact with the web pages as needed. For example, you can use the script to scrape data, log in to a website, or perform other actions.

    Send updates from the Selenium script to the Telegram Bot:

    Modify the echo function in the Telegram Bot script to accept data from the Selenium script and send it as an update. You can pass the data as a string or use other formats like JSON.

    Here's an example of sending data as a string:

    
    def echo(update, context):
        data = context.bot.send_message(chat_id=update.effective_chat.id, text="Received data:")
        context.bot.send_message(chat_id=update.effective_chat.id, text=data)
    

    And here's an example of sending data as JSON:

    
    import json
    
    def echo(update, context):
        data = context.bot.send_message(chat_id=update.effective_chat.id, text="Received data:")
        data_json = json.dumps(data)
        context.bot.send_message(chat_id=update.effective_chat.id, text=data_json)
    

    Now, when you run both the Selenium script and the Telegram Bot script simultaneously, the bot will receive updates with the data from the Selenium script and send it to the chat.

    Remember to replace "your_telegram_bot_api_token" with your actual API token. Also, ensure that the bot has the necessary permissions to send messages in the chat where you want to receive updates.

    How to use socks5 proxy? Close

    On the PC you can use SOCKS5 proxies, for example, through the browser Firefox. There are such a function in the settings, you just need to activate it. The only nuance: the connection speed or ping indicators in this case may be slowed down.

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