Skills/Nutrition/Browse products

Browse products

0.1 credits / search

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.

Use when

You want products in a category, from a brand, with a label like organic, or at a given quality grade.

Not for

A free-text product name search (look the food name up instead) or a single known barcode.

Cost

0.1 credits / search

What it accepts

Set these inside the intent when you run it.

filtersrequired

One or more tag filters to narrow results. Can include a category, brand, label (e.g. organic, vegan), or nutrition grade (a-e).

What you get back

A list of matching packaged products, each with its name, brand, nutrition grade, and processing-level score.

Run it

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

  • Show me popular breakfast cereals with a nutrition grade of A or B
  • List organic snack bars in the packaged-food catalog
  • Which sodas are rated grade A for nutrition?