IP | Country | PORT | ADDED |
---|---|---|---|
221.6.139.190 | cn | 9002 | 49 minutes ago |
133.18.234.13 | jp | 80 | 49 minutes ago |
50.207.199.85 | us | 80 | 49 minutes ago |
219.79.89.247 | hk | 8080 | 49 minutes ago |
218.75.224.4 | cn | 3309 | 49 minutes ago |
192.252.210.233 | us | 4145 | 49 minutes ago |
66.191.31.158 | us | 80 | 49 minutes ago |
194.219.134.234 | gr | 80 | 49 minutes ago |
194.158.203.14 | by | 80 | 49 minutes ago |
196.251.131.82 | za | 8080 | 49 minutes ago |
189.202.188.149 | mx | 80 | 49 minutes ago |
41.230.216.70 | tn | 80 | 49 minutes ago |
187.19.128.76 | br | 8090 | 49 minutes ago |
203.99.240.179 | jp | 80 | 49 minutes ago |
109.197.153.25 | ru | 8888 | 49 minutes ago |
158.255.77.168 | ae | 80 | 49 minutes ago |
218.77.183.214 | cn | 5224 | 49 minutes ago |
212.69.125.33 | ru | 80 | 49 minutes ago |
203.99.240.182 | jp | 80 | 49 minutes ago |
50.223.246.237 | us | 80 | 49 minutes ago |
Our proxies work perfectly with all popular tools for web scraping, automation, and anti-detect browsers. Load your proxies into your favorite software or use them in your scripts in just seconds:
Connection formats you know and trust: IP:port or IP:port@login:password.
Any programming language: Python, JavaScript, PHP, Java, and more.
Top automation and scraping tools: Scrapy, Selenium, Puppeteer, ZennoPoster, BAS, and many others.
Anti-detect browsers: Multilogin, GoLogin, Dolphin, AdsPower, and other popular solutions.
Looking for full automation and proxy management?
Take advantage of our user-friendly PapaProxy API: purchase proxies, renew plans, update IP lists, manage IP bindings, and export ready-to-use lists — all in just a few clicks, no hassle.
PapaProxy offers the simplicity and flexibility that both beginners and experienced developers will appreciate.
And 500+ more tools and coding languages to explore
In JavaScript with Selenium, you can save and reuse cookies using the WebDriver's manage().getCookies() and manage().addCookie() methods. Here's a simple example:
const { Builder } = require('selenium-webdriver');
const firefox = require('selenium-webdriver/firefox');
// Create a new instance of the Firefox driver
const driver = new Builder()
.forBrowser('firefox')
.setFirefoxOptions(new firefox.Options().headless())
.build();
// Navigate to a webpage
async function navigateToPage() {
await driver.get('https://example.com');
}
// Save cookies
async function saveCookies() {
const cookies = await driver.manage().getCookies();
// Save the cookies to a file or some storage mechanism
// For simplicity, we'll just print them here
console.log('Cookies:', cookies);
}
// Reuse cookies
async function reuseCookies(savedCookies) {
// Delete existing cookies
await driver.manage().deleteAllCookies();
// Add the saved cookies to the browser session
for (const cookie of savedCookies) {
await driver.manage().addCookie(cookie);
}
// Navigate to a page to apply the cookies
await navigateToPage();
}
// Example usage
(async () => {
await navigateToPage(); // Navigate to the page and set some initial cookies
await saveCookies(); // Save the cookies
// Close and reopen the browser or navigate to a different page
// ...
// Reuse the saved cookies
await reuseCookies(savedCookies);
})();
The navigateToPage function navigates to a webpage and sets some initial cookies.
The saveCookies function retrieves the current cookies using manage().getCookies() and prints them. You would typically save them to a file or some storage mechanism.
The reuseCookies function deletes existing cookies, then adds the saved cookies back to the browser session using manage().addCookie(). It then navigates to a page to apply the cookies.
The example usage section demonstrates how to use these functions in a sequence.
Before activating a proxy server in Opera, it is recommended that you clear your browsing history and cookies of sites. This is necessary to ensure that information about the computer is not transmitted during further connections. To do this, it is enough to follow the algorithm:
Open the browser.
Click on the opera icon in the upper left corner.
Hover your mouse cursor over the "History" item.
Use the option "Clear history of visits".
After that you need to specify parameters of the proxy server. To do this, perform the following actions:
Open your browser.
Click on the Opera icon in the top left corner.
Click on "Settings".
Select the "Advanced" option.
Scroll down to the "System" tab.
Click on "Open proxy settings for computer".
Click on "Network settings".
Activate the "Use a proxy server" option.
In the window that opens, specify the IP address of the proxy server. Enter the address in the field of the protocol to which the proxy server belongs. You can get this information from your provider.
Click "OK" to save your settings.
Open the "Browser Properties" in the control panel, in the "Connections" section of the opened window select "Network Settings". Remove the check mark from the "Use proxy" item, click "OK".
Audience parsing is the collection of information about users. Most often it is used to get statistical data, to check the server capacity. Sometimes it is also used to compile a database of potential customers.
What else…