Companies such as AllRecipes, BigOven and Yummly have millions of combined recipes saved within their systems. BigOven, for example, has a clipper tool (https://www.bigoven.com/clipper) that allows users to copy recipes from other sites and save them in BigOven. Based on Copyright Law, lists of ingredients are not copyrightable, but creative works (ie. ingredients + instructions + images) are. Under this understanding, recipes that are copied beyond the ingredient list into BigOven (or other recipe database) would be breaking copyright law.Are there reputable sources (attorneys) in Copyright law that I can contact - if it's within legal means, I desire to compile a list of recipes (name of food & list of ingredients only) and sell this collection to users who are interested.
brad0|3 years ago
Think images, videos, or that hunk of text detailing their experience as a 5 year old before a recipe.
Way back in the day I ran a public recipe scraping API. It had an option to scrape the image along with the recipe, but you had to set an explicit copyright flag to get them.
There was a HN post about it if you’re curious: https://news.ycombinator.com/item?id=14794949
codefreeordie|3 years ago
Additionally, it is likely that collation or curation of the recipes into categories or collections or sites is protected by copyright.
Finally, if the website posts terms and conditions which limit or restrict your access, you might end up with some liability should you violate them. This is still an area of law that is shifting, but according to the American Bar Association, courts now somewhat routinely enforce terms-and-conditions when clear notice is given to the user and the terms are not unduly long or confusing. In general, the situations most likely to be enforceable are when the user sees a clear prompt to agree to the Ts and Cs, and clicks an I Agree button. The further away from such a clear agreement one strays, the less likely a court is to consider access/use of the site as agreement to the Ts and Cs as a binding contract.
I am not a lawyer, I am not representing you, and this is not legal advice
cuttlefisch|3 years ago
That being said, depending on the target they can make things difficult if they know you're doing it. In general, scraping data itself, then transforming that data for use is reasonably safe, but using the scraped content in unprocessed form can be problematic. Selling the collected data to users without processing it sounds like it could cause problems both from the target companies, as well as via the customer's perception of how you acquire the data. Processing the data to show something like variations in recipes per region, categorizing different recipes into styles based on ingredients, cook time, complexity, etc. are all value-adds which make your data more useful than the raw data-set, and make a stronger argument for the sale of your dataset.
Of course IANAL, and I welcome anyone else to add to or contradict this info.
mannyv|3 years ago
overeater|3 years ago
brudgers|3 years ago
If it doesn't matter, it doesn't matter.
Good luck.
altdataseller|3 years ago
Disclaimer: not legal advice.
Pakdef|3 years ago
photoGrant|3 years ago
Legally isn’t the best argument.
Morally is.
Scraping and selling is morally not ok.
Scraping and selling may legally be possible.
I’d rather sleep with myself comfortably at night and stick with the moral police
z9znz|3 years ago
What about hand copying? Is it ok to read a recipe on one site, and write it for your own? Or should the original site own that list of ingredients and instructions?
If it's ok to hand copy but not to scrape, what is the difference? Your personal time cost?
Like most things in life, one simple binary rule does not work for most situations.
Perhaps your primary objection is to the "selling" part. What if merely presenting the information comes at a cost, and you make up for that cost by "selling" access?
Or what if you are providing additional value to the original content?
Or what if you are making the information accessible to a larger audience, particularly one with special accessibility needs? (This may seem like grasping for straws, but so many websites are so badly made that even people with low data and old phones cannot get the content from them. So re-presenting that data in a better way may now make it accessible to a lot more people. Those are people who _could_ not get it from the "original" source in the first place.)
altdataseller|3 years ago
bayswater2p|3 years ago