Hello,
i try to write a python serp crawler with proxy.
I have there now a problem that proxy work in browser but not with the python script, google block the request.
This is the passage in my script
response = request.get(url, proxies=proxies, headers=headers, verify=True)
Can anyone...