Ask HN: What is the current legal position on scraping?
I was looking around for a comprehensive refenence on the current legalities surrounding scraping. Not sure I have a complete image at this point. Perhaps HN'ers know of a definitive resource on this topic?
To be clear, I am talking about scraping data publicly available to anyone without having to log on to a website or become a member.
EDIT:
I just came across this article on the subject and found it interesting. Not sure how definitive or up to date it is (posted in 2013).
http://www.bna.com/legal-issues-raised-by-the-use-of-web-crawling-and-scraping-tools-for-analytics-purposes
17 comments
[ 3.1 ms ] story [ 58.0 ms ] threadAnd in general, be careful. There seems to be precedent for a TOS violation being considered a crime these days:
http://www.nydailynews.com/news/crime/wiseguys-tickets-charg...
http://marketingland.com/twitter-reaches-spam-lawsuit-settle...
And you should definitely talk to a lawyer.
The TweetAttacks case is more than just "they didn't follow the TOS." Just having a TOS on your site saying "no scrapers" means very little, legally, unless other conditions are met.
1. TweetAttacks specifically agreed to the TOS while creating accounts (in many instances of scraping the TOS does not have to be agreed to)
2. THEN they didn't follow the TOS
3. They were notified by Twitter to stop operations, and did not
4. Twitter spent significant amounts of money to compensate for damages that they specifically (not just spammers in general) caused (if these occurred after they were given a cease and desist, Twitter can sue under other laws, although I'm not clear if this actually occurred)
5. TweetAdder lied on its website and misled users into thinking that it was complying with Twitter rules, deceiving consumers.
In addition, the case was settled, so it's also not a precedent.
And robots.txt? It means even less than the TOS. It's an unofficial standard and an often unlinked file that means nothing legally.
I had always assumed though, that by simply visiting a (whether by browser, or scraper), you were implicitly accepting the Terms of Use. (And would therefore be breaking them if the TOS disallowed scraping). But it sounds like (from what you said) that there's a big difference between visiting a site and actually registering/accepting-the-terms.
If that's the case, then I think that changes my opinion quite a bit.
http://cloudscrape.com
https://import.io
https://www.kimonolabs.com
https://morph.io
http://scrapinghub.com
I was warning specifically against a business that requires scraped data to survive.
I have not received any complaints; in fact, I've received complements and promotion from the parent sources. I would not recommend breaking any API limits or selling the data for profit, though.
No worries.
I have balls that clank.
I go in a suspect, I leave king of the United States.
http://arstechnica.com/tech-policy/2015/06/3taps-to-pay-crai...
copying or scraping of public domain information or information licensed to be copied/permission for copying or redistribution is not illegal but still not great for SEO. Many websites have a copyright policy on the bottom in the small print. You can also search for information which is public domain, or creative commons licenses. I don't really see the point of scraping. It's easy to link to sources.
1) Follow any Terms of Service or Terms of Use. 2) Respect the site's robots.txt 3) When in doubt...don't do it.
What is the purpose of your scraping? I found that if I was doing analysis, just asking people will prevent any issues. Half the time they just gave me the information I wanted.
If you look at the article I linked to the common thread seems to be abusive use of scrapped data for direct financial gain. It seems TOS is irrelevant unless the data scrapped was behind a login and, even then, it depends on the TOS wording.
Clearly it is a minefield u der certain circumstances. Definitely need to do more research.