IP | Country | PORT | ADDED |
---|---|---|---|
32.223.6.94 | us | 80 | 51 minutes ago |
8.220.194.115 | kr | 1080 | 51 minutes ago |
213.33.126.130 | at | 80 | 51 minutes ago |
183.215.23.242 | cn | 9091 | 51 minutes ago |
212.69.125.33 | ru | 80 | 51 minutes ago |
37.18.73.60 | ru | 5566 | 51 minutes ago |
79.110.202.184 | pl | 8081 | 51 minutes ago |
190.58.248.86 | tt | 80 | 51 minutes ago |
213.143.113.82 | at | 80 | 51 minutes ago |
194.158.203.14 | by | 80 | 51 minutes ago |
50.221.230.186 | us | 80 | 51 minutes ago |
66.191.31.158 | us | 80 | 51 minutes ago |
23.81.45.202 | jp | 5256 | 51 minutes ago |
95.66.138.21 | ru | 8880 | 51 minutes ago |
178.46.153.228 | ru | 1080 | 51 minutes ago |
112.86.55.159 | cn | 81 | 51 minutes ago |
185.49.31.207 | pl | 8081 | 51 minutes ago |
185.10.129.14 | ru | 3128 | 51 minutes ago |
61.158.175.38 | cn | 9002 | 51 minutes ago |
64.227.131.240 | in | 1080 | 51 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
If you want to capture data logged to the console in JavaScript and save it to a JSON file, you can follow these steps:
Capture Data in JavaScript:
Log the data you want to capture using console.log in your JavaScript code.
// Example data to be logged
const dataToLog = { key1: 'value1', key2: 'value2', key3: 'value3' };
// Log the data to the console
console.log(dataToLog);
Redirect Console Output:
You can redirect the console output to a variable using console.log = function() { ... }. Create an array to store the logged messages.
// Example array to store console messages
let consoleMessages = [];
// Redirect console.log to store messages in the array
console.log = function() {
consoleMessages.push(Array.from(arguments));
};
// Log the data to the console
console.log(dataToLog);
Write Data to JSON File:
Use the fs (File System) module in Node.js to write the captured data to a JSON file.
const fs = require('fs');
// Write the consoleMessages array to a JSON file
fs.writeFileSync('output.json', JSON.stringify(consoleMessages, null, 2));
Note: The code above assumes you are working in a Node.js environment. If you are in a browser environment, you might need to use other methods to write data to a file, such as using the Blob API and creating a download link.
const jsonData = JSON.stringify(consoleMessages, null, 2);
const blob = new Blob([jsonData], { type: 'application/json' });
const url = URL.createObjectURL(blob);
// Create a download link
const downloadLink = document.createElement('a');
downloadLink.href = url;
downloadLink.download = 'output.json';
// Append the link to the document and trigger the download
document.body.appendChild(downloadLink);
downloadLink.click();
document.body.removeChild(downloadLink);
Open the browser settings and go to the "Advanced" section. Click on "System" and then, in the window that opens, click on "Open proxy settings for computer". A window will appear in front of you, showing all the current settings. Another way to find out the http proxy is to download and install the SocialKit Proxy Checker utility on your computer.
It depends on which browser you are using. In Opera, Chrome, Edge a proxy is configured at the level of the operating system itself. In Firefox in the settings there is a special item (in the "Privacy" section).
You can avoid fraud related to the use of your proxy by using special online services. Proxy-checkers are focused on recognizing any proxy format, its degree of uniqueness and anonymity, speed, as well as a number of other important parameters.
Common users can use proxies to bypass blocking, to protect their personal data and to hide their real IP address or data about the equipment they use. But network administrators use them to analyze network traffic and test web applications.
What else…