world.openfoodfacts.org Open in urlscan Pro
213.36.253.206  Public Scan

Submitted URL: http://openfoodfacts.org/
Effective URL: https://world.openfoodfacts.org/
Submission: On May 31 via api from GB — Scanned from FR

Form analysis 7 forms found in the DOM

/cgi/search.pl

<form action="/cgi/search.pl">
  <div class="row collapse">
    <div class="small-8 columns">
      <input type="text" placeholder="Search for a product" name="search_terms" value="">
      <input name="search_simple" value="1" type="hidden">
      <input name="action" value="process" type="hidden">
    </div>
    <div class="small-4 columns">
      <button type="submit" title="Search"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon" aria-hidden="true" focusable="false">
          <path
            d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z">
          </path>
          <path d="M0 0h24v24H0z" fill="none"></path>
        </svg></button>
    </div>
  </div>
</form>

/cgi/search.pl

<form action="/cgi/search.pl">
  <div class="row collapse">
    <div class="small-8 columns">
      <input type="text" placeholder="Search for a product" name="search_terms">
      <input name="search_simple" value="1" type="hidden">
      <input name="action" value="process" type="hidden">
    </div>
    <div class="small-2 columns">
      <button type="submit" class="button postfix"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon" aria-hidden="true" focusable="false">
          <path
            d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z">
          </path>
          <path d="M0 0h24v24H0z" fill="none"></path>
        </svg></button>
    </div>
    <div class="small-2 columns">
      <a href="/cgi/search.pl" title="Advanced search"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon" aria-hidden="true" focusable="false"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon" aria-hidden="true" focusable="false"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></a>
    </div>
  </div>
</form>

POST /cgi/session.pl

<form method="post" action="/cgi/session.pl">
  <div class="row">
    <div class="small-12 columns">
      <label for="user_id">Username or e-mail address: <input type="text" name="user_id" id="user_id" autocomplete="username" required="">
      </label>
    </div>
    <div class="small-12 columns">
      <label for="password">Password <input type="password" name="password" id="password" autocomplete="current-password" required="">
      </label>
    </div>
    <div class="small-12 columns">
      <label for="remember_me_checkbox">
        <input type="checkbox" name="remember_me" id="remember_me_checkbox" checked=""> Remember me </label>
    </div>
  </div>
  <input type="submit" name=".submit" value="Sign in" class="button small">
</form>

POST /cgi/product.pl

<form method="post" action="/cgi/product.pl" enctype="multipart/form-data">
  <div class="row collapse">
    <div class="small-9 columns">
      <input type="text" name="code" placeholder="or Barcode">
    </div>
    <div class="small-3 columns">
      <input type="submit" value="Add" class="button postfix">
    </div>
  </div>
  <input type="submit" value="Product without barcode" class="button tiny">
</form>

/cgi/search.pl

<form action="/cgi/search.pl" class="hide-for-large-up">
  <div class="row collapse">
    <div class="small-9 columns">
      <input type="text" placeholder="Search for a product" name="search_terms">
      <input name="search_simple" value="1" type="hidden">
      <input name="action" value="process" type="hidden">
    </div>
    <div class="small-2 columns">
      <button type="submit" class="button postfix"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon" aria-hidden="true" focusable="false">
          <path
            d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z">
          </path>
          <path d="M0 0h24v24H0z" fill="none"></path>
        </svg></button>
    </div>
    <div class="small-1 columns">
      <label class="right inline">
        <a href="/cgi/search.pl" title="Advanced search"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon" aria-hidden="true" focusable="false"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></a>
      </label>
    </div>
  </div>
</form>

POST /cgi/session.pl

<form method="post" action="/cgi/session.pl">
  <div class="row">
    <div class="small-12 columns">
      <label for="user_id">Username or e-mail address: <input type="text" name="user_id" id="user_id" autocomplete="username" required="">
      </label>
    </div>
    <div class="small-12 columns">
      <label for="password">Password <input type="password" name="password" id="password" autocomplete="current-password" required="">
      </label>
    </div>
    <div class="small-12 columns">
      <label for="remember_me_checkbox">
        <input type="checkbox" name="remember_me" id="remember_me_checkbox" checked=""> Remember me </label>
    </div>
  </div>
  <input type="submit" name=".submit" value="Sign in" class="button small">
</form>

POST /cgi/product.pl

<form method="post" action="/cgi/product.pl" enctype="multipart/form-data">
  <div class="row collapse">
    <div class="small-9 columns">
      <input type="text" name="code" placeholder="or Barcode">
    </div>
    <div class="small-3 columns">
      <input type="submit" value="Add" class="button postfix">
    </div>
  </div>
  <input type="submit" value="Product without barcode" class="button tiny">
</form>

Text Content

 * OPEN FOOD FACTS

 * Menu

Country
 * Country

 * 
 * 
 * Advanced search
 * 
 * Graphs and maps
 * 
 * Discover
 * Contribute
 * 
 * Get the app




SIGN IN

Sign-in to add or edit products.

Username or e-mail address:
Password
Remember me

Not registered yet? Create your account.
Forgotten password?


ADD A PRODUCT

Picture with barcode

Sending image ×
Upload error ×



DONATE TO SUPPORT OUR WORK

Open Food Facts is made by a non-profit association, independent from the
industry. It is made for all, by all, and it is funded by all. You can support
our work by donating to Open Food Facts and also by using the Lilo search
engine.
Thank you!


Open Food Facts gathers information and data on food products from around the
world.



SIGN IN

Sign-in to add or edit products.

Username or e-mail address:
Password
Remember me

Not registered yet? Create your account.
Forgotten password?


ADD A PRODUCT

Picture with barcode

Sending image ×
Upload error ×



DONATE TO SUPPORT OUR WORK

Open Food Facts is made by a non-profit association, independent from the
industry. It is made for all, by all, and it is funded by all. You can support
our work by donating to Open Food Facts and also by using the Lilo search
engine.
Thank you!


IMPORTANT: WE NEED YOUR SUPPORT!

Open Food Facts is a collaborative project built by tens of thousands of
volunteers and managed by a non-profit organization with 4 employees.
We need your donations to fund the Open Food Facts 2022 budget and to continue
to develop the project. Thank you! ❤️

Donate
I have already donated or I'm not interested. Hide the banner.


OPEN FOOD FACTS - WORLD


DISCOVER

Open Food Facts is a food products database made by everyone, for everyone.

You can use it to make better food choices, and as it is open data, anyone can
re-use it for any purpose.

→ Learn more about Open Food Facts


CONTRIBUTE

Open Food Facts is a non-profit project developed by thousands of volunteers
from around the world. You can start contributing by adding a product from your
kitchen with our app for iPhone or Android, and we have lots of exciting
projects you can contribute to in many different ways.

→ Learn more about how you can join us



2,362,658 products
image/svg+xml Most scanned products
 * Most scanned products
 * Products with the best Nutri-Score
 * Recently added products
 * Recently modified products

Explore products by...
 * Countries
 * Nutrition grades
 * NOVA groups
 * Brands
 * Categories
 * Labels
 * Packaging
 * Origins of ingredients
 * Manufacturing or processing places
 * Packager codes
 * Ingredients
 * Additives
 * Added vitamins
 * Added minerals
 * Added amino acids
 * Added nucleotides
 * Other nutritional substances added
 * Allergens
 * Traces
 * 
 * Languages
 * Contributors
 * States
 * Data sources
 * Entry dates
 * Last edit dates
 * Last check dates
 * Teams

Classify the 100 products below according to your preferences Edit your food
preferences
Close


EDIT YOUR FOOD PREFERENCES

Your food preferences are kept in your browser and never sent to Open Food Facts
or anyone else.

Classify products according to your preferences

--------------------------------------------------------------------------------

Use default preferences Nutri-Score, Eco-Score and food processing level (NOVA)
 * Nutritional quality
    * 
      Good nutritional quality (Nutri-Score)
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Salt in low quantity
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Sugars in low quantity
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Fat in low quantity
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Saturated fat in low quantity
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------

 * Food processing
    * 
      No or little food processing (NOVA group)
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      No or few additives
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------

 * Allergens
   There is always a possibility that data about allergens may be missing,
   incomplete, incorrect or that the product's composition has changed. If you
   are allergic, always check the information on the actual product packaging.
    * 
      Without Gluten
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Milk
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Eggs
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Nuts
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Peanuts
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Sesame seeds
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Soybeans
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Celery
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Mustard
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Lupin
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Fish
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Crustaceans
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Molluscs
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Without Sulphur dioxide and sulphites
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------

 * Ingredients
    * 
      Vegan
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Vegetarian
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Palm oil free
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------

 * Labels
    * 
      Organic farming
      Not importantImportantVery importantMandatory
      
      Organic products promote ecological sustainability and biodiversity.
      
      --------------------------------------------------------------------------------
   
    * 
      Fair trade
      Not importantImportantVery importantMandatory
      
      Fair trade products help producers in developing countries.
      
      --------------------------------------------------------------------------------

 * Environment
    * 
      Low environmental impact (Eco-Score)
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------
   
    * 
      Low risk of deforestation (Forest footprint)
      Not importantImportantVery importantMandatory
      
      --------------------------------------------------------------------------------



Close


 * Nutella - Ferrero - 400g
 * Eaux de sources - Cristaline - 1,5 l
 * Prince Chocolat biscuits - LU - 300 g e
 * Coca-Cola - 33cl
 * Nutella - Ferrero - 1 kg
 * Biscuit Sésame - Gerblé - 230 g
 * Coca-Cola Zero - 330ml
 * Lindt Chocolate Excellence - 100 g
 * Nutella biscuits - 304 g
 * Cruesli Mélange De Noix - Quaker - 450 g
 * NYcoffee - - 204 g, 17 g x 12
 * 8 mini brownie bites - Coop
 * Nems Au Porc - Boni
 * Broccoli -
 * Muesli Raisin, Figue, Abricot - Bjorg - 375 g
 * Nocciolata Pâte à tartiner au cacao et noisettes - Rigoni di Asiago - 270 g
 * Pur beurre de cacahuète - Léa Nature - 350 g
 * Fourrés Chocolat noir🍫 BIO - bjorg - 225 g
 * Harrys pain de mie 100% mie complet sans croute 500g - 500 g
 * Céréales chocapic - Nestlé - 430 g
 * Cristalline - Cristaline - 50 cl
 * Special Muesli 30% fruits & noix - Jordans - 750 g
 * Wasa tartine croustillante fibres 230g - 230 g
 * Biscuit pomme noisette - Gerblé - 230 g
 * Excellence 85% Cacao Chocolat Noir Puissant Lindt % Lindt - 100 g
 * Coca Cola - Cocacola - 330 ml
 * Flocons d'avoine - Bjorg - 500 g
 * Volvic - 1,5 L
 * Pains au lait - Pasquier - 350 g
 * Coca Cola Zero - Cocacola - 330 ml
 * Nesquik - Nestlé - 1000 g
 * Granola - LU - 200 g e
 * Primevère Bio doux Tartine & Cuisson - 250 g
 * San Pellegrino - 1000 ml
 * Biscottes heudebert - 300 g e
 * Chocolat noir pour préparation pâtissière - Nestlé - 205 g
 * Tropicana 100% oranges pressées sans pulpe 1 L - 1000 ml
 * Pain de mie complet sans sucres ajoutés - Jacquet - 550 g
 * HEPAR eau minérale naturelle - 1000 ml
 * Belvita Petit Déjeuner Original Chocolat 8 x 50 g - LU - 400 g
 * Nocciolata - Rigoni di Asiago - 700 g
 * Biscuit lait chocolat - Gerblé - 230 g
 * Coca Zéro - Coca-Cola - 1litre
 * Pain De Mie Bio - La Boulangère Bio - 500 g
 * Pain 100% mie nature PT - Harrys - 500 g
 * Dark Chocolate 90% cocoa - Lindt - 100 g
 * Quaker Oats Flocons d'avoine complète - 550 g
 * Corn flakes - Kellogg's - 500 g
 * Nutella - Ferrero - 200 g
 * Harrys pain de mie american sandwich complet 600g - 600 g
 * NESQUIK Poudre Cacaotée boîte 250g - Nestlé - 250 g
 * Yaourt nature - Danone - 500 g (4 × 125 g)
 * TUC Original - LU - 100 g
 * Wasa tartine croustillante authentique au seigle 275g - 275 g
 * Bio Nutri+ P'tit Nature Complet - Bjorg - 200 g (24 biscuits)
 * Alpenmilch - Milka - 100g
 * Plain with Coconut - Alpro - 500 g
 * Le bon paris - Hertas - 140g
 * Brioche tressée à la main sans additifs - Harrys - 500 g
 * Chips Pringles Original - 175 g e
 * Biscuit soja orange - Gerblé - 280 g
 * Biscuits Figue et son - Gerblé - 210 g
 * Levure de bière à saupoudrer - Gerblé - 150 g
 * Dijon-Senf - Amora - 440g
 * SKYR - Danone - 480 g
 * Country Crisp 4 noix - Jordans - 550 g
 * Skyr - Danone - 140 g ℮
 * Elle & Vire - 250 g
 * Belvita Brut & 5 céréales complètes - Lu - 400 g , 8x 4 biscuits
 * Bjorg - 1 l
 * Tomato Ketchup BIO - Heinz - 580 g
 * Muesli Superfruits - Bjorg - 375 g
 * Véritable Petit Écolier Chocolat au Lait - LU - 150 g (12x 12.5 g) e
 * K cereale chocolat noir t(2x6) - Kinder - 204 g
 * 20 Galettes : Traditional Butter Biscuits - St Michel - 130 grame
 * Céréales Extra Kellogg's Pépites Chocolat au lait - 500 g
 * Perrier - 1 l
 * Pâte à tartiner - Poulain - 400 g
 * Nutella - Ferrero - 825 g
 * Tartine Doux - Primevère - 250 g
 * SIROP D'AGAVE 350g - Sunny via - 350 g
 * Nutella - Ferrero - 350 g
 * Cacao en poudre non sucré - Van houten - 250 g
 * VITTEL eau minérale naturelle 1,5L - 1500 ml
 * Céréales Extra Pépites Chocolat Noisettes - Kellogg's - 500 g
 * Weetabix - 645g
 * La salvetat - 1,15 L
 * Pain de Mie Spécial Sandwich Complet - Maître Jean Pierre - 750 g
 * Nutella - 630 g
 * Muesli avoine chocolat bio - Bjorg - 375 g
 * Arome MAGGI - 250 g
 * Lipton Ice Tea saveur pêche 1,5 L - 1500 ml
 * Belvita Petit-Déjeuner miel et pépites de chocolat - LU - 435 g
 * Nutella - Ferrero - 750 g
 * Cracotte Céréales Complètes - lu - 250
 * Goûter pépites de chocolat - Gerblé - 250 g
 * Figolu - Lu - 192g
 * Evian - 1.5 L
 * 8 Pains au lait - La Boulangère Bio - 280 g
 * Thé - Biscuits - Lu thé - 350 g ℮

--------------------------------------------------------------------------------

 * Pages:
 * 1
 * 2
 * 3
 * 4
 * …
 * 23625
 * 23626
 * 23627
 * Next
 * (100 products per page)


OPEN FOOD FACTS

A collaborative, free and open database of food products from around the world.

 * Legal
 * Terms of use
 * Data, API and SDKs
 * Donate to Open Food Facts
 * Producers


INSTALL THE APP


DISCOVER THE PROJECT

 * Who we are
 * Vision, Mission, Values and Programs
 * Frequently asked questions
 * Open Food Facts blog
 * Press
 * Open Food Facts wiki (en)
 * Translators
 * Partners
 * Open Beauty Facts - Cosmétiques


JOIN THE COMMUNITY

Code of conduct

Join us on Slack:
and the Facebook group for contributors Follow us on Twitter, Facebook and
Instagram