Reputation: 93
Is there a way to scrape more than 64 results from google with python without getting my IP address instantly blocked?
Upvotes: 2
Views: 335
Reputation: 1087
64 result is the limit? Sounds weird to me!
Even with browser, I can navigate till the 100th page with no problem.
I'm very curious about how did you reach this limit.
Anyway: classical possible solutions are:
Upvotes: 1
Reputation: 2830
I use tsocks and ssh-tunnels to machines with other ip addresses to achieve this.
Upvotes: 1