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.
Start on the web today — mobile apps and a browser extension are on the way.
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.
Your private recipe library: import, organize and analyze everything you cook.
Explore the appYour collections in your pocket — capture recipes on the go.
See what's comingOne-click save from any recipe site — even where bookmarklets can't run.
See what's comingAnalyze and save recipes from any website — no install beyond a drag.
Get the bookmarkletCookspert is the productivity layer for people who actually cook — not another recipe search engine.
Every Cookspert product — the app, the publisher widget, the API — runs on the same parsing pipeline.
Point it at a recipe page or paste free text — the language is detected automatically.
The recipe is extracted into title, servings, ingredients and steps.
Every line is matched against a curated dictionary of 3,000+ ingredients per language.
Quantities and units become comparable amounts — cups, grams, pieces.
Calories, macros, prices and a health score are computed per serving.
The same recipe intelligence that powers Cookspert is available through the Cookspert API.
Drop one embed code into any recipe post to show nutrition, ingredient prices and a health score — styled to match your blog, in seconds.
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"
}Save your first recipe in under a minute — or make your first API call.