Mobile Menu

Castle Dynamic 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

Castle Dynamic Proxy is a library for .NET that simplifies the task of creating objects in code that act as proxies for other objects. This is particularly useful for scenarios involving aspect-oriented programming, dependency injection, or mocking objects in unit tests. Ideal for developers looking to implement these patterns, Castle Dynamic Proxy supports the creation of more modular, testable, and maintainable code.

  • 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
IP
38.54.71.67
IP
104.222.32.110
IP
122.116.29.68
IP
50.239.72.16
IP
50.172.23.10
IP
41.207.187.178
IP
50.174.145.10
IP
50.222.245.50
IP
50.221.74.130
IP
183.215.23.242
IP
50.144.166.226
IP
213.143.113.82
IP
50.174.145.8
IP
50.172.75.123
IP
211.128.96.206
IP
50.174.145.13
IP
162.245.81.45
IP
65.20.233.78
IP
50.168.72.114
IP
50.168.72.119
Country
Country
np
Country
us
Country
tw
Country
us
Country
us
Country
tg
Country
us
Country
us
Country
us
Country
cn
Country
us
Country
at
Country
us
Country
us
Country
jp
Country
us
Country
us
Country
iq
Country
us
Country
us
Port
Port
80
Port
80
Port
4145
Port
80
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
8080
Port
80
Port
80
Added

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago

6 minutes ago
Feedback

Feedback

Great service! Great tech support that responds quickly and fixes problems quickly if they arise. Everything works perfectly, without fail.
George Cousins

Bought proxies from them and like others, they are great. Highly recommended!
Anonyme

A service that clearly understands the needs of its clients. I buy proxies for parsing data, and here I was satisfied with several important points. First, stability - proxies do not fall off. Secondly, excellent integration with Python code. This significantly speeds up my workflow.
Eugene-Frederick Schamott

This proxy service has become my reliable partner in posting posts and social media promotion. Reasonable price, high proxy speed and excellent support make cooperation as convenient as possible.
James

I've been using this proxy for several years now, and I'm still satisfied with it. From the pluses, I emphasize the quality of work and low price.
MaKiessy

I have been using proxies from this site for over 3 months. I have not registered any crashes or technical problems. Prices are adequate and customer support responds quickly.
Fedele Trentini

I've been working with this service for over a year now, and it never ceases to amaze me with its stability and high proxy speed. It is the perfect solution for my online gaming needs. Excellent value for money!
Jackson

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 organize multi-threaded scraping through a proxy in C# Close

To organize multi-threaded scraping through a proxy in C#, you can use the HttpClient class along with tasks and threads. Additionally, you may use proxy rotation to avoid rate limiting and bans. Here's a basic example to get you started:


using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;

class Program
{
    static async Task Main()
    {
        // List of proxy URLs
        List proxyList = new List
        {
            "http://proxy1.com:8080",
            "http://proxy2.com:8080",
            // Add more proxies as needed
        };

        // Create HttpClient instances with a different proxy for each thread
        List httpClients = CreateHttpClients(proxyList);

        // List of URLs to scrape
        List urlsToScrape = new List
        {
            "https://example.com/page1",
            "https://example.com/page2",
            // Add more URLs as needed
        };

        // Create tasks for each URL
        List tasks = new List();
        foreach (string url in urlsToScrape)
        {
            tasks.Add(Task.Run(() => ScrapeUrl(url, httpClients)));
        }

        // Wait for all tasks to complete
        await Task.WhenAll(tasks);

        // Dispose of HttpClient instances
        foreach (HttpClient client in httpClients)
        {
            client.Dispose();
        }
    }

    static List CreateHttpClients(List proxies)
    {
        List clients = new List();
        foreach (string proxy in proxies)
        {
            var httpClientHandler = new HttpClientHandler
            {
                Proxy = new WebProxy(proxy),
                UseProxy = true,
            };

            clients.Add(new HttpClient(httpClientHandler));
        }

        return clients;
    }

    static async Task ScrapeUrl(string url, List httpClients)
    {
        // Select a random proxy for this request
        var random = new Random();
        var httpClient = httpClients[random.Next(httpClients.Count)];

        try
        {
            // Make the request using the selected proxy
            HttpResponseMessage response = await httpClient.GetAsync(url);

            // Check if the request was successful
            if (response.IsSuccessStatusCode)
            {
                string content = await response.Content.ReadAsStringAsync();
                // Process the content as needed
                Console.WriteLine($"Scraped {url}: {content.Length} characters");
            }
            else
            {
                Console.WriteLine($"Failed to scrape {url}. Status code: {response.StatusCode}");
            }
        }
        catch (Exception ex)
        {
            Console.WriteLine($"Error scraping {url}: {ex.Message}");
        }
    }
}

In this example:

The CreateHttpClients function creates a list of HttpClient instances, each configured with a different proxy from the provided list.

The ScrapeUrl function performs the actual scraping for a given URL using a randomly selected proxy.

The Main method creates tasks for each URL to be scraped and waits for all tasks to complete.

How to pass selenium webdriver to Python decorator? Close

To pass a Selenium WebDriver instance to a Python decorator, you can create a custom decorator that takes the WebDriver instance as an argument. Here's an example of how to do this:

First, create a custom decorator that accepts the WebDriver instance:


def webdriver_decorator(driver):
    def decorator(func):
        @functools.wraps(func)
        def wrapper(*args, **kwargs):
            return func(driver, *args, **kwargs)
        return wrapper
    return decorator

Create a function that takes the WebDriver instance as an argument and performs the desired action:


from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC

def my_function(driver, search_query):
    driver.get('https://example.com')
    search_box = WebDriverWait(driver, 10).until(EC.visibility_of_element_located((By.ID, 'search-box')))
    search_box.send_keys(search_query)
    search_box.send_keys(Keys.RETURN)

Apply the custom decorator to the function and pass the WebDriver instance:


@webdriver_decorator
def my_function_with_decorator(driver, search_query):
    return my_function(driver, search_query)

Now you can use the decorated function and pass the WebDriver instance:


driver = webdriver.Chrome()
driver.get('https://example.com')

search_results = my_function_with_decorator(driver, 'your search query')

In this example, the my_function_with_decorator function is the same as the my_function function, but it is wrapped by the webdriver_decorator. When you call my_function_with_decorator, you need to pass the WebDriver instance as the first argument.

What is a proxy server script address? Close

A proxy server script address, also known as a proxy script or proxy URL, is a specific address that points to a script or a web page containing instructions for connecting to a proxy server. This script or web page can be written in various programming languages, such as PHP, Perl, or Python, and it typically contains the configuration settings and parameters required to connect to a proxy server.

When you visit a website or access an online resource, your browser or application may use a proxy server to route your traffic. In some cases, you might need to manually configure your browser or application to use a specific proxy server. To do this, you would need the proxy server's script address, which you can then enter into the appropriate settings field.

For example, you might encounter a proxy server script address in the following format:


http://:@:/

Here, and represent the proxy server's authentication credentials, is the proxy server's IP address or hostname, is the proxy server's port number, and is the path to the proxy script on the proxy server.

How do I set up a proxy in Mozilla? Close

In the browser menu (top right corner), find "Settings", and then, under "Network settings", go to "Settings" to select "Manual network configuration". Enter, depending on your network protocol, the IP address, the port and click on "OK". Open any website and in the window that appears, enter the proxy password and login, then click "Ok" again. A successful connection to the site means that the setup is successfully completed.

How do I set up a proxy in nox? Close

Enter the settings using the gear icon (home screen) and click on it. Under "Wireless Networks", click on "Wi-Fi" and then click on "WiredSSID" and select "Change Network". Check the "Advanced" checkbox, and then select "Manual" for the proxy server. Click "Save" and close the settings.

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