# HORNBACH Products, Prices & Reviews Scraper

**Use case:** 

Scrape HORNBACH.de. Get price, discount, unit price, specs, category, availability & reviews with rating breakdown for DIY/garden products.

## Input

```json
{
  "mode": "search",
  "searchTerm": "akkuschrauber",
  "brands": [],
  "sellers": [],
  "availability": "",
  "sortBy": "SCORE",
  "urls": [
    "https://www.hornbach.de/s/akkuschrauber/"
  ],
  "fetchDetails": false,
  "fetchReviews": true,
  "maxReviewsPerProduct": 20,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "productId": {
    "label": "Article No.",
    "format": "text"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "priceUnit": {
    "label": "Unit",
    "format": "text"
  },
  "originalPrice": {
    "label": "UVP / Was-price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "packPrice": {
    "label": "Pack price",
    "format": "number"
  },
  "packPriceUnit": {
    "label": "Pack unit",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "onlineAvailable": {
    "label": "Online",
    "format": "boolean"
  },
  "storePickupAvailable": {
    "label": "Store pickup",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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