# Zara Home Price Monitoring — Retail Price Data

**Use case:** 

Zara Home prices, one row per product: what it costs now, what it cost before, the discount percent and the currency of the market you picked.

## Input

```json
{
  "mode": "overview",
  "country": "DE",
  "language": "",
  "allCategories": true,
  "category": "neuheiten-kollektion-n942",
  "fromSitemap": false,
  "maxItems": 100,
  "sort": "default",
  "filters": [
    "color=Gelb",
    "size=M"
  ]
}
```

## Output

```json
{
  "main_image": {
    "label": "🖼️ Main Image",
    "format": "string"
  },
  "brand": {
    "label": "🏷️ Brand",
    "format": "string"
  },
  "name": {
    "label": "📛 Product Name",
    "format": "string"
  },
  "product_id": {
    "label": "🆔 Product ID",
    "format": "integer"
  },
  "url": {
    "label": "🔗 Product URL",
    "format": "string"
  },
  "reference": {
    "label": "🏷️ Reference",
    "format": "string"
  },
  "display_reference": {
    "label": "🏷️ Display Reference",
    "format": "string"
  },
  "product_type": {
    "label": "📦 Product Type",
    "format": "string"
  },
  "kind": {
    "label": "🧩 Kind",
    "format": "string"
  },
  "name_en": {
    "label": "🇬🇧 Product Name (EN)",
    "format": "string"
  },
  "seo_product_id": {
    "label": "🆔 SEO Product ID",
    "format": "string"
  },
  "seo_keyword": {
    "label": "🔤 SEO Keyword",
    "format": "string"
  },
  "url_id": {
    "label": "🔢 URL ID",
    "format": "integer"
  },
  "price": {
    "label": "💶 Price",
    "format": "number"
  },
  "old_price": {
    "label": "💰 Old Price",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "discount_pct": {
    "label": "🔻 Discount %",
    "format": "number"
  },
  "on_special": {
    "label": "🏷️ On Special",
    "format": "boolean"
  },
  "color_name": {
    "label": "🎨 Colour",
    "format": "string"
  },
  "colors": {
    "label": "🎨 Colours",
    "format": "array"
  },
  "available_color_names": {
    "label": "🎨 Available Colours",
    "format": "array"
  },
  "size_guide": {
    "label": "📏 Size Guide",
    "format": "string"
  },
  "variants": {
    "label": "📐 SKU Variants",
    "format": "array"
  },
  "composition": {
    "label": "🧵 Composition",
    "format": "array"
  },
  "care": {
    "label": "🧼 Care Instructions",
    "format": "array"
  },
  "description": {
    "label": "📝 Description",
    "format": "string"
  },
  "additional_info": {
    "label": "ℹ️ Additional Info",
    "format": "string"
  },
  "keywords": {
    "label": "🔍 Keywords",
    "format": "string"
  },
  "assembly_url": {
    "label": "🛠️ Assembly Instructions",
    "format": "string"
  },
  "images": {
    "label": "📷 Image Gallery",
    "format": "array"
  },
  "categories": {
    "label": "🗃️ Categories",
    "format": "array"
  },
  "category_id": {
    "label": "🆔 Category ID",
    "format": "integer"
  },
  "category_name": {
    "label": "🏷️ Category Name",
    "format": "string"
  },
  "section_name": {
    "label": "🗂️ Section",
    "format": "string"
  },
  "section_name_en": {
    "label": "🗂️ Section (EN)",
    "format": "string"
  },
  "family_name": {
    "label": "👪 Family",
    "format": "string"
  },
  "family_name_en": {
    "label": "👪 Family (EN)",
    "format": "string"
  },
  "subfamily_name": {
    "label": "🧬 Subfamily",
    "format": "string"
  },
  "subfamily_name_en": {
    "label": "🧬 Subfamily (EN)",
    "format": "string"
  },
  "availability": {
    "label": "📦 Availability",
    "format": "string"
  },
  "is_buyable": {
    "label": "🛒 Buyable",
    "format": "boolean"
  },
  "back_soon": {
    "label": "⏳ Back Soon",
    "format": "boolean"
  },
  "visibility": {
    "label": "👁️ Visibility",
    "format": "string"
  },
  "availability_date": {
    "label": "📅 Availability Date",
    "format": "string"
  },
  "first_visible_date": {
    "label": "🆕 First Seen",
    "format": "string"
  },
  "is_continuity": {
    "label": "♻️ Continuity Line",
    "format": "boolean"
  },
  "is_pinned": {
    "label": "📌 Pinned in Grid",
    "format": "boolean"
  },
  "grid_position": {
    "label": "#️⃣ Grid Position",
    "format": "integer"
  },
  "join_life": {
    "label": "🌱 Join Life",
    "format": "string"
  },
  "sustainability_show": {
    "label": "🌿 Sustainability Badge",
    "format": "boolean"
  },
  "sustainability": {
    "label": "🌿 Sustainability",
    "format": "object"
  },
  "traceability": {
    "label": "🔎 Traceability",
    "format": "object"
  },
  "certified_materials": {
    "label": "📜 Certified Materials",
    "format": "array"
  },
  "country": {
    "label": "🌍 Market Country",
    "format": "string"
  },
  "language": {
    "label": "🗣️ Language",
    "format": "string"
  },
  "store_id": {
    "label": "🏬 Store ID",
    "format": "integer"
  },
  "catalog_id": {
    "label": "📚 Catalog ID",
    "format": "integer"
  },
  "source": {
    "label": "🧭 Record Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zara Home Product Scraper — Prices, Sizes & Stock](https://apify.com/sian.agency/zara-home-product-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/zara-home-product-scraper) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/zara-home-product-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
