# Zanussi Steel Care Spray Data Scraper – Price, Stock & SKU

**Use case:** 

Scrape live price, stock status, SKU and image for the Zanussi Steel Care Spray from the official shop. Track price changes on a schedule with Apify.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://shop.zanussi.co.uk/560/frs-1/cooking/cooker-hoods/cleaning/steel-care-spray/p/9029865467"
    }
  ],
  "maxItems": 20,
  "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.