I suspect part of the issue is that people are still using things like `acme.com` and `demo.com` as an example domain in their documentation and tests instead of relying on `example.com` which is reserved exactly for this purpose [0] [0]: https://www.iana.org/domains/reserved
A small part. On my server AI bots outnumber real visitors 300 to one.
LLM scraper bots are overloading acme.com's HTTPS server
31–40 of 66 posts
Re: LLM scraper bots are overloading acme.com's HTTPS server
#32I suspect part of the issue is that people are still using things like `acme.com` and `demo.com` as an example domain in their documentation and tests instead of relying on `example.com` which is reserved exactly for this purpose [0] [0]: https://www.iana.org/domains/reserved
Re: LLM scraper bots are overloading acme.com's HTTPS server
#33> Nearly all of them were for non-existent pages. Do any webservers have a feature where they keep a list in memory of files/paths that exist?
Re: LLM scraper bots are overloading acme.com's HTTPS server
#34Re: LLM scraper bots are overloading acme.com's HTTPS server
#35Earlier quoted context omitted.
I have 6M pages across 8 domains. I have 10 unique IP residential bots per second working hard to scrape every single page.
and how often are those 6M pages changing? how often are those bots finding anything new? why are the bot makers not noticing no difference and just slowing the request down for essentially stale content to them
Every run is basically a fresh run, no state stored, every page is just feed into the machine a new. At least that's my theory.
The AI companies need a full copy of your page, every time they retrain a model. Now they could store that in their own datacenters, but that's a full copy of the internet, in a market where storage costs are already pretty high. So instead, they just externalize the storage cost. If you run a website, a public Gitlab instance, Forgejo, a wiki, a forum, whatever, you basically functions as free offsite storage for the AI companies.
1) https://drewdevault.com/2025/03/17/2025-03-17-Stop-externali...
Re: LLM scraper bots are overloading acme.com's HTTPS server
#36Earlier quoted context omitted.
I have 6M pages across 8 domains. I have 10 unique IP residential bots per second working hard to scrape every single page.
and how often are those 6M pages changing? how often are those bots finding anything new? why are the bot makers not noticing no difference and just slowing the request down for essentially stale content to them
Re: LLM scraper bots are overloading acme.com's HTTPS server
#37> The LLM companies are not picking on me in particular, they are pounding every site on the net. Why is not this a criminal offense? They are hurting business for profit (or for higher valuation as they probably have no profit at all). Why are corporations allowed to do with impunity what could land even a teenager years in prison? Is there no rule of law anymore? The five-year and ten-year penalties kick in only wh…
Have you not been paying attention to the news for the past few years?
No, there isn't. If there were, Trump would be in prison, not the Oval Office. And he and the Republican Party have deliberately fostered this environment of corruption and rule-by-wealth so that they can gain more power and even more wealth.
And now they are also backing the AI zealots, and techbros more generally, to ensure that they can do whatever the hell they want, damn the consequences to the rest of the world.
Re: LLM scraper bots are overloading acme.com's HTTPS server
#38> The LLM companies are not picking on me in particular, they are pounding every site on the net. Why is not this a criminal offense? They are hurting business for profit (or for higher valuation as they probably have no profit at all). Why are corporations allowed to do with impunity what could land even a teenager years in prison? Is there no rule of law anymore? The five-year and ten-year penalties kick in only wh…
Is what an offence lol? Bot scraper traffic? How do you think search engines work?
If you train an LLM, it's not like you keep a copy of every page around, so there's no point to check if you need to re-scrape a page, you do, because you store nothing.
Personally I think people would be pretty indifferent to the new generation of scrapers, AI or other types, if they at least behaved and slowed down if they notice a site struggling. If they had the slightest bit of respect for others on the web, this wouldn't be an issue.
Re: LLM scraper bots are overloading acme.com's HTTPS server
#39Re: LLM scraper bots are overloading acme.com's HTTPS server
#40Earlier quoted context omitted.
A small part. On my server AI bots outnumber real visitors 300 to one.
I don't mean that users are following the links to `acme.com` and `demo.com` type domains in documentation; I mean that bots are likely finding and following many links to them because of their widespread use in documentation. If you search for `site:github.com "acme.com"` in Google, you'll find numerous instances of the domain being used in contrived links in documentation as an example of how URLs might be structur…
But it is not necessary to see the results that are being described.
If sites like my tiny little browser game, with roughly 120 weekly unique users, are getting absolutely hammered by the scraper-bots (it was, last year, until I put the Wiki behind a login wall; now I still get a significant amount of bot traffic, it's just no longer enough to actually crash the game), then sites that people actually know and consider important like acme.com are very likely to be getting massive deluges of traffic purely from first-order hits.