2

I configured Tor browser and privoxy using https://jarroba.com/anonymous-scraping-by-tor-network/. When I checked my IP with http://icanhazip.com/, my IP addresses are changed; it works. But, when I tried to scrape desired website, I got:

You are attempting to access "website" using an anonymous private/proxy network. Please disable that and try accessing the site again.

Falco Peregrinus
  • 507
  • 2
  • 7
  • 19
  • 2
    Also, StackOverflow can still tell you're massively off topic thorugh Tor and Privoxy! – Kaz Oct 07 '19 at 19:15

1 Answers1

4

Tor hides your IP address, but it does not hide the fact that you are using Tor, since Tor exit relays are public knowledge. For example, xmyip.com will tell you whether or not your IP is a Tor IP.

Given the error you received, it looks like that website blocks Tor users, which is a fairly common practice. See Tor users being actively blocked on some websites for more details.

Lord Elrond
  • 13,430
  • 7
  • 40
  • 80