Recent content by 777lady

  1. 7

    python crawler

    A and B I checked, also I use dedicated private proxies. I think I will try C now maybe this can solve the problem. Will tell you if it than works.
  2. 7

    python crawler

    I try this also, but same effect. :(
  3. 7

    python crawler

    yes i do i have about 20 user agents which i everytime also change. Is there mabye some user agents which google do not like?
  4. 7

    python crawler

    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...
Back
Top