Sartre
Ignored a dispute resolution thread against them.
- Apr 1, 2010
- 1,672
- 4,573
I don't use curl requests. Selenium is more efficient for PAAs. You could use requests if you very elaborately forge them and emulate the javascript clicks so that Google thinks you're a real browser.How are u able to use Curl Requests for scraping Google? doesnt using cURL bring out Recaptha just after few requests?
which mean using Curl need too many private proxies. which is a waste of resources, or did i miss out on anything ?
Using selenium uses 100x more resources because we are using full instance of google chrome with each thread. but using selenium we can avoid recaptcha 99% of the time, which avoid the requirement of proxies.
i am not using any big servers but only 2GB ram servers and running only single thread in each server. i m currently 10 of such servers. bringing out about 100,000-150,000 PAA everyday. i haven't tried multi threading as i dint have access to bigger servers
I dont collect more then 20 PAA from each keyword because after 20 i noticed the the relevancy goes down a lot.
BTW . may i know if the E3-1245V2 Xeon 4c/8t you are running is windows or Linux ? and if they are from hetzner?
I use windows OVH for the Xeon and a private hosting for the Threadripper, also Windows. I would prefer Linux but for my whole app there is a reason now that we need to use Windows because of dependencies.
> I dont collect more then 20 PAA from each keyword because after 20 i noticed the the relevancy goes down a lot.
I store all PAAs for future use. Now I usually scrape 50-150 depending on query.


