# Find Gluten-Free & Dairy-Free Products

**Use case:** 

Efficiently source products free from common allergens like gluten and dairy for specialized dietary offerings. This is crucial for restaurants, caterers, and g

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "chocolate",
  "barcodes": [],
  "categorySlug": "biscuits-and-cakes",
  "productUrls": [],
  "country": "united-states",
  "language": "any",
  "novaGroup": [],
  "nutriscore": [
    "A",
    "B"
  ],
  "ecoscore": [],
  "containsLabels": [],
  "excludesAllergens": [
    "gluten",
    "milk"
  ],
  "minProductCompleteness": 0,
  "maxItems": 150
}
```

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