# Evaluate Eco-Score of Supermarket Products

**Use case:** 

Assess the Eco-Score of products sold in major supermarkets to monitor sustainability trends and competitor practices. This enables environmental consultants an

## Input

```json
{
  "mode": "byStore",
  "searchQuery": "chocolate",
  "barcodes": [],
  "storeSlug": "lidl",
  "productUrls": [],
  "country": "germany",
  "language": "any",
  "novaGroup": [],
  "nutriscore": [],
  "ecoscore": [
    "A",
    "B",
    "C",
    "D",
    "E"
  ],
  "containsLabels": [],
  "excludesAllergens": [],
  "minProductCompleteness": 70,
  "maxItems": 300
}
```

## 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.