metadata
license: odbl
tags:
- food
- nutrition
- open-food-facts
NutriWeb US catalog
A curated, scored subset of the Open Food Facts product database, built by the NutriWeb pipeline. One DuckDB file.
- US products only, non-obsolete, with a resolvable English name and at least ingredients, a category, or nutrition facts.
- Multilingual fields collapsed to English;
nutrimentspivoted to per-100g columns. - Nutri-Score computed with the official 2023 algorithm where Open Food Facts publishes none, which raises scored coverage roughly 1.8x.
- Tables:
products,scores,category_sizes,macro_stats; viewcatalog.
Product data (c) Open Food Facts contributors, licensed ODbL. This derived catalog carries the same licence.
Rebuild with pipeline/01_download.py .. pipeline/05_publish.py.