# Find oat milk nutrition facts

**Use case:** 

Search Open Food Facts for oat milk products and compare brands, Nutri-Score grades, calories, protein, images, and product URLs.

## Input

```json
{
  "searchQuery": "oat milk",
  "categories": "",
  "country": "",
  "nutriScore": "",
  "maxResults": 50
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "brands": {
    "label": "Brand",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "nutriScore": {
    "label": "Nutri-Score",
    "format": "text"
  },
  "calories": {
    "label": "Calories/100g",
    "format": "number"
  },
  "proteins": {
    "label": "Proteins/100g",
    "format": "number"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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