Urban 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

Urban Proxy by PapaProxy.net caters to users needing fast, secure, and anonymous proxy services in urban areas. This service is optimized for high-density locations, offering superior speed and reliability for streaming, social media, and online browsing. Whether you're navigating crowded network environments or seeking enhanced privacy for your urban internet activities, our Urban Proxy provides the performance and anonymity essential for modern urban digital life.

  • 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 Urban 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
50.175.123.232 us 80 49 minutes ago
203.99.240.182 jp 80 49 minutes ago
212.69.125.33 ru 80 49 minutes ago
203.99.240.179 jp 80 49 minutes ago
97.74.87.226 sg 80 49 minutes ago
89.145.162.81 de 3128 49 minutes ago
120.132.52.172 cn 8888 49 minutes ago
128.140.113.110 de 5678 49 minutes ago
50.223.246.236 us 80 49 minutes ago
50.223.246.238 us 80 49 minutes ago
41.207.187.178 tg 80 49 minutes ago
194.219.134.234 gr 80 49 minutes ago
125.228.143.207 tw 4145 49 minutes ago
50.175.123.238 us 80 49 minutes ago
158.255.77.169 ae 80 49 minutes ago
202.85.222.115 cn 18081 49 minutes ago
116.202.113.187 de 60498 49 minutes ago
116.202.113.187 de 60458 49 minutes ago
158.255.77.166 ae 80 49 minutes ago
50.171.122.27 us 80 49 minutes ago
Feedback

Feedback

Excellent service! Reasonable prices, quality at a high level! Support on the site responds quickly and provides full answers to all questions. So far there have been no complaints about the work of this site! Everything is just great.
Brian Deutscher

The service team has done a good job related to bundled plans. Don't stop there, create more plans with fewer proxies. Thanks.
Sharon Hall

I am especially pleased with the ability to use proxies with SOCKS5 UDP protocol. This was a decisive factor for me in choosing a company, considering that not many offer this level of support. My experience of working with them is undoubtedly positive.
sharni

First time I bought proxies here a few months ago and I'm impressed with the quality. The addresses stay clean and the speed is much better than many other services I've tried. The proxies have been connected to accounts with no problems or blockages, and in my opinion the prices are totally justified for this level of quality.
Norm

I have been using their services for more than a year, and only twice there were failures in work. In the first incident they provided a free proxy for a month, in the second case everything was fixed in 5 minutes. In general, I am satisfied with the work of the site, especially considering such a low price, which is difficult to find on other resources.
Jurei

Very high quality proxies, great for use in Instagram. Reliable service that I plan to continue working with.
Olivier Keegel

The proxies of this service really pleased me. They work smoothly, provide stable speed and, most importantly, do not cause captcha. Just pure quality! Like for reliability!
Rick

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.

Saving the result of two Scrapy spiders into one JSON Close

To save the results of two Scrapy spiders into one JSON file, you can follow these general steps:

Run Both Spiders:
Run both Scrapy spiders separately to generate their respective output files. Let's assume you have two spiders named spider1 and spider2.


scrapy crawl spider1 -o output1.json
scrapy crawl spider2 -o output2.json

Merge JSON Files:
After running both spiders, you can merge the contents of the two JSON files into a single file using various methods. One way is to use a scripting language like Python.


import json

# Read the contents of both JSON files
with open('output1.json') as f1, open('output2.json') as f2:
    data1 = json.load(f1)
    data2 = json.load(f2)

# Combine the data from both spiders
combined_data = data1 + data2

# Write the combined data to a new JSON file
with open('combined_output.json', 'w') as combined_file:
    json.dump(combined_data, combined_file, indent=2)

Save this Python script (e.g., merge_json.py) in the same directory as the JSON files, and then run it:


python merge_json.py

This script reads the contents of both JSON files, combines the data, and writes the result into a new file (combined_output.json).

Verify the Result:
Check the combined_output.json file to ensure that it contains the merged data from both spiders.

How do I turn on the proxy in Telegram? Close

You can bypass the blocking of the messenger by using the built-in proxy server in the application. To do this, go to "Settings" and then to the section "Data and storage". Here, in the "Proxy settings" tab, you will find the "Add proxy" item. A shield icon on the top line of the menu will indicate that the proxy is enabled.

How do I check if a proxy is compromised? Close

There are special tools developed to check if a proxy is working. There are a large number of appropriate services and programs on the Internet. Any software that works in a general way should be excluded from their number. To use online checkers to check the quality and validity of a proxy, just specify your IP address and port number in the fields provided.

How do I use a proxy for Telegram on my phone? Close

You need to open the settings menu, go to "Data and disk", and then - "Proxy settings". There you can enter the address, port number of the intermediate server, as well as username and password for authorization (if necessary).

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.