# Falabella Scraper - Products, Prices, Sellers & Reviews

**Use case:** 

Scrape Falabella products, local prices, discounts, ratings and sellers across Chile, Colombia and Peru, with price monitoring.

## Input

```json
{
  "mode": "search",
  "market": "cl",
  "queries": [
    "iphone"
  ],
  "sort": "relevance",
  "urls": [
    "https://www.falabella.com/falabella-cl/search?Ntt=iphone"
  ],
  "fetchDetails": true,
  "maxItems": 20,
  "maxPages": 0,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "maxNotifyListings": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Kind"
  },
  "id": {
    "label": "Product id"
  },
  "skuId": {
    "label": "SKU id"
  },
  "name": {
    "label": "Product"
  },
  "brand": {
    "label": "Brand"
  },
  "url": {
    "label": "Link"
  },
  "imageUrl": {
    "label": "Image"
  },
  "currency": {
    "label": "Currency"
  },
  "price": {
    "label": "Price"
  },
  "priceDisplay": {
    "label": "Price (display)"
  },
  "oldPrice": {
    "label": "Was"
  },
  "discountPercent": {
    "label": "Discount %"
  },
  "ratingAverage": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Ratings"
  },
  "sellerId": {
    "label": "Seller id"
  },
  "sellerName": {
    "label": "Seller"
  },
  "sellerVerified": {
    "label": "Verified seller"
  },
  "officialSeller": {
    "label": "Official seller"
  },
  "sponsored": {
    "label": "Sponsored"
  },
  "bestSeller": {
    "label": "Best seller"
  },
  "installments": {
    "label": "Installments"
  },
  "shippingOptions": {
    "label": "Shipping"
  },
  "market": {
    "label": "Market"
  },
  "marketHost": {
    "label": "Storefront"
  },
  "description": {
    "label": "Description"
  },
  "longDescription": {
    "label": "Long description"
  },
  "specifications": {
    "label": "Specifications"
  },
  "categories": {
    "label": "Category path"
  },
  "outOfStock": {
    "label": "Out of stock"
  },
  "stockUnits": {
    "label": "Stock units"
  },
  "cmrPoints": {
    "label": "Loyalty points"
  },
  "warrantyId": {
    "label": "Warranty id"
  },
  "sellerDetails": {
    "label": "Seller details"
  },
  "images": {
    "label": "Images"
  },
  "sourceType": {
    "label": "Source type"
  },
  "sourceId": {
    "label": "Source"
  },
  "sourceUrl": {
    "label": "Source link"
  },
  "position": {
    "label": "Position"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "changeType": {
    "label": "Change"
  },
  "changedFields": {
    "label": "Changed fields"
  },
  "firstSeenAt": {
    "label": "First seen"
  },
  "lastSeenAt": {
    "label": "Last seen"
  }
}
```

## About this Actor

This example demonstrates how to use [Falabella Scraper - Products, Prices, Sellers & Reviews](https://apify.com/abotapi/falabella-marketplace-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/falabella-marketplace-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/abotapi/falabella-marketplace-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
