Open Food Facts
OF
Open Food Facts
/product

Product by barcode

Nutrition, ingredients, allergens, Nutri-Score for a barcode.

liveverifieddegraded · 560ms
foodnutritionbarcode
$0.0020
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run openfoodfacts /product for me.

Input

FieldTypeDescription
barcode*stringEAN/UPC

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"openfoodfacts","endpoint":"/product","input":{"barcode":"..."}}'
cli
npx cracked-ai run -p openfoodfacts -e /product -i '{"barcode":"..."}'
mcp
run_tool({ provider: "openfoodfacts", endpoint: "/product", input: {"barcode":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.