VOOZH about

URL: https://apify.com/stealth_mode/exito-product-search-scraper

⇱ Exito Product Search Scraper · Apify


👁 Exito Product Search Scraper avatar

Exito Product Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store

Exito Product Search Scraper

Scrape product listings from Éxito.com's search results with precision. Collect product names, prices, SKUs, images, seller information, and 16+ attributes per item — perfect for price monitoring, competitive intelligence, and e-commerce aggregation.

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

2 days ago

Last modified

Share

Éxito Product Search Scraper: Extract Retail Product Data at Scale


What Is Éxito.com?

Éxito is Colombia's largest retail e-commerce platform, offering millions of products across categories including home goods, electronics, fashion, and beauty. The platform hosts dynamic product listings with multiple sellers, price variations, and frequent inventory updates. Manually monitoring product data from Éxito is inefficient — the Éxito Product Search Scraper automates extraction from search results pages, delivering structured product intelligence in seconds.


Overview

The Éxito Product Search Scraper extracts product data from Éxito.com search result pages, converting listings into clean, structured records with 16+ fields per item. It is ideal for:

  • E-commerce analysts tracking competitor pricing and inventory
  • Price intelligence platforms building real-time datasets
  • Marketplace aggregators indexing Colombian retail products
  • Market researchers studying product trends and availability
  • Supply chain teams monitoring brand distribution and seller networks

Key strengths include bulk URL processing, configurable item limits, and fault tolerance via ignore_url_failures to handle network interruptions gracefully.


Input Format

The scraper accepts a JSON configuration object:

{
"urls":[
"https://www.exito.com/hogar-y-decoracion/colchones?category-1=hogar-y-decoracion&category-2=colchones&facets=category-1%2Ccategory-2&sort=score_desc&page=1"
],
"ignore_url_failures":true,
"max_items_per_url":200
}
FieldTypeDescription
urlsarrayDirect links to Éxito search result pages (filtered by category, search term, or price range). You can add multiple URLs to scrape different product categories in one run.
max_items_per_urlintegerMaximum number of products extracted per URL (e.g., 200). Default is 20; increase for comprehensive category scrapes.
ignore_url_failuresbooleanIf true, the scraper continues running even if some URLs fail, preventing job interruption during bulk operations.

Tip: Use Éxito's category filters and sorting parameters in the URL to narrow scrapes (e.g., by brand, price range, or bestsellers). This improves data relevance and reduces unnecessary API calls.


Output Format

Example output snippet:

{
"id":"104262888",
"slug":"combo-colchon-relax-doble-140x190x32cm-ultra-dream-resortado-firme-ortopedico-base-cama-2-almohadas-1-portector-104262888-mp-104262888",
"sku":"104262888",
"product_type":{
"type":"NO_FOOD",
"is_mkp":true
},
"brand":{
"brand_name":"COLCHONES RELAX",
"name":"COLCHONES RELAX"
},
"name":"Combo Colchón Relax Doble (140X190x32cm) Ultra Dream Resortado Firme Ortopédico + Base Cama + 2 Almohadas + 1 Portector",
"gtin":"",
"breadcrumb_list":{
"item_list_element":[
{
"item":"/hogar-y-decoracion/",
"name":"Hogar y decoración",
"position":1
},
{
"item":"/hogar-y-decoracion/colchones/",
"name":"Colchones",
"position":2
},
{
"item":"/hogar-y-decoracion/colchones/colchones-dobles/",
"name":"Colchones dobles",
"position":3
},
{
"item":"/combo-colchon-relax-doble-140x190x32cm-ultra-dream-resortado-firme-ortopedico-base-cama-2-almohadas-1-portector-104262888-mp-104262888/p",
"name":"Combo Colchón Relax Doble (140X190x32cm) Ultra Dream Resortado Firme Ortopédico + Base Cama + 2 Almohadas + 1 Portector",
"position":4
}
]
},
"properties":[
{
"name":"Vendido por",
"values":[
"Otros vendedores"
]
},
{
"name":"Tipo de Base",
"values":[
"Entera"
]
},
{
"name":"Factor Neto PUM",
"values":[
"1,0"
]
},
{
"name":"Unidad de Medida PUM Calculado",
"values":[
"Unidad"
]
},
{
"name":"Factor Escurrido PUM",
"values":[
"1"
]
},
{
"name":"sellerId",
"values":[
"1"
]
}
],
"is_variant_of":{
"product_group_i_d":"104262888",
"name":"Combo Colchón Relax Doble (140X190x32cm) Ultra Dream Resortado Firme Ortopédico + Base Cama + 2 Almohadas + 1 Portector",
"sku_variants":{
"active_variations":{},
"slugs_map":{},
"available_variations":{}
}
},
"items":[
{
"complement_name":"",
"ean":"7707034986883",
"is_kit":false,
"item_id":"104262888",
"measurement_unit":"un",
"modal_type":"",
"name":"Combo Colchón Relax Doble (140X190x32cm) Ultra Dream Resortado Firme Ortopédico + Base Cama + 2 Almohadas + 1 Portector",
"name_complete":"Combo Colchón Relax Doble (140X190x32cm) Ultra Dream Resortado Firme Ortopédico + Base Cama + 2 Almohadas + 1 Portector",
"attachments":[],
"talla":null,
"color":null,
"colores":null,
"images":[
{
"image_id":"27273519",
"image_label":"",
"image_last_modified":null,
"image_tag":"",
"image_text":"",
"image_url":"https://exitocol.vtexassets.com/arquivos/ids/27273519/combo-colchon-relax-doble-140x190x32cm-ultra-dream-resortado-firme-ortopedico-base-cama-2-almohadas-1-portector.jpg?v=638800041955870000"
},
{
"image_id":"27273520",
"image_label":"",
"image_last_modified":null,
"image_tag":"",
"image_text":"",
"image_url":"https://exitocol.vtexassets.com/arquivos/ids/27273520/combo-colchon-relax-doble-140x190x32cm-ultra-dream-resortado-firme-ortopedico-base-cama-2-almohadas-1-portector.jpg?v=638800041957900000"
},
{
"image_id":"27273521",
"image_label":"",
"image_last_modified":null,
"image_tag":"",
"image_text":"",
"image_url":"https://exitocol.vtexassets.com/arquivos/ids/27273521/combo-colchon-relax-doble-140x190x32cm-ultra-dream-resortado-firme-ortopedico-base-cama-2-almohadas-1-portector.jpg?v=638800041960230000"
},
{
"image_id":"27273522",
"image_label":"",
"image_last_modified":null,
"image_tag":"",
"image_text":"",
"image_url":"https://exitocol.vtexassets.com/arquivos/ids/27273522/combo-colchon-relax-doble-140x190x32cm-ultra-dream-resortado-firme-ortopedico-base-cama-2-almohadas-1-portector.jpg?v=638800041961630000"
},
{
"image_id":"27273523",
"image_label":"",
"image_last_modified":null,
"image_tag":"",
"image_text":"",
"image_url":"https://exitocol.vtexassets.com/arquivos/ids/27273523/combo-colchon-relax-doble-140x190x32cm-ultra-dream-resortado-firme-ortopedico-base-cama-2-almohadas-1-portector.jpg?v=638800041962900000"
}
],
"sellers":[
{
"seller_id":"1",
"seller_name":"exito",
"add_to_cart_link":"",
"seller_default":false,
"commertial_offer":{
"available_quantity":0,
"price":0,
"price_without_discount":0,
"list_price":0,
"tax":0
}
},
{
"seller_id":"16777",
"seller_name":"colchones y muebles relax",
"add_to_cart_link":"",
"seller_default":true,
"commertial_offer":{
"available_quantity":10000,
"price":1749900,
"price_without_discount":1749900,
"list_price":4999900,
"tax":0
}
}
]
}
],
"product_clusters":[
{
"id":"205",
"name":"googleshopping"
},
{
"id":"210",
"name":"prime-exceptos-no alimentos"
},
{
"id":"276",
"name":"feed-todalatienda"
},
{
"id":"387",
"name":"feed-hogar"
},
{
"id":"741",
"name":"biggy"
},
{
"id":"853",
"name":"cont-ddpe-hogares-brillantes"
},
{
"id":"1593",
"name":"Feed-celulares"
},
{
"id":"3756",
"name":"indexing-products"
},
{
"id":"11719",
"name":"cont-invitacion-hogar-9"
},
{
"id":"17837",
"name":"cont-exceptos-finlandek-1jun"
},
{
"id":"20599",
"name":"cont-colchones-relax-mkp-20599"
},
{
"id":"26586",
"name":"cont-finlandek-todo-hogar-26586"
},
{
"id":"27291",
"name":"cont-colchones-mkp-27291"
},
{
"id":"31770",
"name":"mkp2index"
}
],
"additional_property":[],
"image":[
{
"url":"https://exitocol.vtexassets.com/arquivos/ids/27273519/combo-colchon-relax-doble-140x190x32cm-ultra-dream-resortado-firme-ortopedico-base-cama-2-almohadas-1-portector.jpg?v=638800041955870000",
"alternate_name":""
},
{
"url":"https://exitocol.vtexassets.com/arquivos/ids/27273520/combo-colchon-relax-doble-140x190x32cm-ultra-dream-resortado-firme-ortopedico-base-cama-2-almohadas-1-portector.jpg?v=638800041957900000",
"alternate_name":""
},
{
"url":"https://exitocol.vtexassets.com/arquivos/ids/27273521/combo-colchon-relax-doble-140x190x32cm-ultra-dream-resortado-firme-ortopedico-base-cama-2-almohadas-1-portector.jpg?v=638800041960230000",
"alternate_name":""
},
{
"url":"https://exitocol.vtexassets.com/arquivos/ids/27273522/combo-colchon-relax-doble-140x190x32cm-ultra-dream-resortado-firme-ortopedico-base-cama-2-almohadas-1-portector.jpg?v=638800041961630000",
"alternate_name":""
},
{
"url":"https://exitocol.vtexassets.com/arquivos/ids/27273523/combo-colchon-relax-doble-140x190x32cm-ultra-dream-resortado-firme-ortopedico-base-cama-2-almohadas-1-portector.jpg?v=638800041962900000",
"alternate_name":""
}
],
"sellers":[
{
"seller_id":"1",
"seller_name":"exito",
"add_to_cart_link":"",
"seller_default":false,
"commertial_offer":{
"available_quantity":0,
"price":0,
"price_without_discount":0,
"list_price":0,
"tax":0,
"teasers":[]
}
},
{
"seller_id":"16777",
"seller_name":"colchones y muebles relax",
"add_to_cart_link":"",
"seller_default":true,
"commertial_offer":{
"available_quantity":10000,
"price":1749900,
"price_without_discount":1749900,
"list_price":4999900,
"tax":0,
"teasers":[]
}
}
],
"offers":{
"low_price":1749900,
"offer_count":2,
"offers":[
{
"availability":"https://schema.org/InStock",
"price":1749900,
"list_price":4999900,
"quantity":10000,
"item_offered":{
"measurement_unit":"un",
"sku":"104262888",
"unit_multiplier":1,
"sellers":[
{
"seller_id":"1",
"seller_default":false,
"seller_name":"exito",
"add_to_cart_link":"",
"commertial_offer":{
"available_quantity":0
}
},
{
"seller_id":"16777",
"seller_default":true,
"seller_name":"colchones y muebles relax",
"add_to_cart_link":"",
"commertial_offer":{
"available_quantity":10000
}
}
],
"properties":[
{
"original_name":"Vendido por",
"name":"Vendido por",
"values":[
"Otros vendedores"
]
},
{
"original_name":"Tipo de Base",
"name":"Tipo de Base",
"values":[
"Entera"
]
},
{
"original_name":"Factor Neto PUM",
"name":"Factor Neto PUM",
"values":[
"1,0"
]
},
{
"original_name":"Unidad de Medida PUM Calculado",
"name":"Unidad de Medida PUM Calculado",
"values":[
"Unidad"
]
},
{
"original_name":"Factor Escurrido PUM",
"name":"Factor Escurrido PUM",
"values":[
"1"
]
},
{
"original_name":"sellerId",
"name":"sellerId",
"values":[
"1"
]
}
]
},
"seller":{
"identifier":"16777"
}
},
{
"availability":"https://schema.org/OutOfStock",
"price":0,
"list_price":0,
"quantity":0,
"item_offered":{
"measurement_unit":"un",
"sku":"104262888",
"unit_multiplier":1,
"sellers":[
{
"seller_id":"1",
"seller_default":false,
"seller_name":"exito",
"add_to_cart_link":"",
"commertial_offer":{
"available_quantity":0
}
},
{
"seller_id":"16777",
"seller_default":true,
"seller_name":"colchones y muebles relax",
"add_to_cart_link":"",
"commertial_offer":{
"available_quantity":10000
}
}
],
"properties":[
{
"original_name":"Vendido por",
"name":"Vendido por",
"values":[
"Otros vendedores"
]
},
{
"original_name":"Tipo de Base",
"name":"Tipo de Base",
"values":[
"Entera"
]
},
{
"original_name":"Factor Neto PUM",
"name":"Factor Neto PUM",
"values":[
"1,0"
]
},
{
"original_name":"Unidad de Medida PUM Calculado",
"name":"Unidad de Medida PUM Calculado",
"values":[
"Unidad"
]
},
{
"original_name":"Factor Escurrido PUM",
"name":"Factor Escurrido PUM",
"values":[
"1"
]
},
{
"original_name":"sellerId",
"name":"sellerId",
"values":[
"1"
]
}
]
},
"seller":{
"identifier":"1"
}
}
]
},
"from_url":"https://www.exito.com/hogar-y-decoracion/colchones?category-1=hogar-y-decoracion&category-2=colchones&facets=category-1%2Ccategory-2&sort=score_desc&page=1"
}

Each scraped product returns a rich record with 16 core fields:

Product Identity & Classification

FieldMeaning
IDUnique internal Éxito product identifier
SlugURL-friendly product name used in product page links
SKUStock Keeping Unit — unique identifier for inventory tracking
GTINGlobal Trade Item Number (UPC/EAN barcode) for product identification
Product TypeCategory classification (e.g., "Colchón", "Almohada", "Accesorios de Hogar")
BrandManufacturer or brand name
NameFull product title as displayed on Éxito

Navigation & Structure

FieldMeaning
Breadcrumb ListCategory hierarchy from homepage to current product (e.g., "Hogar > Muebles > Colchones") — useful for taxonomical analysis
PropertiesStructured product attributes such as color, size, material, or dimensions extracted from the listing details

Variant & Grouping Data

FieldMeaning
Is Variant OfLink to the parent product if this is a variant (e.g., same product in different sizes/colors). Useful for grouping related SKUs.
ItemsArray of available product variants with their own pricing and availability status
Product ClustersRelated or bundled products grouped by Éxito's recommendation engine
Additional PropertyExtra attributes not captured in the main Properties field (e.g., eco-certifications, special features)

Media & Commerce

FieldMeaning
ImagePrimary product image URL for display in aggregator platforms or dashboards
SellersArray of seller records including seller name, ID, location, and ratings — critical for multi-seller marketplaces
OffersPricing and promotion data: includes regular price, discount price, currency (COP), stock status, and seller-specific conditions

How to Use

  1. Build search URLs — Navigate to Éxito.com, filter products by category/brand/price, and copy the full URL from the address bar.
  2. Paste URLs — Add one or multiple search result URLs to the urls array in the input configuration.
  3. Set limits — Adjust max_items_per_url based on your needs (20–200 items is typical; higher values increase run time).
  4. Enable fault tolerance — Keep ignore_url_failures: true for reliable multi-URL scrapes.
  5. Run the scraper — Initiate the job and monitor progress in the logs.
  6. Download results — Export as JSON, CSV, or Excel for analysis in spreadsheets or databases.

Best practices:

  • Use specific category URLs rather than broad homepage searches to get relevant data faster
  • Test with max_items_per_url: 20 first, then increase if you need more volume
  • Schedule regular scrapes to track price changes and stock levels over time
  • Handle pagination manually by adding separate URLs for page 2, 3, etc., if needed

Use Cases & Business Value

  • Dynamic pricing: Monitor competitor prices in real-time and adjust your own pricing strategy
  • Product intelligence: Track which brands dominate category shelf space and consumer ratings
  • Inventory insights: Measure stock levels across sellers to predict market trends
  • Market research: Analyze product assortment, discounts, and promotional patterns in the Colombian e-commerce market
  • Feed aggregation: Enrich your own product database with Éxito inventory for comparison shopping platforms

By automating data extraction, the Éxito scraper cuts research time from hours to minutes, enabling data-driven decisions in pricing, merchandising, and competitive positioning.


Conclusion

The Éxito Product Search Scraper is an essential tool for anyone operating in the Colombian e-commerce landscape. With 16+ data fields, multi-seller support, and fault-tolerant processing, it transforms search results into actionable intelligence. Whether you're monitoring competitors, building a price comparison engine, or analyzing market trends, this scraper delivers the speed and reliability you need.

You might also like

Exito Colombia Grocery Price Scraper

scrapers_lat/exito-scraper

Extract product data from Exito Colombia by keyword or category. Scrape prices, list prices, stock, installments, EAN, brand, seller and marketplace flag from the largest Colombian grocery and retail store.

👁 User avatar

Scrapers Lat

2

5.0

(1)

Elektra Mexico Product Price & Installment Scraper

scrapers_lat/elektra-scraper

Scrape Elektra Mexico product prices, installment plans, EAN codes, stock, brands and sellers by keyword or category. Export to JSON, CSV or Excel.

👁 User avatar

Scrapers Lat

2

5.0

(1)

Disco Argentina Grocery Price Scraper

scrapers_lat/disco-ar-scraper

Scrape Disco Argentina product prices, list prices, stock, EAN and sellers by keyword or category. Export to JSON, CSV or Excel.

👁 User avatar

Scrapers Lat

2

5.0

(1)

Dia Argentina Grocery Price Scraper

scrapers_lat/dia-ar-scraper

Scrape Dia Argentina product prices, list prices, stock, EAN, brand and sellers by keyword or category from the open VTEX catalog. One record per SKU and seller, prices in ARS.

👁 User avatar

Scrapers Lat

2

5.0

(1)

Chedraui Mexico Grocery Price Scraper

scrapers_lat/chedraui-scraper

Scrape Chedraui Mexico product prices, EAN codes, stock, brands and installments by keyword or category. Export to JSON, CSV or Excel.

👁 User avatar

Scrapers Lat

2

5.0

(1)

Fravega Argentina Electronics Price Scraper

scrapers_lat/fravega-scraper

Scrape Frávega Argentina product prices, list prices, installments, stock, EAN and sellers by keyword or category. Requires an Argentine residential proxy.

👁 User avatar

Scrapers Lat

2

Wayfair Product Search Scraper

stealth_mode/wayfair-product-search-scraper

Efficiently scrape product listings from Wayfair.com search results. Extract comprehensive furniture and home decor data including prices, reviews, variants, shipping details, and inventory status. Perfect for e-commerce competitors, price monitoring, market research, and product catalog building.

👁 User avatar

Stealth mode

13

Myntra Product Search Scraper

khadinakbar/myntra-product-search-scraper

Search Myntra by keyword or category/search URL and get fashion product cards: brand, product name, price, MRP, discount %, rating, rating count, sizes, colour, gender, category, sponsored flag, image and product URL. Auto-paginated, HTTP-only, MCP-ready.

👁 User avatar

Khadin Akbar

1

Amazon Product Scraper - Prices, ASIN, BSR & Reviews

harvestlab/amazon-scraper

Amazon product scraper for prices, ASINs, ratings, review counts, BSR, availability, sellers, images, and rank alerts across 19 marketplaces. Built for seller research, competitor monitoring, price tracking, and MCP connector alerts.

eBay Product Scraper - Prices, Auctions & Buy It Now

harvestlab/ebay-scraper

Scrape active eBay listings across 13 markets: prices, shipping, sellers, auction bids, Buy It Now offers, fallback listing recovery, and diagnostics.