# Zara product reference extractor

**Use case:** 

Resolve a Zara reference into product identity, current price, promotion, variants, size stock, composition, and images.

## Input

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

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "string"
  },
  "productId": {
    "label": "Product ID",
    "format": "integer"
  },
  "displayReference": {
    "label": "Display reference",
    "format": "string"
  },
  "family": {
    "label": "Family",
    "format": "string"
  },
  "subfamily": {
    "label": "Subfamily",
    "format": "string"
  },
  "productType": {
    "label": "Type",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "composition": {
    "label": "Composition",
    "format": "string"
  },
  "variantsJson": {
    "label": "Variants JSON",
    "format": "string"
  },
  "promotionStart": {
    "label": "Promotion starts",
    "format": "string"
  },
  "promotionEnd": {
    "label": "Promotion ends",
    "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.