# Scrape Respire clean beauty INCI scores feed

**Use case:** 

Get every Respire product's published 0-20 INCI Beauty safety score and full risk-rated INCI composition - clean beauty data keyed by barcode.

## Input

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

## Output

```json
{
  "product_name": {
    "label": "Product name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "ean_gtin": {
    "label": "EAN / GTIN",
    "format": "string"
  },
  "inci_score": {
    "label": "INCI Beauty score (0-20)",
    "format": "number"
  },
  "score_quality_tier": {
    "label": "Score quality tier",
    "format": "string"
  },
  "product_category": {
    "label": "Category",
    "format": "string"
  },
  "composition_ingredient_name": {
    "label": "Composition ingredient names",
    "format": "array"
  },
  "per_ingredient_risk_class": {
    "label": "Per-ingredient risk (danger level)",
    "format": "array"
  },
  "where_to_buy_table": {
    "label": "Where to buy (offers)",
    "format": "array"
  },
  "product_image_large": {
    "label": "Image (large)",
    "format": "string"
  },
  "date_compo": {
    "label": "Composition date",
    "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.