Falabella LATAM Product Scraper
Pricing
from $7.50 / 1,000 results
Falabella LATAM Product Scraper
Scrapes Falabella product listings from Chile, Peru, Colombia, Argentina, and Mexico by keyword or category. Returns each product as a flat row with price, discount, seller, rating, and URL.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
0
Monthly active users
9 days ago
Last modified
Categories
Share
Falabella LATAM Product Scraper
Scrape Falabella product listings from Chile, Peru, Colombia, Argentina, and Mexico by keyword or category. Every result includes the price, discount, seller, rating, and direct product URL. Export to CSV, JSON, Excel, or XML.
Falabella's catalog spans five countries with different domains, currencies, and promotions. This Actor searches any Falabella site by product keyword or category slug, sorts the results by relevance, price, or discount, and returns each product in a consistent flat schema. No browser automation or manual copy-paste needed.
| Who uses it | What they scrape Falabella for |
|---|---|
| Pricing analysts | Monitor competitor prices and discount depth across Falabella markets. |
| E-commerce managers | Track which sellers and brands appear for a keyword in each country. |
| Market researchers | Map product availability and price ranges across five LATAM countries. |
| Dropshippers | Find trending products and their current listed prices on Falabella. |
What it does
This Actor searches Falabella LATAM sites by keyword or category and returns each product as a flat row with price, discount, seller, rating, and URL.
- π Keyword search: type any product name like 'celular' or 'zapatillas' and collect matching listings.
- π Category browsing: supply a category slug to scrape an entire department without a search term.
- π Five-country coverage: select Chile, Peru, Colombia, Argentina, or Mexico from a dropdown.
- π Flexible sorting: order results by relevance, price ascending, price descending, highest discount, or top rated.
- π¦ Bulk collection: set a maximum from 1 up to 1,000,000 products per run.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Falabella data
π° Monitor competitor pricing.
A pricing analyst runs the Actor weekly on 'laptop' across Chile and Peru, sorts by discount, and flags products priced below their own catalog.
π Track product availability by country.
A brand manager searches for their own brand name in Colombia, Argentina, and Mexico to verify which SKUs are listed and at what price.
β Find top-rated products in a category.
A dropshipper scrapes the 'zapatillas' category sorted by top rated to identify high-demand sneaker models with strong reviews.
π·οΈ Audit discount depth during sale events.
A retail analyst collects a category sorted by highest discount during Cyber Monday to measure real discount percentages against list prices.
Why choose this scraper
| What you get | |
|---|---|
| One schema for five countries | Compare products across markets without cleaning different formats. |
| No login or API key | Reads the public search and category pages directly. |
| Sort by discount or rating | Surface the most discounted or best-reviewed items first. |
| Flat row per product | Every product lands in your dataset with the same columns, ready for analysis. |
How it compares
This Actor covers all five Falabella markets with keyword and category search, while the listed competitors focus on fewer countries or combine Falabella with other retailers.
| Feature | ParseForge | Falabella CL/PE/CO Scraper | LATAM Retail Price Scraper - Falabella, Ripley & Oechsle | Falabella Scraper: Precios y Productos (CL/PE/CO) |
|---|---|---|---|---|
| Argentina and Mexico sites | Yes | Not listed | Not listed | Not listed |
| Sort by discount or rating | Yes | Not listed | Not listed | Not listed |
| Category slug input | Yes | Not listed | Not listed | Yes |
| Up to 1,000,000 products per run | Yes | Not listed | Not listed | Not listed |
| Seller name per product | Yes | Not listed | Not listed | Yes |
Configure the run
Drive the Actor with a product keyword or a category slug, pick a country and a sort order, and set a maximum number of products to collect. The Input tab lists every parameter.
A first run with the defaults:
{"query": "celular","maxItems": 10}
A larger pull:
{"query": "celular","maxItems": 200}
Pricing
Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $0.85 |
| 1,000 results | $8.50 |
| 10,000 results | $85.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the Falabella LATAM Product Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to Falabella through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/falabella-latam-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results for my keyword?
Check the spelling of your query and try a broader term. Some keywords may return zero products on certain country sites. Try the same keyword on a different Falabella country domain to verify.
The Actor returns fewer products than my maxItems setting.
The Actor stops when it reaches the end of the search or category results. If the query has fewer total products than your maxItems value, you will receive all available products.
My category slug is not returning any products.
Verify the slug by visiting the category page on the target Falabella site and copying the exact path segment from the URL. Slugs are case-sensitive and differ by country.
Prices are in the wrong currency.
Prices are returned in the local currency of the selected country site: Chilean pesos for Chile, Peruvian soles for Peru, Colombian pesos for Colombia, Argentine pesos for Argentina, and Mexican pesos for Mexico.
The Actor is timing out on a large category.
Lower the maxItems value and run the Actor again. Very large categories with hundreds of pages may hit the run time limit. Splitting the collection into smaller runs by using more specific keywords can help.
FAQ
| Question | Answer |
|---|---|
| Which Falabella countries does this Actor support? | It supports Chile (falabella.com), Peru (falabella.com.pe), Colombia (falabella.com.co), Argentina (falabella.com.ar), and Mexico (falabella.com.mx). You select the country from a dropdown in the input. |
| Can I scrape an entire category without a search keyword? | Yes. Leave the query field empty and provide a category slug in the category field. The Actor will collect products from that category page. |
| What data fields does the Actor return? | Each row includes the product name, price, list price, discount percentage, seller name, rating, review count, product URL, and the country site it came from. |
| How do I find the category slug for a department? | Browse the Falabella site for your chosen country, navigate to a category, and copy the slug from the URL. For example, 'celulares-y-telefonos' from the path. |
| Does this Actor handle pagination automatically? | Yes. It follows the search or category pagination until it reaches the maximum number of products you set or the end of the results. |
| Can I sort results by the highest discount? | Yes. Set the sort option to 'Highest discount' and the Actor will request results ordered by the largest percentage off. |
| Is a Falabella account or API key required? | No. The Actor reads the publicly accessible search and category pages. No login, API key, or app registration is needed. |
| How many products can I collect in one run? | You can set the maximum from 1 up to 1,000,000 products. The actual number collected depends on how many results the search or category returns. |
| Does the Actor return the CMR card price? | The Actor returns the prices displayed on the public product listing pages. If a CMR price is shown on the listing card, it will be included in the output. |
| Can I run this for multiple countries at once? | One run targets one country. To scrape multiple countries, run the Actor once per country, changing the country dropdown each time. |
Related actors
Browse the full ParseForge collection for more scrapers.
π Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
β οΈ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Falabella S.A. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
