# Falabella Chile Smartphone Price Tracker

**Use case:** 

Track mid to premium smartphone prices on Falabella Chile daily in CLP. Built for pricing analysts and marketplace sellers benchmarking competitors.

## Input

```json
{
  "keywords": [
    "telefono samsung",
    "iphone"
  ],
  "min_price": 100000,
  "max_price": 900000,
  "price_ranges": [],
  "discount": "",
  "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.