Live data from Hacker News

Web Scraping Is Vital to Democracy

themarkup.org

81–90 of 132 posts

Re: Web Scraping Is Vital to Democracy

#81

The internet is not vital to democracy, and perhaps as we are learning more now, antithetical to it. So then it logically follows that web scraping is not vital to democracy.

I don't think the internet is antithetical do democracy. Social media on the other hand...

Re: Web Scraping Is Vital to Democracy

#82
post #8

This article focuses a lot on _good_ of web-scraping but I don't think we even need to go that far. Fight against web-scrapers just seems like a complete logical oxymoron: they want data to be public but also select who gets to see it. Our whole web infrastructure are based around clearly distinct public/private exchanges - there's no middleground this and yet people create these absurd hacks like captchas and finger…

I think web-scraping is ok but it should be treated as copyrighted data. Let's take a real example: We've built a company that creates ratings for doctors via a private process. We'd like the doctors to be able to show their good rating on their website via a linked widget. How do we stop a competitor from not only scraping our data but using it as their own and/or selling it to someone else?

Re: Web Scraping Is Vital to Democracy

#83

Web-scraping can do harm to a business if the scraper does not implement things like timeouts or sleeps between processes. Websites and businesses do not factor bandwidth for the rogue scraper.

This only applies to crawlers who are set to recurse into URLs.

Re: Web Scraping Is Vital to Democracy

#84
post #58
post #20

I think of web scraping as nothing less than automation of human work. There really is no hacking or unauthorized access involved. It's either me, using a browser, to read something publicly accessible on the internet, or it's my computer, which I've programmed to read those things for me, so I can focus on creative work or spend time with friends and family. This applies not only to personal life, but businesses as…

I think of placing a zillion cameras in public places as nothing less than automation of human work. Instead of hiring a million agents to record what the population is doing, you hire one programmer to automate that data collection process. Totally different? Yes, but it shows that scale can affect whether something is OK to do or not, at least for some (I accept that people watching the streets can be useful, but a…

Weird take, but I see this sort of thing show up a lot, so let's give it a shot:

> If, for example, I start scraping all the articles on a newspaper’s web site, publish them on a web site, adding my own ads

Using a Q-Tip to murder someone is illegal. We don't have special laws against it—it's just that murder is illegal, we have criminal punishment for murder, and the ordinary machinery of the courts and the law is sufficient to handle any instances of murder by Q-Tip. Because it being done with a Q-Tip is the least important part.

If you're scraping and republishing someone else's content, it's not the scraping part that's the problem.

Re: Web Scraping Is Vital to Democracy

#85

Web-scraping can do harm to a business if the scraper does not implement things like timeouts or sleeps between processes. Websites and businesses do not factor bandwidth for the rogue scraper.

You can easily block a harmful scraper like that from the website owner's side.

what if the scraper uses ip rotation or serverless workers ?

Re: Web Scraping Is Vital to Democracy

#88
post #87

Bonus, if your site is scrapable, it is easier to preserve.

With Puppeteer and Playwright, essentially every site is scrapeable. Doesn't mean it is easy, but it can be done.

It's scrapeable if you try hard, but it probably won't get archived well.
Post reply on HN