Cloudflare plans marketplace to sell permission to scrape websites

https://techcrunch.com/2024/09/23/cloudflares-new-marketplace-will-let-websites-charge-ai-bots-for-scraping/

155 points · 14 comments · view on lemmy.world

14 Comments

gaylord_fartmaster@lemmy.world · 50 pts · 1y (1 reply)

They're already ignoring robots.txt, so I'm not sure why anyone would think they won't just ignore this too. All they have to do is get a new IP and change their useragent.

redditReallySucks@lemmy.dbzer0.com · 7 pts · 1y

Cloudflare is protecting a lot of sites from scraping with their POW captchas. They could allow people who pay

scarabine@lemmynsfw.com · 25 pts · 1y

I have an idea. Why don’t I put a bunch of my website stuff in one place, say a pdf, and you screw heads just buy that? We’ll call it a “book”

magic_smoke@links.hackliberty.org · 19 pts · 1y (3 replies)

As someone who uses invidious daily I've always been of the belief if you don't want something scraped, then maybe don't upload it to a public web page/server.

General_Effort@lemmy.world · 5 pts · 1y

There's probably not many people here who understand the connection between Invidious and scraping.

Justas@sh.itjust.works · 0 pts · 1y (1 reply)

Imagine a company that sells a lot of products online. Now imagine a scraping bot coming at peak sales hours and looking at each product list and page separately for said service. Now realise that some genuine users will have a worse buying experience because of that.

magic_smoke@links.hackliberty.org · 1 pts · 1y

Yeah there's way easier ways to combat that without trying to prevent scraping.

Maybe don't ship 20 units to the same address.

umami_wasbi@lemmy.ml · 19 pts · 1y (6 replies)

How can I do this without Cloudflare?

rikudou@lemmings.world · 22 pts · 1y (5 replies)

Put a page on your website saying that scrapping your website costs [insert amount] and block the bots otherwise.

gravitas_deficiency@sh.itjust.works · 15 pts · 1y (4 replies)

The hard part is reliably detecting the bots

melroy@kbin.melroy.org · 5 pts · 1y (3 replies)

Also you don't want to block legit search engines that are not scraping your data for AI.

gravitas_deficiency@sh.itjust.works · 7 pts · 1y (2 replies)

Again: hard to differentiate all those different bots, because you have to trust that they are what they say they are, and they often are not

melroy@kbin.melroy.org · 5 pts · 1y (1 reply)

Instead of blocking bots on user agent.. I'm blocking full IP ranges: https://gitlab.melroy.org/-/snippets/619

vinnymac@lemmy.world · 4 pts · 1y

It certainly can be a cat and mouse game, but scraping at scale tends to be ahead of the curve of the security teams. Some examples:

https://brightdata.com/

https://oxylabs.io/

Preventing access by requiring an account, with strict access rules can curb the vast majority of scraping, then your only bad actors are the rich venture capitalists.