IonicaBizau / scrape-it

🔮 A Node.js scraper for humans.

Home Page:http://ionicabizau.net/blog/30-how-to-write-a-web-scraper-in-node-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proxy requests

GlauberF opened this issue · comments

Help / scenario

I have an array of ip, where every request must get an ip of this array and setalo, as being the origin of the request

["000.200.00.06:1001", "000.200.00.06:1002", "000.200.00.06:1003"]

someone could help me, put in the comment, an example of what could be the requisition code :)

ps: remembering that with each new request, it should take an ip in the array and place it as the origin of the request.
In the site that I'm requesting, my real IP should never appear, because in the source I always hide an IP from the array.

Please ask related questions on Stackoverflow.