# Bauhaus Workbench Prices Germany

**Use case:** 

Prices and specs for workbenches at bauhaus.info, Germany's professional hardware and workshop retailer.

## Input

```json
{
  "searchQuery": "werkbank",
  "categoryUrl": "https://www.bauhaus.info/akkubohrschrauber/c/10000794",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountryCode": "DE"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Was Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "ean": {
    "label": "EAN",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Bauhaus Scraper — German DIY & Building Materials](https://apify.com/studio-amba/bauhaus-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/studio-amba/bauhaus-scraper) to learn more, explore other use cases, and run it yourself.