# Organic Food Products Nutri-Score Data Extraction

**Use case:** 

Extract Nutri-Score data for organic food products. Retrieve detailed nutrition facts, ingredients, and allergen information.

## Input

```json
{
  "mode": "search",
  "categories": [
    "organic-products"
  ],
  "brands": [],
  "countries": [],
  "barcodes": [],
  "sortBy": "nutriscore_score",
  "maxResults": 500,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "code": {
    "label": "Barcode",
    "format": "string"
  },
  "product_name": {
    "label": "Product Name",
    "format": "string"
  },
  "brands": {
    "label": "Brands",
    "format": "string"
  },
  "quantity": {
    "label": "Quantity",
    "format": "string"
  },
  "nutriscore_grade": {
    "label": "Nutri-Score",
    "format": "string"
  },
  "nova_group": {
    "label": "NOVA Group",
    "format": "number"
  },
  "energy_kcal_100g": {
    "label": "Energy (kcal/100g)",
    "format": "number"
  },
  "fat_100g": {
    "label": "Fat (g/100g)",
    "format": "number"
  },
  "saturated_fat_100g": {
    "label": "Saturated Fat (g/100g)",
    "format": "number"
  },
  "carbohydrates_100g": {
    "label": "Carbohydrates (g/100g)",
    "format": "number"
  },
  "sugars_100g": {
    "label": "Sugars (g/100g)",
    "format": "number"
  },
  "fiber_100g": {
    "label": "Fiber (g/100g)",
    "format": "number"
  },
  "salt_100g": {
    "label": "Salt (g/100g)",
    "format": "number"
  },
  "sodium_100g": {
    "label": "Sodium (g/100g)",
    "format": "number"
  },
  "proteins_100g": {
    "label": "Proteins (g/100g)",
    "format": "number"
  },
  "allergens": {
    "label": "Allergens",
    "format": "string"
  },
  "ecoscore_grade": {
    "label": "Eco-Score",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "string"
  },
  "labels": {
    "label": "Labels",
    "format": "string"
  },
  "countries": {
    "label": "Countries",
    "format": "string"
  },
  "image_url": {
    "label": "Image URL",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Open Food Facts Scraper — Nutrition, Barcode & Labels](https://apify.com/logiover/open-food-facts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/open-food-facts-scraper) to learn more, explore other use cases, and run it yourself.