# Cosmetic ingredient risk score reference feed

**Use case:** 

Look up the published INCI Beauty risk class and origin for specific cosmetic ingredients, a green-to-red flower risk score reference for clean beauty.

## Input

```json
{
  "entity": "ingredients",
  "startUrls": [
    "https://incibeauty.com/produit/3600523307159",
    "https://incibeauty.com/ingredients/16498-azurite",
    "https://incibeauty.com/brand/nivea"
  ],
  "brands": [
    "nivea",
    "la-roche-posay"
  ],
  "eans": [
    "3662361003174",
    "3337875940412"
  ],
  "ingredientIds": [
    "1447-helianthus-annuus-seed-oil",
    "3963-buxus-sempervirens-leaf-extract",
    "16498-azurite"
  ],
  "maxItems": 10,
  "includePrice": true,
  "enrichIngredients": false,
  "proxyType": "none",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "inci_name": {
    "label": "INCI name",
    "format": "string"
  },
  "ingredient_id": {
    "label": "Ingredient ID",
    "format": "integer"
  },
  "cas_number": {
    "label": "CAS number",
    "format": "string"
  },
  "einecs_number": {
    "label": "EINECS number",
    "format": "string"
  },
  "ingredient_functions": {
    "label": "Functions",
    "format": "array"
  },
  "ingredient_risk_penalty_status": {
    "label": "Risk / penalty status",
    "format": "string"
  },
  "ingredient_risk_penalty_tier": {
    "label": "Risk / penalty tier",
    "format": "string"
  },
  "ingredient_origin": {
    "label": "Origin",
    "format": "array"
  },
  "ingredient_nb_produits": {
    "label": "Products-containing count",
    "format": "integer"
  },
  "ingredient_french_name": {
    "label": "Common name (FR)",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapeDate": {
    "label": "Scrape date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [INCI Beauty Safety Score & Ingredients Scraper](https://apify.com/extractify-labs/incibeauty-inci-ingredients) with a specific input configuration. Visit the [Actor detail page](https://apify.com/extractify-labs/incibeauty-inci-ingredients) to learn more, explore other use cases, and run it yourself.