you are viewing a single comment's thread
view the rest of the comments
[–] 66 points 3 months ago (3 children)

Yeah hosting just about anything is terrible these days. These AI scrapers just can't act normally, there was nothing wrong with the way GoogleBot and Bing Bot work. They scrape the website, respect robots.txt and nofollow, they rate limit themselves as to not overload the servers. It was just fine.

These days with those AI scrapers they go absolutely ape shit, they issue dozens of requests every second, try to scrape anything and everything. Going so far as to make up urls, just to see if they get lucky. My blocklist is huge and I need to keep updating it all the time. And every now and again one slips through and absolutely slams the server. This causes an alert and I need to act right away. It's fucking terrible.

AI is already shit, why do those companies go out of their way to be even more shit?

  • source
  • hideshow 6 child comments
  • [–] 10 points 3 months ago (1 child)

    Do you have links or tutorials that would help to deal with these issues?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 3 months ago (2 children)

    Can you automatically block any user with an unusually high rate of requests?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 7 points 3 months ago (1 child)

    You could, but it's tricky to get right I feel. Most small websites use a form of bot detection for visitors to manage this. This might be a service like Cloudflare or an open source thing like Anubis for example.

    There's different ways to tackle this and it sucks we are forced into putting time and effort to deal with it.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 3 months ago

    It's hard because the requests all come from different IPs, at least on my site. 185k "unique visitors" hit my site just yesterday, half from outside of North America, which is odd because my site is pretty local.

  • source
  • parent