# Lidl.es Products, Weekly Offers, Prices & Reviews Scraper

**Use case:** 

Scrape Lidl.es. Search/URL. Get price, discount, pack size, images, ratings & full reviews for grocery & non-food items.

## Input

```json
{
  "mode": "search",
  "searchTerm": "bateria",
  "category": "",
  "specialsOnly": false,
  "sortBy": "RELEVANCE",
  "urls": [
    "https://www.lidl.es/p/parkside-bateria-20v-4-ah-pap-204-a1/p100407757"
  ],
  "fetchDetails": false,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "title": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "unitPrice": {
    "label": "Unit price (€/kg, €/L)",
    "format": "number"
  },
  "unitOfMeasure": {
    "label": "Unit",
    "format": "text"
  },
  "wasPrice": {
    "label": "Was price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "isOnSpecial": {
    "label": "On offer",
    "format": "boolean"
  },
  "packageFormat": {
    "label": "Package",
    "format": "text"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "onlineAvailable": {
    "label": "Online",
    "format": "boolean"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "images": {
    "label": "Image",
    "format": "array"
  }
}
```

## About this Actor

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