Ask HN: Should I consider a startup based on scraped data?
The data I would be scraping are images and its associated description. I would only store and display thumbnail images. Without an image, the description would be fairly worthless. For each image/item, a link would lead directly to the original website.
One business model I am considering, and the most obvious, is a subscription based web app.
While at PyCon last month I showed a few people a prototype. One person, an employee at Google, said, "Be careful." He was alluding to potential copyright and legal issues. "But," I said, "I'm not really doing anything different than Google." He countered, "Google has lots of lawyers." Ahhhh, message heard loud and clear!
I understand, in general, copyright and fair use [0]. But, I don't want to be writing letters to the owners of the original content arguing this fact let alone wind up in court. What advice or experiences can you share that might helpful?
[0] http://en.wikipedia.org/wiki/Fair_use
73 comments
[ 2.4 ms ] story [ 142 ms ] threadI suspect that if you ever become big enough to start getting legal threats from those sites, you'll already be in a pretty good place. I wouldn't worry about legal stuff yet, the main problem is actually building the thing. That said, make sure you set up a limited liability company and, as far as I know, you should be safe.
As you're scraping 500-1000 different websites, if one or two complain, you can just remove them from the website. They probably won't want to anyway if their competitors are on there too.
You should probably make sure you have a link on the website to a complaints/takedown page too.
I'd chalk this up as a "good problem to have"... then again, Grooveshark probably thought the same thing: https://news.ycombinator.com/item?id=9468476
I ran into several people who wrote cease and desists, which I honored, and into several others who started banning our IP addresses, etc, disallowing us specifically via robots.txt, etc.. There are obviously ways to get around these issues, but the main question is, morally, would you want to go around them? Are you willing to go against website owners who flat out don't want you scraping their data? Would you be willing to fight them legally for your right to do so?
Ultimately, that's what it came down for me, I just felt really crappy about it and stopped.
Personally, I feel that inclusion in Google constitutes public access to the data. As long as I'm not logged into an account on their system, I feel ethically justified about scraping their data.
In other words, I do not feel compelled to respect robots.txt if that file does not also block googlebot.
Legally it may be another issue, but ethically I consider inclusion in Google as an announcement that this information is public.
In the early stages you probably won't be robots.txt'd because you're insignificant.
In later stages, you're hoping to not be robots.txt'd because you're providing a worthwhile service not just for users but for the site.
At neither stage should you force companies that want you not indexing their content to go beyond basic means (robots.txt) because the more serious measures are all going to cost them more money (tracking / blocking your IPs, C&D, DMCA requests to your provider requesting that the entire site be taken down because there are thousands of infringing items, lawsuits seeking (damages | court costs | costs for dealing with your circumvention of technical measures to keep you out of the site), finding of friendly prosecutors, etc.).
You don't want to go down that more expensive road.
I also wonder how possible it is to hide behind proxies, especially if they are owned by entities in other countries. If a site I'm scraping is unable to identify who does the scraping, it seems difficult for them to prove "this guy uses our data and must be scraping us".
Also, since this is presumably something you're going to be doing as a hobby (money creates trails), the unfortunate reality is that "right" and "wrong" in copyright law matter much less than "Oh crap, I'm being sued for $500k in $further_away(New York|California), how do I defend this?" That's why you don't ignore the polite way of saying "go away" which is robots.txt or the rude way which is a C&D - if a lawsuit (the mean way) is the first communication you have from a company, odds are pretty good that an attorney can help because judges are busy and don't want lawsuits to be the first thing unhappy companies try.
Have there been any court cases where a person scraping public information has been found in the wrong? I know of the LinkedIn case from Jan 2014, but in that case the offenders were creating LI accounts to scrape private information. I believe that Craigslist lost it's case against e.g. padmapper, didn't they?
While I respect what you're saying in your first sentence, I view it differently. Setting aside the legal issues, I see it as someone trying to control use in a public space. I don't consider that a valid reason -- if it's public, I can consume it. Avoiding detection is a reaction to sites trying to create rules that I interpret as invalid.
If a company tried to block off a public road without legal backing, I would consider it not only my right but also my duty to traverse that road. [mediocre analogy, but it does represent my opinion fairly accurately.]
Tackling the second one first, I'd like to rephrase that: "Have all the court cases where a person was scraping public information been found in their favor and they were awarded all attorney fees and expenses?"
As far as "that I interpret as invalid" the courts exist to decide between varying interpretations of rights and laws. I've never heard that "inexpensively" was expected to be part of that description. I'm not saying that you're wrong - I'm just saying that there's a significant difference between "I'm taking on a coding and data analysis project" and "I'm taking on a coding and data analysis project with a big helping of legal distractions."
I'm not fully up on the Craigslist vs padmapper/3taps case - was it ever actually fully decided? And how much did fighting that case cost 3taps? Looking at the statement on their website it doesn't sound all that victorious, and I can't help but suspect that even ignoring whatever financial impact there was the distraction and demands of the case must have had a serious effect on any projects 3taps was working on (or considering and back-burnering) during that time.
As a counterexample since you said you were going to be keeping and displaying thumbnails, I'll toss out the artwork from "Kind of Bloop" (see http://waxy.org/2011/06/kind_of_screwed/) which was a highly-pixelated (and maybe only 8-color?) transformation of a photo of Miles Davis. TL;DR, Andy Baio ended up paying ~$32k to settle the case not because he thought he was wrong but because it was the least expensive option.
I'm not saying don't do it - I'm just saying that you should go into it with your eyes open and don't do things that will exacerbate any non-technical problems you may run into. That may be a chilling effect, but at least you can bring a coat.
We aren't discussing a public space. We're talking about a private server. They pay for hosting and bandwidth. Why do you feel entitled to use it?
This opeartes in what I consider a legal grey area. Don't make it obvious that you're scraping, only scrape public information, transform the results, proxy your requests, all contribute to lowering the legal profile (which is my only concern, as I feel I am acting within my own ethical limits).
Feist Publications, Inc. v. Rural Tel. Service Co., 499 U.S. 340 (1991) https://casetext.com/case/feist-publications-inc-v-rural-tel...
Disclaimer: IAAL but IANYL.
As a simple example imagine that the owner of a local shop REALLY didn't like you to the extent that he had his door painted with six-inch letters at eye level "PNathan KEEP OUT!" It's a publicly accessible shop, but if you walk in and he calls the police, will your having ignored that sign make a difference in their interactions with you? How about if you've both ignored that sign and come in wearing a disguise?
> ...will your having ignored that sign make a difference in their interactions with you?
For sure.
> How about if you've both ignored that sign and come in wearing a disguise?
Not if he finds out. But the disguise will make it even worse if he does find out.
So it boils down to: Can you hide yourself good enough to not beeing detected (includes beeing detected by showing information that is presumably crawled rather than detecting the process of crawling)? It is a risk that you may take by weighting assumed loss (court case) and gain (money from using crawled data).
I may add: A clever "data provider" will inject some hidden beacons into their data that makes it easy for them to later detect that data in other websites. So actually you can always be detected, because you must have crawled that data from them.
Of course your startup idea may still be worthwhile, but in the longer term you'll be at the mercy of the content owners (who might even be fine with it, or want to acquire you).
If the product is for competitive analysis or price-comparison purposes, which is the only conclusion I can draw from that sentence (why else would you scrape your peers?)... then Market Leader A is highly incentivized to try to shut down any provider that feeds their content in an actionable way to their smaller competitors B and C. Even if A could theoretically benefit from B and C's information just as much, B and C have more to gain than A does, and that's dangerous to A. And A does have an argument that their proprietary content is not being used under fair use. It might not stand up in court, but their legal department can still make your life a living hell, and if they deem the threat large enough, they probably have enough resources to bleed you dry without breaking a sweat.
Perhaps the potential upside of addressing this market is worth the legal risk. I am not a lawyer. But as soon as you get reasonably big, you'll paint a target on your back.
e.g. http://searchenginewatch.com/sew/study/2097413/shopping-engi...
I'm being very careful to write polite crawlers, but if a site really doesn't want me to crawl their site, I would of course de-list them.
Your site model might be a bit different since you say you're targeting the retailers as users, but I don't anticipate much trouble from my approach as I'm targeting the consumers and simply driving them towards the retailers' sites. If anything it's like free advertising for the retailers' products.
edit: also if you're really targeting retailers, Semantics3[1] might already be doing what you're planning to do (depending on the industry)
[1]: https://www.semantics3.com/
The one legal case that always comes to mind in terms of data scraping is Craigslist Inc. v. 3Taps Inc. http://en.wikipedia.org/wiki/Craigslist_Inc._v._3Taps_Inc.
If the company's data is an aggregate from many different sources and how can the original sources' claim be established?
1. Identifying products that the source company is the sole distribute of
2. Logs that are able to identify the crawler and what it accessed.
http://en.wikipedia.org/wiki/Trap_street
Copyright doesn't protect data it protects presentation. On a map the part of the map with the trap street has usually been traced, the presentation is copied. If you use the same map to compile a street listing then you've not copied you've used the information embedded in that presentation.
If I create a webpage with all the event information held on a particular pin-board then that is not copying, if I add a thumbnail or other image of each poster that is normally copying. The information is free (Database Rights like EC Directive 96/9/EC not withstanding).
Plagiarism is not generally illegal except as it imposes on personal contracts/agreements and on other IPR (eg copyright). For example I can recite an out-of-copyright work verbatim -- that is a work in the public domain -- on my website with no attribution (or even a fake one) and there is generally no tort or crime committed regardless of how morally wrong most people would find that.
This is not legal advice.
It also protects collections of information, and its quite possible for repackaging the same collection of information with a different presentation to be found to be a derivative work. ISTR cases related to copyrighted medical code sets and the like where this was the case.
If you do it by copying a creative work.
The collection must be deemed to be a creative work. The information held in a medical code would be unlikely to be merely factual.
WRT USC see http://en.wikipedia.org/wiki/Database_and_Collections_of_Inf... for example.
Full docket: https://www.pacerpro.com/cases/158665
Motion: https://s3.amazonaws.com/pacer-documents/N.D.%20Cal.%2012-cv...
I don't think the target user will care where the data comes from if it saves/makes them money.
I may also be scraping the targeted user or targeted user boss' website. That's part of the conundrum.
trying to relate, but I worked with a transportation brokerage firm. Many fleet 'operators' did retail and wholesale sales (ie to brokers like my co & other fleet operators). It was an interesting dynamic, but most of the sales team was only worried about sales and quality. For the fleet operators, retail clients were more profitable, but wholesale made up the volume.
One issue could be if you are showing a 'price estimate' where they would not like one shown, but ask your sources what their issues would be. Your user base is the asset and your ally, make sure they are comfortable with what they're getting in return.
Many startups flaunt current laws and are very succesful (see AirBnB or Uber). I think PG wrote something on this (mostly on the "hackers beat the system" sense).
1) Build a MVP prototype with the scraped data. Don't worry about the business model. Yet VERY IMPORTANT make sure you are allowed to scrape the data in the first place. Work out an agreement that you are interested in the data but don't give away your methods.
2) Pitch the idea FIRST AND ONLY to the data owners. Suggest to them the usefulness of their data. They may want to invest in YOU to build it out. If the data owners are hard to approach then reach out to mentors that have networks connections.
3) Fall back and last resort is to build up your own data. This will be tough and tricky. You might have to build your own search engine (or similar type data feeding app). You at least own the data.
As conculsion, content ownership is king in the online media world. Make sure you follow the appropriate channels. Talk to the data owners about interest in their data. Get aggreements in place for access without giving away proprietary methods.
If you do make it big, hopefully you will have enough profits to play the lawyer game.
Your effort would be just to paste in those URL's, no need to develop / maintain any site of your own.
Unless you're going against obvious warnings for each site, then scrape first, make it free, and ask questions later. IF you're successful quick enough, you will be a force in itself and your marketplace will be one where everyone wants to remain listed. Speed & adoption wins, stay under the radar as long as you can. you want people to love your product so it doesn't get pulled and/or makes people want it back. When you get notified, respond immediately. Very important: PROFIT LATER. Once you are taking payments, some could say you are making money off of their data, and they'll want a piece of that money. If it's a free service, less feathers to ruffle, less of a target. Cease & desist will stop you from pulling THEIR data. Getting sued for the money you brought in will ultimately stop you from pulling ANY data.
>a link would lead directly to the original website.
Track this heavily, this is the value you are adding to the data providers you are scraping from. If they see business growth coming from your space, they'll support you. Get allies early.
The innocent 'I wanted to build a tool to reduce headaches to help the community' is best defense here. (So don't post online anywhere stating otherwise...) Trying to get approval from a large enough 'chunk' of the data providers without some numbers behind you is a waste of precious time.
Good Luck!
>The innocent 'I wanted to build a tool to reduce headaches to help the community' is best defense here.
Seems like the best defense as well as the truth. I hope they would see it that way.
>Trying to get approval from a large enough 'chunk' of the data providers without some numbers behind you is a waste of precious time.
That's part of my dilema. It would be hard to get some sort of approval otherwise.
Hire a developer for next-to-nothing / hour in the Philipines, India or China. Get them to build a quick-and-dirty scraping tool that's focused on a specific industry. Then try to flog it to slightly shady businesses. Try to stay under the radar for as long as you can and make as much money as you can while you're there. Sooner or later, you'll get busted and shut down - no big loss to you.
The people I've seen do that typically have a dozen or so of such "startup" going at any one time and they just keep shutting one down to start another.
This is not the sort of startup that will get you the fame and respect of the tech startup world. But it can certainly make you money if you have the "right" mindset. Just don't bet the farm on it.
Some years ago I did a project that involved scraping and we got some letters from layers and got blocked from some websites. Make sure to know what the legal situation is, otherwise lawyers' letters can be scary.
I am not sure, what is different in your approach?
Google honors robots.txt but few site owners enable it because of the cost of delisting. By contrast, the cost of delisting from your specialized search engine is low, so you might see some of your content dry up.
In the U.S., at least, you do not have the legal right to connect to a site if the owner as requested that you stop -- see eBay v. Bidder's Edge. Fair use has nothing to do with that point (fair use deals with what use you can make of the information once you obtain it, not with any right to obtain it in the first place).
Talking to a lawyer is always good advice.