# Monitor Kfzteile24 washer reservoir parts listings

**Use case:** 

Track Kfzteile24.de windshield washer reservoir parts with vehicle fitment, brand, and stock for German aftermarket intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.kfzteile24.de/ersatzteile-verschleissteile/scheibenreinigung/waschwasserbehaelter"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "suitableVehicles": {
    "label": "Suitable Vehicles",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Kfzteile24.de Scraper](https://apify.com/lexis-solutions/kfzteile24-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/kfzteile24-de-scraper) to learn more, explore other use cases, and run it yourself.