// 2026-08-05 · Tools & Utilities · by Bob Smith

Just the Recipe: Paste a URL, Skip the Life Story

Just the Recipe strips a recipe page down to ingredients and instructions. Paste the link, get the cooking, leave behind the essay about a grandmother's kitchen.

Screenshot of Just the Recipe
Just the Recipe: what you'll see when you land there

Just the Recipe solves the most universally understood problem on the modern web. You want to know how much butter goes in. The page wants to tell you about a summer in Provence. You paste the URL into Just the Recipe and it hands back the ingredients and the steps, and nothing else at all.

It is a small tool with a very large emotional payoff.

What is Just the Recipe?

Sometime in the last fifteen years, recipe pages stopped being recipes. The format calcified into a standard shape: a hero photo, a thousand words of memoir, a second hero photo, an autoplaying video that follows you down the page, a newsletter modal, three ad breaks, and finally, below all of it, the six lines you came for.

There are reasons for this. Search engines have historically rewarded longer, more contextual pages, so writers wrote longer, more contextual pages. And there is a copyright wrinkle: a plain list of ingredients and basic steps is generally treated as unprotectable fact, while the personal essay wrapped around it is original expression. Adding prose is both an SEO strategy and a legal moat.

None of that helps when you are standing in a kitchen with flour on your phone screen.

Just the Recipe takes the other side. You paste in a URL, it fetches the page, finds the recipe data, and renders it as a clean list: ingredients on one side, numbered instructions on the other, plus the basics like servings and cook time when the source provides them. No images, no story, no video.

The reason it works reliably is that most recipe sites already publish their recipes as structured data in the page source, because that is what earns them the rich result in search listings. The information is sitting there in a machine-readable format. Just the Recipe simply reads it and shows it to you without the decoration.

There is a mild irony in the whole arrangement. The tool depends on exactly the markup that recipe sites add in pursuit of the traffic that funds the essays. But it is a fair trade in practice, and nothing stops you opening the original page if you want the story or the technique notes.

What can you do with Just the Recipe?

  • Paste any recipe URL. One box, one button. The result loads as plain text you can read from across the counter.
  • Cook from a phone without fighting the page. No sticky video, no interstitial ad reappearing every time you scroll to check step four.
  • Save on data and battery. The stripped page is a fraction of the weight of the original, which matters on a slow connection.
  • Read it comfortably. Large, uncluttered type in a two-column layout designed for glancing at while your hands are busy.
  • Print or copy cleanly. Because the output is just text, sending it to a printer or pasting it into a notes app produces something usable.
  • Get through paywall-adjacent clutter. Pages that bury the recipe under sign-up prompts often still expose the structured data underneath.

Tips to get the most out of it

Use the full URL, including https. The parser wants the exact address of the recipe page, not a shortened link or a search result. Copying from the browser bar is the reliable move.

Keep the original tab open for technique. The extracted version gives you quantities and steps. If a recipe hinges on a method the author explains in the prose, “fold until just combined, no more,” you will want the source. The essay is padding most of the time, but not always.

Have a fallback for pages that fail. Some sites render their recipe entirely in JavaScript or gate it behind an account, and there is nothing to extract. Browser reader mode, or simply printing the page to PDF, usually gets you most of the way there.

Check the yield before you shop. Extracted output carries whatever servings figure the source declared, and recipe sites are not always careful about that number. Sanity-check it against the ingredient quantities.

Do not lose the source link. If you plan to cook something again, save the original URL rather than the extracted view. Recipes get updated and corrected at the source.

Consider supporting sites you cook from often. The essays are annoying, but they are also how a lot of independent food writers get paid. Stripping the page for convenience and never visiting the original is a slightly uncomfortable equilibrium, and turning off the ad blocker for a favorite blog costs nothing.

If you like Just the Recipe, also try…

  • Supercook: tell it what is already in your kitchen and it finds recipes that use only that.
  • StillTasty: the reference for whether the thing at the back of the fridge is still edible.
  • Hemingway Editor: the same instinct applied to your own writing, cut everything that is not doing work.
  • Infinite Chef: the playful end of the food internet, for when you are not actually cooking.

More things that quietly remove friction in Tools & Utilities, and more time saved in Productivity.

Frequently asked questions

What is Just the Recipe?

Just the Recipe is a web tool that takes the URL of a recipe page and returns only the ingredients and the instructions. It strips out the introductory essay, the pop-ups, the video player and the ad slots, leaving a plain list you can actually cook from.

Is Just the Recipe free?

Yes, pasting a URL and reading the extracted recipe is free and requires no account. The project has offered browser and mobile companions over time, but the core web tool works on its own.

Why are recipe websites full of long stories?

Partly for search rankings, since longer pages with more context have historically performed better, and partly for copyright reasons: a bare list of ingredients is generally not protectable, while the surrounding writing is. The practical result is a wall of prose between you and the measurements.

Does Just the Recipe work on every site?

It works on most mainstream recipe sites, which publish structured recipe data that the tool can read. Pages that hide their recipe behind a login, load it entirely through scripts, or use unusual formatting can fail to parse, in which case you will need to open the original.

Visit Just the Recipe →

← All posts · Browse the directory