One engine · App · Widget · API

Save any recipe. Understand what's in it.
Organize everything in one place.

Turn any recipe — a URL or a block of text — into clean, structured, analyzed data. One recipe intelligence engine behind an app for cooks, a widget for publishers and an API for developers.

2
languages supported
3,000+
ingredients recognized
<400ms
avg. parse time
100%
private to you
Save from anywhere

Wherever you find recipes, Cookspert is there

Start on the web today — mobile apps and a browser extension are on the way.

BOOKMARKLET

Drag it to your bookmarks bar. That's the whole install.

On any recipe site, click the bookmarklet to see nutrition, ingredient prices and a calorie breakdown overlaid instantly — then save it straight into your library.

  • Works on any recipe website, no plugin needed
  • Save & organize without leaving the page
  • Nutrition, prices and a health score, instantly
Get the bookmarklet
Pumpkin soup
bonapeti.bg/recipe/pumpkin-soup
Cookspert Health score 82
165 kcal6g protein€2.40 /serving
Organize

Your recipe box, minus the chaos

Cookspert is the productivity layer for people who actually cook — not another recipe search engine.

Collections
Tag and organize everything you cook into private collections you build over time.
Nutrition, instantly
Calories, macros and a health score computed the moment you save a recipe.
Import from anywhere
A URL or pasted text — Cookspert extracts the recipe cleanly, every time.

More about the Cookspert app

The engine

One recipe intelligence engine under everything

Every Cookspert product — the app, the publisher widget, the API — runs on the same parsing pipeline.

  1. URL or text

    Point it at a recipe page or paste free text — the language is detected automatically.

  2. Parse

    The recipe is extracted into title, servings, ingredients and steps.

  3. Match ingredients

    Every line is matched against a curated dictionary of 3,000+ ingredients per language.

  4. Normalize

    Quantities and units become comparable amounts — cups, grams, pieces.

  5. Nutrition

    Calories, macros, prices and a health score are computed per serving.

The same recipe intelligence that powers Cookspert is available through the Cookspert API.

<div id="cookspert-widget">
Recipe facts
165
kcal
6g
protein
22g
carbs
7g
fat
Health score82 / 100
FOR PUBLISHERS

Give your readers what they actually want to know

Drop one embed code into any recipe post to show nutrition, ingredient prices and a health score — styled to match your blog, in seconds.

  • Multiple themes, matches your brand colors
  • No backend — one script tag
  • Free to start, premium themes for pro bloggers
See publisher tools
For developers & businesses

The Cookspert Recipe Intelligence API

The same recipe intelligence that powers Cookspert is available through the Cookspert API — one endpoint turns any recipe URL or block of text into clean, structured data.

curl https://api.cookspert.com/v1/parse \
  -H "Authorization: Bearer ck_live_..." \
  -d url="https://bonapeti.bg/recipe/123"

{
  "title": "Pumpkin ginger cream soup",
  "cuisine": "Bulgarian",
  "method": ["simmer", "blend"],
  "time_minutes": 35,
  "servings": 4,
  "ingredients": [
    { "name": "pumpkin", "qty": 600, "unit": "g" },
    { "name": "ginger", "qty": 15, "unit": "g" }
  ],
  "nutrition": { "kcal": 165, "protein_g": 6, "carbs_g": 22, "fat_g": 7 },
  "language": "bg"
}
Parse recipe URLs or free text
Ingredient extraction & normalization
Nutrition calculation
Cuisine & cooking-method detection
Cook-time estimation
English & Bulgarian parsing
Structured JSON, always
Usage-based pricing
Trusted by recipe sites, apps & teams across Europe

Ready to cook smarter?

Save your first recipe in under a minute — or make your first API call.