Question involving proxies? Please help

SteadyAimx

Newbie
Joined
Apr 29, 2020
Messages
10
Reaction score
0
So i want to make a scraper hybrid where it picks up proxies and places them where they need to go. I just want to know what kind of coding languages i would need to know? Any help is appreciated...
 
If I assumed correctly, you're talking about free proxies? Also, what are you planning on scraping?
 
I recommend C# + HtmlAgilityPack, but you can go through public repositories on the github and find plenty of scrappers in python and other languages as well.
 
I recommend C# + HtmlAgilityPack, but you can go through public repositories on the github and find plenty of scrappers in python and other languages as well.
In what language would it be the easiest?
 
Any language will be good. I personally recommend java.
 
You can check these languages:

Node.js -best for crawling websites that use dynamic coding practices.

C OR C++ - can be expensive but best if you're solely focused on web scraping

Python - most recommended because of scrapy and beautiful soup
 
Back
Top