Falabella Scraper - Products, Prices & Seller Leads avatar

Falabella Scraper - Products, Prices & Seller Leads

Pricing

from $4.00 / 1,000 products

Go to Apify Store
Falabella Scraper - Products, Prices & Seller Leads

Falabella Scraper - Products, Prices & Seller Leads

Scrape Falabella (Chile, Peru, Colombia) — products by keyword, category or URL with live prices, discounts, ratings, specs, variants, images & stock, plus buyer reviews and marketplace seller leads. Keyless, no browser. Monitor price drops & restocks.

Pricing

from $4.00 / 1,000 products

Rating

0.0

(0)

Developer

Scrape Sage

Scrape Sage

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Share

Falabella Scraper — Products, Prices, Discounts & Seller Leads (Chile, Peru & Colombia)

Extract complete Falabella marketplace product data across Chile, Peru and Colombia — live selling prices, original prices & exact discounts, CMR card prices, ratings and review counts, brand, key specs, all product images, delivery options, category, and the seller behind each listing. Turn the marketplace's third‑party sellers into seller leads with catalog intelligence, and watch price drops across scheduled runs with monitor mode.

No login, no cookies, no browser — fast JSON extraction straight from Falabella's own page data.

Why this Falabella scraper?

Falabella is the biggest department‑store marketplace in the Andean region (falabella.com / .com.pe / .com.co), with thousands of third‑party sellers alongside Falabella, Sodimac and Tottus. Most existing scrapers return only a single country and a bare list of titles. This actor ships the richest product feed in the category plus the only seller‑lead wedge and price monitor.

DataTypical scrapersThis actor
Current price + original price + discount %partial✅ all, parsed numerically
CMR card price✅ when present
Rating + review countpartial
Brand, key specs, delivery options, categorypartial
Seller name + first‑party vs marketplace
Marketplace seller leads (catalog stats + score)✅ opt-in
Chile + Peru + Colombia in one actorusually 1 country
Price-drop monitor (only new / changed)
All product image URLspartial

Use cases

  • Price & promotion monitoring — track selling prices, discounts and CMR prices across CL/PE/CO; get only price drops with monitor mode.
  • Product & market research — pull catalog data (price, brand, rating, key specs, images) by keyword or category for any vertical: tech, home, fashion, beauty, appliances.
  • Competitor & assortment intelligence — see which brands and sellers list what, at what price, and how they're rated.
  • Marketplace seller prospecting — turn third‑party sellers into leads: who they are, how many listings they run, which brands/categories they cover, their price range and rating.
  • Repricing & MAP compliance — feed live competitor pricing into your repricing or brand‑protection workflows.

How to use

  1. Sign up for Apify — the free plan is enough to try this actor.
  2. Open the Falabella Scraper, pick a market (Chile / Peru / Colombia), enter search queries or paste category URLs, and click Start.
  3. Watch results stream into the dataset table.
  4. Export as JSON, CSV, Excel, XML, or RSS — or pull results programmatically via the Apify API.

Input

{
"market": "cl",
"searchQueries": ["laptop", "smart tv"],
"sort": "relevance",
"minPrice": 100000,
"onlyDiscounted": true,
"outputSellerLeads": true,
"maxResults": 200,
"monitorMode": false
}
  • marketcl (Chile / CLP), pe (Peru / PEN) or co (Colombia / COP). Prices and currency are localized.
  • searchQueries — keywords; each is paginated up to maxResults.
  • categoryUrls — full Falabella category page URLs (e.g. …/category/cat70057/Notebooks).
  • startUrls — paste any Falabella search or category URL; the type and market are auto‑detected.
  • sortrelevance, priceLowToHigh, priceHighToLow, topRated, discount.
  • minPrice / maxPrice / onlyDiscounted — result filters.
  • outputSellerLeads (default false) — emit one deduped marketplace‑seller lead per unique seller.
  • monitorMode / monitorKey — only output new/price‑changed products across scheduled runs (see below).

Output

One record per product (type: "product"), plus optional sellerLead records:

{
"type": "product",
"productId": "142507703",
"name": "Mouse Inalámbrico Logitech Lightspeed G304 Gamer",
"brand": "LOGITECH",
"url": "https://www.falabella.com/falabella-cl/product/142507703/...",
"market": "cl",
"currency": "CLP",
"price": 39490,
"originalPrice": 59988,
"discountPercent": 34,
"cmrPrice": null,
"rating": 4.85,
"reviewsCount": 13,
"sellerId": "SCFFFFA",
"sellerName": "Water. CL",
"sellerType": "marketplace",
"isMarketplaceSeller": true,
"deliveryOptions": ["Llega mañana", "Envío gratis app"],
"categoryId": "G19020404",
"images": ["https://media.falabella.com/falabellaCL/153591461_01/public"],
"scrapedAt": "2026-06-18T12:00:00.000Z"
}

Seller lead record (type: "sellerLead"):

{
"type": "sellerLead",
"sellerName": "Water. CL",
"sellerType": "marketplace",
"isMarketplaceSeller": true,
"market": "cl",
"productCount": 3,
"brands": ["LOGITECH", "RAZER"],
"brandsCount": 2,
"avgRating": 4.63,
"totalReviews": 52,
"priceMin": 39490,
"priceMax": 58990,
"leadScore": 65
}

Monitor mode (only new / changed)

Turn on monitorMode to remember what previous runs saw (in a named key‑value store) and output only new products, price drops and price rises — each tagged with a monitorReason. Use a distinct monitorKey per saved search.

This is orthogonal to Apify Schedules: monitor mode decides what is emitted (only changes), while Schedules decide when the actor runs. Combine them for hands‑off price‑watch alerts.

Automate & schedule

Run this actor on autopilot and pull results into your own stack:

  • Apify API — start runs, fetch datasets, manage schedules over REST.
  • apify-client for JavaScript and Python — official SDKs.
  • Schedules — run it hourly/daily to watch prices and discounts for a search or category.
  • Webhooks — trigger CRM imports, Slack alerts or repricing the moment a run finishes.
import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });
const run = await client.actor('scrapesage/falabella-scraper').call({
market: 'cl',
searchQueries: ['smart tv'],
outputSellerLeads: true,
maxResults: 200,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} Falabella records`);

Integrate with any app

Connect the dataset to 5,000+ apps — no code required:

  • Make — multi-step automation scenarios.
  • Zapier — push products or seller leads straight into your CRM/sheet.
  • Slack — get notified when a monitored search finds a price drop.
  • Google Drive / Sheets — auto-export every run to a spreadsheet.
  • Airbyte — pipe results into your data warehouse.
  • GitHub — trigger runs from commits or releases.

Use with AI assistants (MCP)

The output is clean, LLM-ready JSON. Call this actor from Claude, ChatGPT or any agent framework through the Apify MCP server — ask your assistant to "find the cheapest 4K TVs on Falabella Chile and list the sellers" and let it run this scraper.

Agent-ready: autonomous payments (x402 & Skyfire)

This actor is agent-ready — AI agents can discover it, run it, and pay for it autonomously, with no Apify account and no human in the loop. It uses pay-per-event pricing and limited permissions, so it qualifies for Apify's agentic-payment standards:

  • x402 — an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the Apify MCP server — no account, no API key.
  • Skyfire — agent-to-service payments for fully autonomous AI-agent workflows.

Building an AI agent, MCP tool, or autonomous data pipeline? This scraper is ready to plug in and pay as it goes.

More scrapers from scrapesage

Build a complete e-commerce & marketplace intelligence stack:

Tips

  • Proxies: keep the default residential group. Falabella serves correct localized prices for each market regardless of proxy country, so the global residential pool is the most reliable choice.
  • Big catalogs: raise maxResults and narrow with categoryUrls or searchQueries + sort.
  • Recurring monitoring: combine Schedules with monitorMode to get only price drops.
  • Filters: minPrice/maxPrice/onlyDiscounted and topRated/discount sorting are applied to the collected results — raise maxResults when filtering hard so enough candidates are gathered.

FAQ

Which countries are supported? Chile (cl), Peru (pe) and Colombia (co) — the three markets that share Falabella's unified marketplace platform.

Do I need an API key or login? No. The actor reads Falabella's own public page data — no key, cookies or browser.

Can I export to Google Sheets, CSV, or Excel? Yes — one click in the dataset view, or automatically on every run via the Google Drive integration.

How do I monitor price drops automatically? Turn on monitorMode, create a Schedule, and optionally add a webhook to push changes into your tools.

Do seller leads include emails or phone numbers? Falabella does not publish seller contact details, so seller leads provide catalog intelligence — seller name & ID, first‑party vs third‑party type, listing count, brands & categories, price range, rating and a lead score — to identify and prioritise marketplace sellers.

A field is null — why? Some products genuinely don't publish a discount, CMR price or rating. Fields are null only when the data doesn't exist, not because the scraper skipped them.

Is scraping Falabella legal? This actor collects publicly available data only. You are responsible for using the data in compliance with applicable laws (e.g. local data‑protection rules) and Falabella's terms.

Need help?

Open an issue on the actor's Issues tab, or visit the Apify help center. Feature requests are welcome — this actor is actively maintained.