Earlier quoted context omitted.
If you have a lot of pages, AI bots will scrape every single one on a loop - wiki's generally don't have anywhere near the number of pages as an incremented entity primary id. I have a few million pages on a tiny website and it gets hammered by AI bots all day long. I can handle it, but it's a nuisance and they're basically just scraping garbage (statistics pages of historical matches or user pages that have essentia…
How many requests per second do you get? I also see a lot of bot traffic but nowhere near to hit the servers significantly, and i render most stuff on the server directly.
We can't have nice things because of AI scrapers
271–279 of 279 posts
Re: We can't have nice things because of AI scrapers
#272Earlier quoted context omitted.
Isn't the point of AI that it's good at understanding content written for humans? Why can't the scrapers run the homepage through an LLM to detect that? I'm also not sure why we should be prioritizing the needs of scraper writers over human users and site operators.
How is passing a site's homepage to an LLM supposed to make it develop a custom crawler?
Re: We can't have nice things because of AI scrapers
#273Earlier quoted context omitted.
That's sorta what MetaBrainz did - they offer their whole DB as a single tarball dump, much like what Wikipedia does. I downloaded it in the order of an hour; if I need a MusicBrainz lookup, I just do a local query. For this strategy to work, people need to actually use the DB dumps instead of just defaulting to scraping. Unfortunately scraping is trivially easy, particularly now that AI code assistants can write a w…
the obvious thing would be to take down their website and only have the DB dump. if thats the useful thing, it doesnt need the wrapper
Re: We can't have nice things because of AI scrapers
#274Okay, it's been established that "AI" crawlers are a pest. One of the reasons being that they don't actually run any "AI", that would be too expensive. You can't ban by user agent because that will only catch the few crawlers that are actually honest about it. Aren't there rate limiting solutions built into at least some web servers? At least if you control your own web server, can't you do it through some reverse pr…
Re: We can't have nice things because of AI scrapers
#275> The /metadata/lookup API endpoints (GET and POST versions) now require the caller to send an Authorization token in order for this endpoint to work. > The ListenBrainz Labs API endpoints for mbid-mapping, mbid-mapping-release and mbid-mapping-explain have been removed. Those were always intended for debugging purposes and will also soon be replaced with a new endpoints for our upcoming improved mapper. > LB Radio w…
Re: We can't have nice things because of AI scrapers
#276Nothing prevents scraper from creating a free account and sending auth token in API requests. I'm not saying the API changes are pointless, but still, what's the catch?
They won't be able to create thousands of API keys a minute, and if they reuse the keys they'll very easily be identified and blocked.
Re: We can't have nice things because of AI scrapers
#277Bear in mind that some portion of this could be human directed research. I'm doing a research project right now with 1000 things that I'm building profiles on; to build a full profile requires an agent to do somewhere around 100 different site lookups. Where APIs exist, I've registered API keys and had the agent write a script to query the data in that manner, but that required me to be deliberate about it. Non techn…
Re: We can't have nice things because of AI scrapers
#278Earlier quoted context omitted.
I took a look at the https://tvnfo.com/ site and I have no idea what's behind the donation wall. Can I suggest you have a single page which explains or demonstrates the content, or there's no reason for "new" people to want to donate to get access.
Yeah i’ll have something up soon :-)