# E.Leclerc Scraper: Local Prices, Stock & Promotions

**Use case:** 

Scrape E.Leclerc. Search/URL + store. Get price, unit price, stock, promo, rating & image.

## Input

```json
{
  "postalCode": "75014",
  "mode": "search",
  "queries": [
    "lait"
  ],
  "urls": [
    "https://www.e.leclerc/cat/lessives-marque-repere"
  ],
  "sortBy": "relevance",
  "minRating": "0",
  "onPromotionOnly": false,
  "inStockOnly": false,
  "fetchDetails": true,
  "maxItems": 20,
  "maxPages": 6,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "changeType": {
    "label": "Change type (incremental mode)",
    "format": "text"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "wasPrice": {
    "label": "Was"
  },
  "unitPriceDisplay": {
    "label": "Unit price"
  },
  "onPromotion": {
    "label": "On promotion",
    "format": "boolean"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "ean": {
    "label": "EAN"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "storeName": {
    "label": "Store"
  },
  "storeSignCode": {
    "label": "Store sign code"
  },
  "productId": {
    "label": "Product ID (EAN)"
  },
  "canonicalUrl": {
    "label": "URL",
    "format": "link"
  },
  "changedFields": {
    "label": "Changed fields (incremental mode)",
    "format": "array"
  },
  "firstSeenAt": {
    "label": "First seen (incremental mode)",
    "format": "date"
  },
  "lastSeenAt": {
    "label": "Last seen (incremental mode)",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [E.Leclerc Scraper: Local Prices, Stock & Promotions](https://apify.com/abotapi/leclerc-fr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/leclerc-fr-scraper) to learn more, explore other use cases, and run it yourself.