# Zara catalog price and inventory monitor

**Use case:** 

Schedule recurring Zara product extraction for pricing, discount, color, size-level stock, SKU, and promotion changes.

## Input

```json
{
  "productUrls": [
    "https://www.zara.com/us/en/long-knit-dress-p02893049.html"
  ],
  "productReferences": [],
  "countryCode": "US",
  "languageCode": "en",
  "maxProducts": 25
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "reference": {
    "label": "Reference",
    "format": "string"
  },
  "section": {
    "label": "Section",
    "format": "string"
  },
  "colorNames": {
    "label": "Colors",
    "format": "array"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "oldPrice": {
    "label": "Old price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "availableSizes": {
    "label": "Available sizes",
    "format": "array"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zara Product Details Scraper](https://apify.com/automation-lab/zara-product-details-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/zara-product-details-scraper) to learn more, explore other use cases, and run it yourself.