# Auchan France Scraper - Grocery, Prices, Promos & Reviews

**Use case:** 

Scrape Auchan.fr. Search/URL. Get price, discount, unit price, brand, ratings & reviews for groceries & general merchandise.

## Input

```json
{
  "mode": "search",
  "postalCode": "75001",
  "deliveryMode": "drive",
  "searchTerm": "lait",
  "specialsOnly": false,
  "sortBy": "RELEVANCE",
  "urls": [
    "https://www.auchan.fr/lactel-lait-demi-ecreme-bio-uht/pr-C1177205"
  ],
  "fetchDetails": true,
  "maxItems": 5,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "title": {
    "label": "Product",
    "format": "text"
  },
  "changeType": {
    "label": "Change type (incremental mode)",
    "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"
  },
  "loyaltyCashbackPercent": {
    "label": "Waaoh cashback %",
    "format": "number"
  },
  "packSize": {
    "label": "Pack size",
    "format": "text"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "deliveryPromise": {
    "label": "Delivery",
    "format": "text"
  },
  "stock": {
    "label": "Stock",
    "format": "number"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "images": {
    "label": "Image",
    "format": "array"
  },
  "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 [Auchan.fr Scraper - Grocery, Prices, Promos & Reviews](https://apify.com/abotapi/auchan-fr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/auchan-fr-scraper) to learn more, explore other use cases, and run it yourself.