# Zara Handbag Price and Availability Scraper

**Use case:** 

Retrieve the latest prices, sizes, and availability for women's bags at Zara. Collect structured product data for analysis and market insights.

## Input

```json
{
  "startUrl": "https://www.zara.com/ww/en/s-woman-bags-l8649.html?v1=2419364",
  "results_wanted": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "scrape_position": {
    "label": "Position",
    "format": "number"
  },
  "product_id": {
    "label": "Product ID",
    "format": "text"
  },
  "product_reference": {
    "label": "Reference",
    "format": "text"
  },
  "display_reference": {
    "label": "Display Ref",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "old_price": {
    "label": "Old Price",
    "format": "number"
  },
  "discount_percentage": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "category_name": {
    "label": "Category",
    "format": "text"
  },
  "category_id": {
    "label": "Category ID",
    "format": "number"
  },
  "locale": {
    "label": "Locale",
    "format": "text"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "product_url": {
    "label": "URL",
    "format": "link"
  },
  "available_color_names": {
    "label": "Colors",
    "format": "array"
  },
  "family_name": {
    "label": "Family",
    "format": "text"
  },
  "subfamily_name": {
    "label": "Subfamily",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "kind": {
    "label": "Kind",
    "format": "text"
  },
  "seo_product_id": {
    "label": "SEO Product ID",
    "format": "text"
  }
}
```

## About this Actor

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