# Zanussi Cooker & Oven Spare Parts Data Scraper (UK)

**Use case:** 

Scrape Zanussi cooker, oven & hob spare parts from the UK shop — prices, SKUs, stock and images in structured JSON. Schedulable price & stock tracking.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://shop.zanussi.co.uk/cooking/cookers-ovens-hobs/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.