Live data from Hacker News

The State of Web Scraping 2022

scrapeops.io

101–110 of 145 posts

Re: The State of Web Scraping 2022

#101
post #89
post #27

Earlier quoted context omitted.

No they don't, Google and Bing respect robots.txt. Most websites would open it up to them because they need the traffic, so it's a type of scraping that is beneficial. Any other scraping, especially when ignoring robots.txt, is unsolicited. And if said website takes additional advanced anti-scraping measures, and you persist in bypassing that too, then to me you're clearly unethical, even if it's technically legal. "…

No. robots.txt is not something that is defined and enforced by the law. Just because someone came up with some 'recommendation' like robots.txt does not mean this is the law

> Legal? Yes. Parasitic behavior? Also yes.

You failed to make a meaningful counterpoint; the legal/ethical distinction was made clear in the parent post.

Re: The State of Web Scraping 2022

#102

As a lawyer whose primary focus is in web scraping, this article is in many ways misleading and inaccurate. While it is true that the Van Buren case is generally positive for web scraping, the overall legal landscape is still murky. The main battleground for web scraping legal issues is shifting from the CFAA to breach of contract and various state-law issues, including misappropriation, unjust enrichment, and trespa…

Is there a good blog post or summary that I could read?

https://mccarthygarberlaw.com/a-comprehensive-legal-guide-to...

Re: The State of Web Scraping 2022

#103
post #88

Earlier quoted context omitted.

Don’t get my home address, name, family members names, salary, cell phone number, aggregate and sell them and claim “it’s all publically available anyway”

If you post that data on a public domain, that is publicly available. It's like writing that info on a cardboard and putting it in the town square and then saying 'why you people steal my data!'

I have quite conscientiously never posted most of that information publicly, and yet it is for sale.

Re: The State of Web Scraping 2022

#104
post #89
post #27

Earlier quoted context omitted.

No they don't, Google and Bing respect robots.txt. Most websites would open it up to them because they need the traffic, so it's a type of scraping that is beneficial. Any other scraping, especially when ignoring robots.txt, is unsolicited. And if said website takes additional advanced anti-scraping measures, and you persist in bypassing that too, then to me you're clearly unethical, even if it's technically legal. "…

No. robots.txt is not something that is defined and enforced by the law. Just because someone came up with some 'recommendation' like robots.txt does not mean this is the law

As a matter of fact, robots.txt is a well understood expression of intent which is legally meaningful in a lot of contexts.

Re: The State of Web Scraping 2022

#105
post #83
post #68

Earlier quoted context omitted.

From https://developers.google.com/search/docs/advanced/robots/in... > [...] Googlebot and other respectable web crawlers obey the instructions in a robots.txt file [...] If you're saying this is a lie, please provide sources

On an eCommerce site I'm responsible for I changed some links from a GET to a POST. "BingPreview" continued hitting those links with GET requests, polluting my logs with 100s of "method not allowed" entries. So I blocked that UA from those links, nothing changed. Banned the bot all together, still hitting my site. This went on for well over a year.

I believe BingPreview is acting like a regular user - so it is not behaving like a Robot but like a user.

Re: The State of Web Scraping 2022

#106
post #44

Like most here, I am very good at web scraping and automated form fills. I keep trying to figure out a profitable side project or business idea to make out of it and keep coming up with nothing that works. Any good ideas?

I have a project that will be fueled by scraping. We should chat. :)

I do tons of scraping as well, let me know if you need extra hands.

Re: The State of Web Scraping 2022

#107
post #95

Earlier quoted context omitted.

Maybe if all the useful content on your site can fit into a snippet I don't want to visit it?

Maybe the useful content is something you don't know is there, so you settle for what's in the snippet. Because you imagine Google's AI surely extracted the right bits. There's also a sort of diminishing returns effect here. If google trains people that the snippet is good enough, less traffic goes to the site. Eventually, enough to shutter the site, for some sites. Then nobody has the info. The pattern has already a…

Yes, it would be preferable if people were more curious and willing to explore topics in depth. But sometimes all you want to know is what's the capital of Moldavia. Ideally the web would be about easy access to relevant information, not a competition for harvesting page views.

Re: The State of Web Scraping 2022

#108

I fail to understand why Web Scraping isn't almost universally viewed as unethical and a terrible and nasty business practice. In almost all cases I view Web scraping as people who are trying to build businesses on top of other people's innovation and data. I know this isn't a popular opinion, so change my mind, but at the same time, I'm one of those business owners that fights with Web scraping constantly and my opi…

Google is web scrapper number one, as any search engine. Making web scrapping illegal mean making search engine illegal. You do not want information to be public and/or free? Put it under login and charge for it. You want to prevent people to reuse the data you publish to build other (potentially competitive) products, then use licensing and copyright, and the law. However, banning a technological mean because what a…

NB: It’s “scraping”, not “scrapping”.

Re: The State of Web Scraping 2022

#109
post #95

Earlier quoted context omitted.

Maybe the useful content is something you don't know is there, so you settle for what's in the snippet. Because you imagine Google's AI surely extracted the right bits. There's also a sort of diminishing returns effect here. If google trains people that the snippet is good enough, less traffic goes to the site. Eventually, enough to shutter the site, for some sites. Then nobody has the info. The pattern has already a…

Yes, it would be preferable if people were more curious and willing to explore topics in depth. But sometimes all you want to know is what's the capital of Moldavia. Ideally the web would be about easy access to relevant information, not a competition for harvesting page views.

Ok. FWIW, I'm not talking about simplistic facts. Rich snippets are often multiple paragraphs. And I understand the distaste for harvesting page views, but websites are hard to maintain without visitors too.

Re: The State of Web Scraping 2022

#110

Like most here, I am very good at web scraping and automated form fills. I keep trying to figure out a profitable side project or business idea to make out of it and keep coming up with nothing that works. Any good ideas?

You can do it as a service, but that is highly competitive and basically trading time for money. Best ways are to productize it: - build a on-demand data api for a specific type of data and charge a premium for it. Good example is https://serpapi.com/ who do Google data, charge ~10X markup on proxy costs - proxy solutions make good money. To scrape at scale you need proxies, and lots of users pay $1-5k per month. Lot…

> build a tool that uses web scraped data, analyses/filters it and displays it to users. Lots of the biggest web scrapers are doing this, ex. doing product monitoring products for e-commerce companies, etc. Lots of competition there, but you can do it in new markets, like NFTs, etc.

Do you have any examples of such sites?

> hedge funds will pay huge money for web data, if you have 5 years of continuous data so they can backtest it.

what kind of web data would they be interested in?

Post reply on HN