# Kaufland.de Scraper - Marketplace Price, Deals & Reviews

**Use case:** 

Scrape Kaufland.de. Search/URL. Get price, discount, unit price, brand, EAN, seller, variants, specs & reviews for hypermarket products.

## Input

```json
{
  "mode": "search",
  "searchTerm": "kaffee",
  "specialsOnly": false,
  "sortBy": "natural",
  "urls": [
    "https://www.kaufland.de/s/?search_value=kaffee"
  ],
  "fetchDetails": true,
  "fetchReviews": true,
  "maxReviewsPerProduct": 20,
  "maxItems": 3,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "originalPrice": {
    "label": "UVP / was price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "isOnSpecial": {
    "label": "On special",
    "format": "boolean"
  },
  "unitPrice": {
    "label": "Unit price (per kg/l)",
    "format": "object"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

This example demonstrates how to use [Kaufland.de Scraper - Marketplace Price, Deals & Reviews](https://apify.com/abotapi/kaufland-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/kaufland-de-scraper) to learn more, explore other use cases, and run it yourself.