Falabella Product Price & Stock Scraper (CL/PE/CO)
Pricing
from $6.15 / 1,000 results
Falabella Product Price & Stock Scraper (CL/PE/CO)
Scrape Falabella products across Chile, Peru and Colombia. Extract title, brand, price, original price, discount, currency, rating, reviews, seller, SKU, stock and variants. Export to JSON, CSV or Excel. No login needed.
Pricing
from $6.15 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
Falabella Scraper: Product, Price & Stock Data (Chile, Peru, Colombia)
The Falabella scraper and Falabella API for extracting product, price, stock and seller data from falabella.com across Chile, Peru and Colombia. Scrape precios de productos de Falabella by keyword, category URL or direct product URL, with filters for price, brand, seller, rating and stock. Built for price monitoring, competitor pricing and LATAM e-commerce market research.
Here is one real result, with every field the actor returns (the images, variants and specifications arrays are trimmed for readability, real values):
{"imageUrl": "https://media.falabella.com/falabellaCL/80808149_1/public","title": "Grand Court Base 2 Zapatilla Urbana Mujer Blanco","brand": "ADIDAS","url": "https://www.falabella.com/falabella-cl/product/80808120/grand-court-base-2-zapatilla-urbana-mujer-blanco-adidas","sku": "80808149","productId": "80808120","price": 23990,"originalPrice": 39990,"currency": "CLP","discountPercentage": 40,"rating": 4.6823,"reviewsCount": 192,"seller": "Falabella","sellerId": "FALABELLA_CHILE","isMarketplace": false,"isSponsored": false,"isBestSeller": false,"isVerifiedSeller": false,"installmentsWithoutInterest": null,"badges": null,"promotions": null,"freeShipping": null,"query": "zapatillas","category": "zapatillas","countryCode": "CL","availability": "InStock","description": "Grand Court Base 2 Zapatilla Urbana Mujer Blanco Adidas...","specifications": [{"name": "Género", "value": "Mujer"},{"name": "Material", "value": "Textil"},{"name": "Tipo de caña", "value": "Baja"},{"name": "País de origen", "value": "Indonesia"}],"images": ["https://media.falabella.com/falabellaCL/80808145_1/public","https://media.falabella.com/falabellaCL/80808145_2/public"],"variants": [{"id": "80808148", "color": null, "size": "39 CL", "price": 23990, "originalPrice": 39990, "stock": 10, "seller": "FALABELLA", "available": true}],"stockUnits": {"80808148": 10, "80808149": 10, "80808150": 10},"totalStock": 30,"isOutOfStock": false,"sellerInfo": {"id": "FALABELLA_CHILE", "name": "FALABELLA", "marketplace": false, "businessName": null, "rating": null, "isVerified": null},"warranty": null,"gtin": null,"breadcrumb": ["Zapatillas urbanas mujer", "Zapatillas Mujer", "Calzado - Zapatillas"],"categoryPath": "Zapatillas urbanas mujer > Zapatillas Mujer > Calzado - Zapatillas","cmrPoints": 159,"observedAt": "2026-08-26T07:33:16.815Z","error": null}
The most complete Falabella product scraper available. It returns every field the Falabella product and search pages expose (title, brand, price, original price, discount, currency, rating and review count, seller and marketplace flag, per-size variant stock, the full image gallery, specifications, category breadcrumb and CMR loyalty points), plus derived fields (stockUnits, totalStock, isOutOfStock, discountPercentage, isMarketplace, categoryPath), and gives you 10+ input filters (keyword, category URL, product URL, price range, brand, seller, minimum rating, in-stock only, sort) to target exactly the products you need.
📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples
Table of contents
- What it does
- How we compare
- Use cases
- Quickstart
- Input reference
- Output reference
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
This Falabella scraper turns falabella.com search results, category pages and product pages into clean, structured data. Give it a keyword (for example zapatillas or notebook), a category URL, or direct product URLs, pick a country (Chile, Peru or Colombia), and it paginates the storefront and writes one normalized record per product to the run's dataset.
Each record carries the title, brand, price and original price, currency, discount percentage, rating and review count, seller and a isMarketplace flag, sponsored / best-seller / verified-seller flags, interest-free installments, promotional badges, query/category, countryCode and availability. With withDetails on (default) it opens each product page to add the full description, specifications, the complete image gallery, the category breadcrumb and categoryPath, cmrPoints (CMR loyalty points), per-size variants with stock, and computed stockUnits / totalStock / isOutOfStock, plus warranty and gtin/ean when the source publishes them. Missing source values are returned as null.
Two opt-in AI add-ons (paid Apify plans only) can clean and translate the name and description (withDescription) and extract structured attributes and a category (withAttributes).
Note on coverage: Falabella operates full storefronts in Chile, Peru and Colombia only. There is no Falabella storefront for Argentina or Mexico (falabella.com.ar redirects to the Chile site), so this actor covers CL, PE and CO.
How we compare
There are a handful of Falabella scrapers on Apify. This one is built to be a strict superset on input filters and valid output fields, while being honest about the axes where another actor wins.
| Capability | scrapers_lat/falabella-scraper (this actor) | parseforge/falabella-latam-scraper | fortuitous_pirate/falabella-scraper | stealth_mode/falabella-product-search-scraper | datacach/falabella-products-search-chile | datasaurus/falabella |
|---|---|---|---|---|---|---|
| Input: keyword search | Yes, multi-term | Yes | Yes | No (URL only) | Yes | No (URL only) |
| Input: category URL | Yes, multiple | No | Yes | Yes | No | Yes |
| Input: direct product URL | Yes | No | No | No | No | Via start URLs |
| Filters: price min/max | Yes | No | No | No | Yes | No |
| Filters: brand / seller / min rating / in-stock | Yes (all four) | No | No | No | No (discount only) | No |
| Sort results | Yes | Yes | No | No | No | No |
| Countries | CL, PE, CO | CL, PE, CO, AR, MX (listing-only) | CL, PE, CO | User URLs | CL only | CL, PE, CO |
| Per-size variant stock | Yes | No | No | Yes | Yes | Partial |
| Category breadcrumb + CMR points | Yes | No | No | No | No | No |
| Marketplace vs first-party seller flag | Yes | No | Partial | Partial | No | No |
| GTIN / EAN barcode | Yes | No | No | No | No | No |
| AI clean + English translation | Yes (add-on) | No | No | No | No | No |
| Individual review text + Q&A | No (aggregate rating + reviewsCount only) | No | No | No | No | Yes |
| Price per result | Mid (see pricing tab) | Highest | Low | Low | Low | Tiered, low |
| Adoption (users) | Growing | Low | Low | Low | Highest of the group | Low |
Why switch to this actor: no other single Falabella scraper combines keyword + category + product-URL inputs with price, brand, seller, rating and in-stock filters AND returns per-size stock, category breadcrumb, CMR points, marketplace flag and GTIN in one record. Where we are honest: datasaurus/falabella also captures individual review text and Q&A (we return aggregate rating and reviewsCount, not full review bodies), datacach has the largest current install base, and several competitors are cheaper per result. We compete on completeness, filter depth and valid fields, not on price.
Use cases
- Price monitoring (monitoreo de precios): track Falabella prices, discounts and original prices over time across CL, PE and CO. Detect price drops, event pricing and CMR-points offers on the products you care about.
- Competitor pricing intelligence: benchmark your catalog against Falabella and its marketplace sellers, spot who is undercutting you, and watch first-party vs marketplace (
isMarketplace) pricing. - Market research (estudio de mercado LATAM): map assortment, brands, ratings and review volume by category and country to size demand and find gaps in the LATAM e-commerce market.
- Catalog enrichment: fill your PIM with clean product names, brands, specifications, images, GTIN/EAN and category breadcrumbs pulled straight from the Falabella product pages.
- Reselling and dropshipping: find in-stock, well-rated products with margin, per-size stock and installment offers, then export to JSON, CSV or Excel for your storefront.
- Deal and stock alerts: filter by discount, price range and in-stock only to build price-comparison sites and stock trackers for Falabella Chile, Peru and Colombia.
Quickstart
Open the actor, paste this into the input, and press Run. It returns 20 sneakers from Falabella Chile with full product details, cheapest first.
{"searchTerms": ["zapatillas"],"country": "cl","priceMax": 120000,"onlyInStock": true,"sortBy": "priceAsc","maxProducts": 20,"withDetails": true}
You can drive the actor three ways, and mix them in one run: searchTerms + country, one or more startUrls (search or category URLs), and one or more productUrls (direct product pages, always returned with full details). URLs auto-detect their country.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
searchTerms | array | no | ["zapatillas"] | One or more keywords to search. One run searches every term. Combined with country. |
startUrls | array | no | (empty) | One or more Falabella search or category result URLs. Filters in the URL are respected. Country is auto-detected per URL. |
productUrls | array | no | (empty) | One or more direct Falabella product page URLs. Always returned with full product details. |
country | enum | no | cl | Country site for searchTerms: cl (Chile), pe (Peru), co (Colombia). |
priceMin | integer | no | (none) | Keep only products with current price at or above this (site currency). |
priceMax | integer | no | (none) | Keep only products with current price at or below this (site currency). |
brand | string | no | (none) | Keep only products whose brand contains this text (case-insensitive). |
seller | string | no | (none) | Keep only products whose seller name contains this text (case-insensitive). |
minRating | integer | no | (none) | Keep only products with an average rating at or above this (0 to 5). |
onlyInStock | boolean | no | false | Return only products that are currently in stock. |
sortBy | enum | no | relevance | Order the returned records: relevance, priceAsc, priceDesc, ratingDesc, discountDesc. |
maxProducts | integer | no | 20 | Maximum products to collect across all searches. Free Apify plans are capped at 10 per run. |
withDetails | boolean | no | true | Open each product page to add description, specifications, breadcrumb, CMR points, gallery and variants. |
withDescription | boolean | no | false | Paid AI add-on. Clean product name, English name and English description summary. Charged only on usable output. |
withAttributes | boolean | no | false | Paid AI add-on. Structured attributes and a broad category. Charged only on usable output. |
startUrl | string | no | (none) | Single search/category URL. Legacy, kept for backward compatibility. Prefer startUrls. |
searchTerm | string | no | (none) | Single keyword. Legacy, kept for backward compatibility. Prefer searchTerms. |
Output reference
One dataset item per product. Types: string, number, integer, boolean, object, array, or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
imageUrl | string | Primary product image URL. |
title | string | Product title. |
brand | string | Product brand. |
url | string | Product page URL. |
sku | string | Falabella SKU of the primary variant. |
productId | string | Falabella product ID. |
price | number | Current price in the site currency. |
originalPrice | number | List/original price, or null. |
currency | string | ISO currency code, for example CLP, PEN, COP. |
discountPercentage | integer | Discount percent off the original price, or null. |
rating | number | Average rating, or null. |
reviewsCount | integer | Number of reviews, or null. |
seller | string | Seller display name. |
sellerId | string | Seller ID. |
isMarketplace | boolean | true for a third-party marketplace seller, false for first-party Falabella, null if unknown. |
isSponsored | boolean | Whether the listing is sponsored. |
isBestSeller | boolean | Whether Falabella flags the product as a best seller. |
isVerifiedSeller | boolean | Whether the seller is verified. |
installmentsWithoutInterest | integer | Interest-free installments offered, or null. |
badges | string[] | Promotional badges shown on the listing card. |
promotions | string[] | Campaign/promotion labels on the card, or null. |
freeShipping | boolean | Free-shipping flag when present, else null. |
query | string | The search term or category that produced this record. |
category | string | Category or search term the product came from. |
countryCode | string | Falabella country site: CL, PE or CO. |
availability | string | Availability, for example InStock. |
description | string | Product description (with withDetails), or null. |
specifications | object[] | Name/value spec pairs (with withDetails). |
images | string[] | Full image gallery (with withDetails). |
variants | object[] | Per-size/color variants with price, stock and availability (with withDetails). |
stockUnits | object | Map of variant ID to stock units for available variants. |
totalStock | integer | Sum of known variant stock. |
isOutOfStock | boolean | true when no variant is available. |
sellerInfo | object | Seller detail object (id, name, marketplace, businessName, rating, isVerified). |
breadcrumb | string[] | Category breadcrumb labels from root to leaf (with withDetails). |
categoryPath | string | Breadcrumb joined as a single string. |
cmrPoints | integer | CMR loyalty points earned on the product, or null. |
warranty | string | Warranty text when published, else null. |
gtin | string | GTIN/EAN barcode when published, else null. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | null on success. On a failed run, a single item with a populated error field is written instead. |
Run via API and CLI
Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~falabella-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchTerms":["zapatillas"],"country":"cl","priceMax":120000,"onlyInStock":true,"sortBy":"priceAsc","maxProducts":25,"withDetails":true}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~falabella-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"startUrls":["https://www.falabella.com/falabella-cl/category/cat2083/Zapatillas"],"maxProducts":100}'
Apify CLI:
apify call scrapers_lat/falabella-scraper \--input '{"searchTerms":["notebook"],"country":"pe","maxProducts":10}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per product returned (
resultevent). See the pricing tab for the current per-result price. - Details and AI add-ons bill separately. The
detailsadd-on (default on) charges only when product-page detail is genuinely obtained. AI add-ons are opt-in, off by default, and charge only when the model returns usable output. - No charge on failure. If a run errors, the actor writes a single item with a populated
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results. - Free Apify plans are capped at 10 records per run and cannot use the paid AI add-ons. Upgrade for higher
maxProducts.
FAQ and troubleshooting
Is there a Falabella API? Falabella does not offer a public product API. This actor is a Falabella API substitute: it reads the public storefront and returns clean JSON/CSV/Excel with prices, stock, variants and seller data.
Which countries are supported?
Chile (cl), Peru (pe) and Colombia (co). The currency field reflects the site (CLP, PEN, COP). Falabella has no storefront in Argentina or Mexico, so those are not supported.
Can I scrape by keyword, category and product URL together?
Yes. Provide any combination of searchTerms, startUrls (search or category URLs) and productUrls in one run. Product URLs are always returned with full details.
How do the filters work?
priceMin/priceMax, brand, seller, minRating and onlyInStock are applied to each product as it is parsed, so they compose with any filters already in a category URL. The actor keeps paginating until it has enough matching products or the source is exhausted.
How do I get per-size stock?
Keep withDetails on (default). Each product then includes variants with per-size stock plus stockUnits, totalStock and isOutOfStock.
Do you return individual reviews or Q&A?
Not currently. We return aggregate rating and reviewsCount. If you need individual review text or Q&A, datasaurus/falabella captures those.
A run returned 0 records. Why? The search or filters matched nothing, or the URL points at a page with no products. Loosen the filters, check the URL in a browser, or try a simpler keyword. Zero-result runs are not charged.
Is this an official Falabella tool? No. This actor is independent and has no affiliation with Falabella. It reads only data that is publicly available on the Falabella storefronts.
Related scrapers
- MercadoLibre Product Listings Scraper: products, prices and sellers across LATAM.
- Americanas Brazil Product Price Scraper: prices, installments and stock from Americanas Brazil.
- Chedraui Mexico Grocery Price Scraper: grocery prices, EAN codes and stock from Chedraui Mexico.
- Cruz Verde Colombia Pharmacy Price Scraper: drug prices and stock from Cruz Verde Colombia.
- Rappi Restaurants & Stores Scraper: stores and restaurants from Rappi.
- Quince Product Scraper: Quince.com products, prices and variants.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with Falabella. Accesses only publicly available storefront data.
