# Zanussi Spare Parts Outlet Data Tracker and Extractor (ES)

**Use case:** 

Extract promotional Zanussi spare parts data from the official outlet, including names, prices, SKU codes, availability, and images in structured JSON.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://shop.zanussi.es/promociones/c/581"
    }
  ],
  "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.