# Analyze Competitor Product Nutri-Scores

**Use case:** 

Gain competitive intelligence by scraping Nutri-Score data for key competitor products. This helps food manufacturers benchmark their product health ratings aga

## Input

```json
{
  "mode": "byBrand",
  "searchQuery": "chocolate",
  "barcodes": [],
  "brandSlug": "nestle",
  "productUrls": [],
  "country": "france",
  "language": "any",
  "novaGroup": [],
  "nutriscore": [
    "A",
    "B",
    "C",
    "D",
    "E"
  ],
  "ecoscore": [],
  "containsLabels": [],
  "excludesAllergens": [],
  "minProductCompleteness": 0,
  "maxItems": 200
}
```

## Output

```json
{
  "code": {
    "label": "Code"
  },
  "productName": {
    "label": "Product name"
  },
  "primaryBrand": {
    "label": "Primary brand"
  },
  "mainCategory": {
    "label": "Main category"
  },
  "nutriscore": {
    "label": "Nutriscore"
  },
  "ecoscore": {
    "label": "Ecoscore"
  },
  "novaGroup": {
    "label": "Nova group"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

This example demonstrates how to use [Open Food Facts Scraper](https://apify.com/crawlerbros/openfoodfacts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/openfoodfacts-scraper) to learn more, explore other use cases, and run it yourself.