# Monitor Ultra-Processed Foods (NOVA Group 4)

**Use case:** 

Track the prevalence and characteristics of ultra-processed foods (NOVA Group 4) across different brands and categories. This data is invaluable for public heal

## Input

```json
{
  "mode": "search",
  "searchQuery": "ready meals",
  "barcodes": [],
  "productUrls": [],
  "country": "canada",
  "language": "en",
  "novaGroup": [
    "4"
  ],
  "nutriscore": [],
  "ecoscore": [],
  "containsLabels": [],
  "excludesAllergens": [],
  "minProductCompleteness": 0,
  "maxItems": 250
}
```

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