# Zara Scraper - Prices, Rebajas, Variants & Composition

**Use case:** 

Scrape Zara. Search/URL. Get price, discount, color variants, availability. Optional: fabric composition & size matrix.

## Input

```json
{
  "mode": "search",
  "market": "es/es",
  "section": "WOMAN",
  "categoryId": "2420896",
  "specialsOnly": true,
  "sortBy": "relevance",
  "urls": [
    "https://www.zara.com/es/es/mujer-vestidos-l1066.html"
  ],
  "fetchDetails": false,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "section": {
    "label": "Section",
    "format": "text"
  },
  "family": {
    "label": "Family",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "isOnSale": {
    "label": "On Rebajas",
    "format": "boolean"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

This example demonstrates how to use [Zara Scraper - Prices, Rebajas, Variants & Composition](https://apify.com/abotapi/zara-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/zara-com-scraper) to learn more, explore other use cases, and run it yourself.