Falabella Product Search Scraper avatar

Falabella Product Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Falabella Product Search Scraper

Falabella Product Search Scraper

Scrape product listings from Falabella.com with precision. Collect prices, specifications, ratings, seller info, and 30+ fields per product—perfect for price monitoring, competitor analysis, and market research across Falabella's extensive catalog.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Falabella.com Product Scraper: Extract E-commerce Data at Scale


About Falabella.com

Falabella.com is one of Latin America's largest e-commerce platforms, offering millions of products across fashion, electronics, home goods, and more. The marketplace connects thousands of sellers and attracts millions of shoppers across Chile and the region. Extracting product data manually from category pages and search results is tedious and inefficient — the Falabella Products Search Scraper automates this, transforming product listings into clean, structured datasets ready for analysis or integration.


Overview

The Falabella Products Search Scraper extracts comprehensive product information from Falabella search and category pages, capturing both basic and advanced attributes. It is ideal for:

  • E-commerce analysts tracking pricing trends and product availability
  • Price comparison platforms aggregating data from multiple sellers
  • Market researchers studying product offerings and competitive landscapes
  • Retailers monitoring competitor inventory and positioning
  • Data engineers feeding product catalogs into data warehouses

Key advantages include flexible pagination support, batch item collection per page, and robust error handling for large-scale runs.


Input Format

The scraper accepts a JSON configuration object:

{
"urls": [
"https://www.falabella.com/falabella-cl/category/cat5880085/Mochilas-mujer?page=2"
],
"max_items_per_url": 200,
"ignore_url_failures": true
}

Input Parameters Explained

ParameterTypeDescription
urlsArrayList of Falabella product search or category page URLs to scrape. Examples: category pages, search result pages with filters, or specific product list URLs. One URL typically contains 20–50 products.
max_items_per_urlIntegerMaximum number of product items to extract per URL. Default: 20; recommended: 200 for comprehensive collection. This prevents excessive data collection and API overload.
ignore_url_failuresBooleanIf true, the scraper continues if individual URLs fail; if false, the entire run stops on first failure. Set to true for bulk operations to ensure resilience.

Example URL types:

  • Category page: https://www.falabella.com/falabella-cl/category/cat5880085/Mochilas-mujer
  • Paginated category: https://www.falabella.com/falabella-cl/category/cat5880085/Mochilas-mujer?page=2
  • Search results: https://www.falabella.com/falabella-cl/search?query=laptop

Tip: Extract URLs directly from Falabella's website by browsing to the desired category or search, then copy the page URL into the urls array.


Output Format

Sample output

{
"product_id": "138885306",
"sku_id": "138885307",
"top_specifications": [],
"display_name": "Mochila Travel Cabin Noir Essentials",
"product_type": "REGULAR",
"view_template": "NORMAL",
"url": "https://www.falabella.com/falabella-cl/product/138885306/backpack-travel-cabin-noir-bubba-essentials",
"brand": "BUBBA",
"media": {
"id": "138885307",
"type": "PRODUCT",
"on_image_hover": "FETCH_SECOND_IMAGE"
},
"media_urls": [
"https://media.falabella.com/falabellaCL/138885307_01/public",
"https://media.falabella.com/falabellaCL/138885307_02/public",
"https://media.falabella.com/falabellaCL/138885307_03/public",
"https://media.falabella.com/falabellaCL/138885307_04/public",
"https://media.falabella.com/falabellaCL/138885307_05/public"
],
"measurements": {},
"discount_badge": {
"label": "-38%",
"styles": {
"background_color": "#EB0029",
"text_color": "#ffffff"
}
},
"badges": [
{
"position": 1,
"label": "Cyber Day",
"styles": {
"background_color": "#333333",
"text_color": "#ffffff"
}
}
],
"multipurpose_badges": [],
"meat_stickers": [
{
"label": "Cyber Day",
"type": "event",
"styles": {
"background_color": "#333333",
"text_color": "#ffffff"
}
}
],
"prices": [
{
"label": "",
"icons": "",
"symbol": "$ ",
"type": "eventPrice",
"crossed": false,
"price": [
"49.990"
]
},
{
"label": "",
"icons": "",
"symbol": "$ ",
"type": "normalPrice",
"crossed": true,
"price": [
"79.990"
]
}
],
"total_reviews": "16",
"rating": "4.5",
"availability": {
"home_delivery_shipping": "",
"pick_up_from_store_shipping": "",
"international_shipping": "",
"prime_shipping": "",
"express_shipping": ""
},
"variants": [
{
"type": "COLOR",
"options": [
{
"label": "Negro",
"url": "https://www.falabella.com/falabella-cl/product/138885306/backpack-travel-cabin-noir-bubba-essentials/138885307",
"value": "000000",
"extra_info": "138885307",
"media_id": "138885307",
"selected": true,
"sizes": [
{
"value": "TALLA ÚNICA",
"size_order": 0,
"available": true,
"variant": "138885307",
"prices": [
{
"label": "",
"icons": "",
"symbol": "$ ",
"crossed": false,
"price": [
"49.990"
]
},
{
"label": "",
"icons": "",
"symbol": "$ ",
"crossed": true,
"price": [
"79.990"
]
}
],
"offering_id": "138885307",
"media_urls": [
"https://media.falabella.com/falabellaCL/138885307_01/public",
"https://media.falabella.com/falabellaCL/138885307_02/public",
"https://media.falabella.com/falabellaCL/138885307_03/public",
"https://media.falabella.com/falabellaCL/138885307_04/public",
"https://media.falabella.com/falabellaCL/138885307_05/public"
]
}
],
"is_purchaseable": true,
"variant": "138885307",
"offering_id": "138885307",
"media_urls": [
"https://media.falabella.com/falabellaCL/138885307_01/public",
"https://media.falabella.com/falabellaCL/138885307_02/public",
"https://media.falabella.com/falabellaCL/138885307_03/public",
"https://media.falabella.com/falabellaCL/138885307_04/public",
"https://media.falabella.com/falabellaCL/138885307_05/public"
]
}
]
},
{
"type": "SIZES",
"options": []
}
],
"seller_id": "SC58F9D",
"seller_name": "BUBBA BAGS",
"offering_id": "138885307",
"is_best_seller": false,
"is_sponsored": true,
"mabaya_ad_info": "TWZALgoQBqHwoLwQfx-vBAtAaK4IERIQAZ5ggcN5diKNwFhtTSdnPBoQAZosAAm4csGuWggGR9i64yINCgkxMzg4ODUzMDYQATCfwndIAVCh_PzJ6DNgowRyEAAAAAAAAAAAAAAAAAAAAAB4AoUBAADgQA",
"ad_identifier": "TWZALgoQBqHwoLwQfx-vBAtAaK4IERIQAZ5ggcN5diKNwFhtTSdnPBoQAZosAAm4csGuWggGR9i64yINCgkxMzg4ODUzMDYQATCfwndIAVCh_PzJ6DNgowRyEAAAAAAAAAAAAAAAAAAAAAB4AoUBAADgQA",
"gsc_category_id": null,
"promotions": [],
"installments_without_interest": [],
"from_url": "https://www.falabella.com/falabella-cl/category/cat5880085/Mochilas-mujer?ajax=true"
}

Each scraped product returns a rich record with 30+ fields capturing pricing, inventory, reviews, seller data, and metadata:

Product Identification

FieldMeaning
Product IDUnique identifier assigned by Falabella to the product
SKU IDStock Keeping Unit; internal SKU code for inventory management
Display NameOfficial product name shown to customers
Product TypeCategory classification (e.g., backpack, shoe, accessory)
URLDirect link to the product detail page

Specifications & Details

FieldMeaning
Top SpecificationsKey features highlighted (e.g., material, capacity, color)
View TemplateProduct presentation format (e.g., list view, grid view)
BrandManufacturer or brand name
MeasurementsPhysical dimensions and weight (if available)

Media & Visual Content

FieldMeaning
MediaEmbedded product images and videos
Media URLsDirect URLs to product photos for integration into your platform

Pricing & Promotions

FieldMeaning
PricesCurrent retail and discounted prices in local currency
Discount BadgePercentage or amount of discount displayed (e.g., "-30%")
BadgesAdditional promotion labels (e.g., "Flash Sale", "Hot Deal")
Multipurpose BadgesSpecial tags (e.g., "Free Shipping", "Clearance")
Meat StickersPromotional stickers or urgency markers (e.g., "Limited Stock")
PromotionsActive promotional campaigns and offers
Installments Without InterestFinancing options available for the product

Customer Feedback

FieldMeaning
Total ReviewsNumber of customer reviews received
RatingAverage customer rating (typically 1–5 stars)

Inventory & Availability

FieldMeaning
AvailabilityStock status (In Stock, Out of Stock, Pre-order, etc.)
VariantsProduct variations (size, color, model options) with availability per variant

Seller Information

FieldMeaning
Seller IDUnique identifier for the seller/merchant
Seller NameBusiness name of the seller
Offering IDUnique ID for this seller's specific product offering
Is Best SellerBoolean flag indicating if seller has "Best Seller" status
Is SponsoredWhether this listing has paid promotion/sponsorship

Advertising & Categorization

FieldMeaning
Mabaya Ad InfoAdvertising metadata for paid promotions
Ad IdentifierUnique ID for the ad campaign (if applicable)
GSC Category IDGoogle Search Console category classification

How to Use

  1. Identify target URLs — Navigate to Falabella.com and locate product category or search pages you want to scrape. For example: women's backpacks, electronics, or filtered search results.

  2. Copy URLs — Open each target page and copy the full URL (including pagination, filters, and query parameters). Paste them into the urls array, one per entry.

  3. Configure parameters — Set max_items_per_url to the desired limit (e.g., 200 for bulk collection, 20 for quick previews). Keep ignore_url_failures: true for resilience.

  4. Run the scraper — Start the actor and monitor progress in the run log. The scraper will process each URL and collect products.

  5. Export results — Download output in JSON, CSV, or Excel format. Use the data for analysis, pricing tracking, or platform integration.

Best practices:

  • Use 1–5 URLs per run for initial testing before scaling to bulk operations.
  • For category pages with 100+ products, increase max_items_per_url to capture more.
  • Test URLs individually first to verify they contain expected products before batch processing.

Handling common issues:

  • If a URL returns fewer items than specified, the page may have fewer products or pagination limits.
  • Ensure URLs point to valid product search/category pages, not individual product detail pages.
  • Use ignore_url_failures: true when running multiple URLs to avoid interruptions.

Use Cases & Business Value

  • Price monitoring: Track competitor pricing and discount trends over time by re-running the scraper weekly or monthly.
  • Inventory analysis: Monitor stock availability across sellers to identify supply gaps or opportunities.
  • Product research: Analyze specifications, features, and ratings to inform product sourcing decisions.
  • Competitor benchmarking: Compare your product listings with Falabella offerings in terms of pricing, features, and reviews.
  • Market intelligence: Study product demand signals through review counts, ratings, and promotional activity.
  • Data aggregation: Feed Falabella products into your own e-commerce platform or comparison engine.

The scraper delivers ready-to-use data in standardized formats, eliminating the need for manual extraction and significantly reducing research time.


Conclusion

The Falabella Products Search Scraper is a powerful tool for anyone needing structured e-commerce product data. With 30+ fields capturing pricing, reviews, seller details, and inventory status, it provides the insights necessary for competitive analysis, market research, and business intelligence. Deploy it today to unlock actionable data from one of Latin America's largest marketplaces.