# Zanussi Oven and Cooktop Spare Parts Data Extractor (Germany

**Use case:** 

Collects data on Zanussi - DE oven and cooktop parts from the official shop in Germany. Returns names, prices, SKU numbers, availability, and images.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://shop.zanussi.de/kochgerate/herde-backofen-kochfelder/c/20032"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Zanussi Spare Parts Scraper](https://apify.com/boring_internet_explorer/zanussi-spare-parts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/boring_internet_explorer/zanussi-spare-parts-scraper) to learn more, explore other use cases, and run it yourself.