TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is the legality of scraping recipe ingredient lists?

16 pointsby bobblywobblesalmost 3 years ago
Companies such as AllRecipes, BigOven and Yummly have millions of combined recipes saved within their systems. BigOven, for example, has a clipper tool (https:&#x2F;&#x2F;www.bigoven.com&#x2F;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.<p>Are there reputable sources (attorneys) in Copyright law that I can contact - if it&#x27;s within legal means, I desire to compile a list of recipes (name of food &amp; list of ingredients only) and sell this collection to users who are interested.

8 comments

brad0almost 3 years ago
There was a ruling that said that recipes are not copyrightable. However, anything beyond the recipe ingredients and method is copyrightable.<p>Think images, videos, or that hunk of text detailing their experience as a 5 year old before a recipe.<p>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.<p>There was a HN post about it if you’re curious: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14794949" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14794949</a>
codefreeordiealmost 3 years ago
The purely-mechanical portion of the recipe (list of ingredients and instructions) are excluded from copyright. Any other non-mechanical content (pictures, but also descriptions of the recipe or all that flavor&#x2F;story text that pollutes modern online recipe sites ) will be protected by copyright.<p>Additionally, it is likely that collation or curation of the recipes into categories or collections or sites is protected by copyright.<p>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&#x2F;use of the site as agreement to the Ts and Cs as a binding contract.<p>I am not a lawyer, I am not representing you, and this is not legal advice
cuttlefischalmost 3 years ago
If it is publicly accessible, they cannot limit the means by which you access the information from the perspective of the law. This was seen in the case of Oracle &amp; another company scraping their technical documentation IIRC (<a href="https:&#x2F;&#x2F;www.eff.org&#x2F;deeplinks&#x2F;2018&#x2F;01&#x2F;ninth-circuit-doubles-down-violating-websites-terms-service-not-crime" rel="nofollow">https:&#x2F;&#x2F;www.eff.org&#x2F;deeplinks&#x2F;2018&#x2F;01&#x2F;ninth-circuit-doubles-...</a>). The site may take action to prevent this access, etc. but they cannot pursue legal action for this alone (unless this has changed in the last couple of years). There was a similar precedent with Linkedin maybe 5-7 years ago.<p>That being said, depending on the target they can make things difficult if they know you&#x27;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&#x27;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.<p>Of course IANAL, and I welcome anyone else to add to or contradict this info.
mannyvalmost 3 years ago
Supremes have said that cookbooks and other fact collections don&#x27;t necessarily have copyright protection. Recipes definitely don&#x27;t.
评论 #32215695 未加载
brudgersalmost 3 years ago
If it matters, ask your lawyer.<p>If it doesn&#x27;t matter, it doesn&#x27;t matter.<p>Good luck.
altdataselleralmost 3 years ago
I mean, in terms of riskiness, this is as least risky as you can get in the field of crawling&#x2F;scraping. You&#x27;re not scraping product prices, social media profiles, real estate data, or anything that is majorly commercial - just recipes.<p>Disclaimer: not legal advice.
Pakdefalmost 3 years ago
I scrapped <a href="https:&#x2F;&#x2F;allrecipes.com" rel="nofollow">https:&#x2F;&#x2F;allrecipes.com</a> a few years ago and posted a link to it on reddit... Maybe the file is still up but I&#x27;m too lazy to find it right now.
photoGrantalmost 3 years ago
My opinion is simple.<p>Legally isn’t the best argument.<p>Morally is.<p>Scraping and selling is morally not ok.<p>Scraping and selling may legally be possible.<p>I’d rather sleep with myself comfortably at night and stick with the moral police
评论 #32218961 未加载
评论 #32219375 未加载
评论 #32215106 未加载