# Chile (falabella.com) Falabella LATAM Product

**Use case:** 

Extract Falabella LATAM Product data filtered by Chile (falabella.com). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "celular",
  "maxItems": 10,
  "country": "cl",
  "sort": "relevance"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "name": {
    "label": "🏷️ Name",
    "format": "text"
  },
  "brand": {
    "label": "🏭 Brand",
    "format": "text"
  },
  "sku": {
    "label": "🔖 SKU",
    "format": "text"
  },
  "price": {
    "label": "💲 Price",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "reviews": {
    "label": "💬 Reviews",
    "format": "number"
  },
  "seller": {
    "label": "🛍️ Seller",
    "format": "text"
  },
  "category": {
    "label": "🗂️ Category",
    "format": "text"
  },
  "country": {
    "label": "🌎 Country",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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