how much time should it wait for next query for google?

flyingbear

Junior Member
Joined
Mar 7, 2011
Messages
195
Reaction score
19
Hi,

I'm scraping google. for one ip, how much time should I wait for then go to the next query, so that G will not block the ip? 60 seconds? or more? any optimized time interval?


thanks
 
Are you scraping search results, images or something else? This will depend on your wait time.
 
Are you talking about how long to scrape each page? Are you scraping manually or using something like ScrapeBox?
 
Are you talking about how long to scrape each page? Are you scraping manually or using something like ScrapeBox?

I'm having developer to mak a program which scrape google.when scrape different pages, I guess it should pause some time for a ip, correct?
 
a random wait time between 10 and 15 seconds should be enough. you can increase it to 15-30 second if you get captcha but 10-15 should be enough.
 
Back
Top