Open Food Facts Product Lookup (Barcode) avatar

Open Food Facts Product Lookup (Barcode)

Pricing

Pay per usage

Go to Apify Store
Open Food Facts Product Lookup (Barcode)

Open Food Facts Product Lookup (Barcode)

Look up food & grocery products by barcode (EAN/UPC): name, brand, Nutri-Score, NOVA, ingredients, allergens and nutrition facts. Free, powered by Open Food Facts.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

D N

D N

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Open Food Facts Product Lookup (Barcode) — Free

Look up food, drink and grocery products by barcode (EAN-13, EAN-8, UPC) and get clean, structured data: product name, brand, Nutri-Score, NOVA processing group, Eco-Score, ingredients, allergens and full nutrition facts per 100 g. Powered by the open Open Food Facts database (recherche produit alimentaire par code-barres).

This actor is free — you only pay for your own Apify platform usage.

What it does

Give it a list of barcodes; it returns one structured record per barcode with an explicit status (found / not_found / error). Ideal for enriching product catalogs, checking nutrition quality, or building diet and grocery apps without scraping retailer sites.

Input

FieldTypeDescription
barcodesarray of stringsProduct barcodes (EAN/UPC). One result per barcode.
languagestringPreferred language for localized fields (en, fr, de…). Default en.

Output (example)

{
"barcode": "3017620422003",
"status": "found",
"product_name": "Nutella",
"brands": "Nutella, Ferrero",
"nutriscore_grade": "e",
"nova_group": 4,
"ingredients_text": "Sugar, palm oil, hazelnuts 13%, ...",
"nutrition_per_100g": { "energy_kcal": 539, "sugars_g": 56.3, "proteins_g": 6.3 },
"url": "https://world.openfoodfacts.org/product/3017620422003"
}

Use cases

  • Enrich an e-commerce or inventory catalog with nutrition & Nutri-Score data.
  • Power diet, allergen-check or grocery-scanner apps.
  • Bulk-audit the nutritional quality of a product range.
  • Academic / open-data nutrition research.

Limitations & fair use

Data is crowd-sourced by the Open Food Facts community (Open Database License); coverage and completeness vary by product and region. The actor adds a polite delay between requests and identifies itself with a proper User-Agent. Please respect Open Food Facts' fair-use guidelines.

More actors by this developer

See the full range of free open-data actors on the fit_melon profile.