Advertisement
dereksir

Untitled

Feb 28th, 2024 (edited)
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // import required library
  2. const proxyChain = require('proxy-chain');
  3.  
  4. async function scraper(){
  5. // define your proxy details
  6. const proxyUsername = 'username';
  7. const proxyPassword = 'password';
  8. const ipHost = '167.09.123.305';
  9. const port = '80';
  10. const proxyUrl = `http://${proxyUsername}:${proxyPassword}@${ipHost}:${port}`;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement