SODIUM BENZOATE
Sodium Benzoate is the sodium salt of benzoic acid that conforms to the formula:
SODIUM BENZOATE is listed in the European Commission CosIng inventory under the functional categories Anticorrosive, Fragrance, Preservative, with CAS number 532-32-1 and EC number 208-534-8. CosIng records a restriction against it (V/1), so check the corresponding Annex entry before formulating. In the free INCIDB sample it appears on 77 product labels, leading the declaration on Balea Augen Make-up Entferner ölfrei, 100 ml.
Sample products containing SODIUM BENZOATE
Label positions from the free INCIDB sample. A lower position means the ingredient is declared earlier, i.e. present in a higher proportion.
Query SODIUM BENZOATE in the full snapshot
import pyarrow.parquet as pq
ingredients = pq.read_table('ingredients.parquet').to_pandas()
target = ingredients[ingredients['inci_name'] == "SODIUM BENZOATE"]
print(target[['ingredient_id', 'functions', 'cas_number', 'is_common_allergen']])
The complete snapshot covers 18,583 products. Coverage of each enrichment column is published, both per distinct name and weighted by label occurrence — see the coverage table.