# Search by filters Open Food Facts

**Use case:** 

Extract Open Food Facts data filtered by Search by filters. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "search",
  "categoryTag": "breakfast-cereals"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "barcode": {
    "label": "Barcode",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "brands": {
    "label": "Brand",
    "format": "text"
  },
  "quantity": {
    "label": "Quantity",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "object"
  },
  "labels": {
    "label": "Labels",
    "format": "object"
  },
  "origins": {
    "label": "Origins",
    "format": "text"
  },
  "countries": {
    "label": "Countries",
    "format": "object"
  },
  "ingredientsText": {
    "label": "Ingredients",
    "format": "text"
  },
  "allergens": {
    "label": "Allergens",
    "format": "object"
  },
  "traces": {
    "label": "Traces",
    "format": "object"
  },
  "nutriScore": {
    "label": "NutriScore",
    "format": "text"
  },
  "ecoScore": {
    "label": "EcoScore",
    "format": "text"
  },
  "novaGroup": {
    "label": "NOVA Group",
    "format": "number"
  },
  "nutrimentsPer100g": {
    "label": "Nutrients/100g",
    "format": "object"
  },
  "servingSize": {
    "label": "Serving",
    "format": "text"
  },
  "packaging": {
    "label": "Packaging",
    "format": "text"
  },
  "stores": {
    "label": "Stores",
    "format": "text"
  },
  "manufacturingPlaces": {
    "label": "Plants",
    "format": "text"
  },
  "languages": {
    "label": "Languages",
    "format": "object"
  },
  "url": {
    "label": "Page",
    "format": "link"
  },
  "lastModified": {
    "label": "Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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