A fresh proxy on every request. GetProxyList.com has over 5000+ active proxies and uses state of the art scanning techniques to locate fresh proxies every hour. Use our free proxy list REST API to find active & working proxies tested every 10 minutes.
To utilize unirest for node.js install the the npm module:
$ npm install unirest
After installing the npm package you can now start simplifying requests like so:
var unirest = require('unirest');
unirest.("https://getproxylist-getproxylist-v1.p.rapidapi.com") .header("X-RapidAPI-Key", "undefined") .header("Content-Type", "application/x-www-form-urlencoded") .end(function (result) { console.log(result.status, result.headers, result.body); });