[CODE] People Also Ask Scraping with Python [Upgraded code from iam_ironman]

I am already doing 20 keywords with 10-12 answers.

So if i increase the number from 20 to 40 or 50, will I need the proxies?
I would say you need to test it. If you get bot check (the captcha window) then you need to slow down, use proxies or use a captcha solver.
 
I would say you need to test it. If you get bot check (the captcha window) then you need to slow down, use proxies or use a captcha solver.
I test with 30 keywords.

Didn't got any issues yet.

But it takes 1 minute per keyword. So if I put 60 keywords then it would take 60 mints to process that.
 
I test with 30 keywords.

Didn't got any issues yet.

But it takes 1 minute per keyword. So if I put 60 keywords then it would take 60 mints to process that.
Multiprocessing and proxy per thread will speed this process. So with even 2 threads 60 keywords could take 30mins.
 
So if i increase the number from 20 to 40 or 50, will I need the proxies?
Just try - worst thing that can happen is, that you will get a captcha ;)
If something works without proxies - and you don't have a problem, someone knows your IP - don't use proxies. They are expensive when using good ones and they will slow things down.
 
Just try - worst thing that can happen is, that you will get a captcha ;)
If something works without proxies - and you don't have a problem, someone knows your IP - don't use proxies. They are expensive when using good ones and they will slow things down.
That's what i am doing. Testing :)

Thanks BTW.
 
Back
Top