# Falabella Chile 50% Off Fashion Deals Scraper

**Use case:** 

Find apparel and footwear discounted 50% or more on Falabella Chile each Friday. Built for deal-site editors and affiliates building weekend roundups.

## Input

```json
{
  "keywords": [
    "ropa hombre",
    "ropa mujer"
  ],
  "min_price": -1,
  "max_price": -1,
  "price_ranges": [],
  "discount": "50% dcto y más",
  "max_pages": 1
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "product_type": {
    "label": "Product Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "price": {
    "label": "Price (CLP)",
    "format": "integer"
  },
  "price_variants": {
    "label": "Price Variants",
    "format": "array"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "measurements": {
    "label": "Measurements",
    "format": "object"
  },
  "discounts": {
    "label": "Discounts",
    "format": "object"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "multipurpose_badges": {
    "label": "Multipurpose Badges",
    "format": "array"
  },
  "seller_id": {
    "label": "Seller ID",
    "format": "string"
  },
  "seller_name": {
    "label": "Seller Name",
    "format": "string"
  },
  "is_sponsored": {
    "label": "Is Sponsored",
    "format": "boolean"
  },
  "is_best_seller": {
    "label": "Is Best Seller",
    "format": "boolean"
  },
  "category_id": {
    "label": "Category ID",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "string"
  },
  "total_reviews": {
    "label": "Total Reviews",
    "format": "string"
  },
  "variants": {
    "label": "Variants",
    "format": "array"
  },
  "search_input": {
    "label": "Search Input",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Falabella Products Search Chile](https://apify.com/datacach/falabella-products-search-chile) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/falabella-products-search-chile) to learn more, explore other use cases, and run it yourself.