# Lidl Belgium Chocolate Prices — Live Scraper

**Use case:** 

Live chocolate prices scraped from Lidl Belgium. Example use case for the Lidl Scraper Actor, covering 30+ European countries.

## Input

```json
{
  "searchQuery": "chocolade",
  "country": "BE",
  "sort": "relevancy",
  "maxResults": 3,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product Name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "discountPercentage": {
    "label": "Discount %",
    "format": "integer"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Lidl Scraper — European Grocery Prices & Weekly Offers](https://apify.com/studio-amba/lidl-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/studio-amba/lidl-scraper) to learn more, explore other use cases, and run it yourself.