# Discover New Vegan Products & Trends

**Use case:** 

Perform market research on the rapidly growing vegan food sector to identify popular products and emerging trends. This data helps retailers and product develop

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "chocolate",
  "barcodes": [],
  "categorySlug": "plant-based-foods-and-beverages",
  "labelSlug": "vegan",
  "productUrls": [],
  "country": "united-kingdom",
  "language": "en",
  "novaGroup": [],
  "nutriscore": [],
  "ecoscore": [],
  "containsLabels": [],
  "excludesAllergens": [],
  "minProductCompleteness": 0,
  "maxItems": 500
}
```

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