Lists packaged products matching exact tag filters: category, brand, label (such as organic or vegan), or nutrition grade. Results are sorted by popularity and include per-product nutrition grades and processing scores. Use this to browse a category or find products that meet a specific quality or dietary label.
You want products in a category, from a brand, with a label like organic, or at a given quality grade.
A free-text product name search (look the food name up instead) or a single known barcode.
0.1 credits / search
Set these inside the intent when you run it.
One or more tag filters to narrow results. Can include a category, brand, label (e.g. organic, vegan), or nutrition grade (a-e).
A list of matching packaged products, each with its name, brand, nutrition grade, and processing-level score.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Nutrition skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/nutrition/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"browse_products","filters":"category: breakfast-cereals, label: organic"}}'Example requests