Jumbo avatar

Jumbo

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Jumbo

Jumbo

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Chile

Scrapers Chile

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

17 days ago

Last modified

Categories

Share

Jumbo Chile Scraper for product prices, stock, and supermarket catalog data

Extract public product data from jumbo.cl search results and export it as structured data from Apify. This Jumbo Chile scraper helps you collect supermarket product names, prices, list prices, unit prices, brands, categories, stock status, product URLs, images, and promotion names from Jumbo's online catalog.

Use it as a Jumbo product prices API for price monitoring, grocery retail analytics, ecommerce catalog tracking, product matching, competitive intelligence, Chile supermarket data, and recurring checks of public Jumbo.cl search results.

Also known as: Jumbo Chile scraper, jumbo.cl scraper, Jumbo product price API, Jumbo supermarket scraper, Chile grocery scraper, supermercado Jumbo scraper, Jumbo catalog scraper, Jumbo price monitoring, scraping Jumbo Chile, productos Jumbo Chile.

What can this Jumbo.cl scraper do?

  • Search Jumbo Chile by any product term such as leche, cafe, arroz, bebida, detergente, or a brand name.
  • Extract all returned pages up to your configured page limit.
  • Save clean product rows to the default Apify Dataset.
  • Export results as JSON, CSV, Excel, XML, RSS, or through the Apify API.
  • Include current price, list price, unit price, brand, stock status, category path, image, URL, and promotions.
  • Optionally hide unavailable products when Jumbo's backend supports it.
  • Include or exclude sponsored products.

Data returned

Each dataset row can include:

FieldDescription
product_idJumbo product identifier.
sku_idSKU identifier for the selected item.
referenceProduct reference code.
nameProduct name shown by Jumbo.
brandProduct brand.
priceCurrent price reported by Jumbo.
list_priceList price or previous price when available.
ppum_pricePrice per unit of measure.
ppum_list_priceList price per unit of measure.
measurement_unitSelling unit such as un, kg, or lt.
unit_multiplierUnit multiplier reported by Jumbo.
ppum_measurement_unitUnit used for price-per-unit calculation.
stockStock availability reported by the backend.
cart_limitMaximum cart quantity when available.
sold_bySeller name.
is_marketplaceWhether the product is marketplace inventory.
categoriesCategory path.
slugPublic product slug.
urlPublic Jumbo product URL.
imageProduct image URL.
promotion_namesPromotion names associated with the product.
raw_productOriginal product JSON serialized as text.
search_termSearch term used for the run.
scraped_atExtraction timestamp.
storeJumbo store code used in the query.

Example dataset item:

{
"product_id": "94566",
"sku_id": "94828",
"reference": "1858321",
"name": "Leche Cuisine & Co Entera 1 L",
"brand": "Cuisine & Co",
"price": 1000,
"list_price": 1250,
"ppum_price": 1000,
"measurement_unit": "un",
"stock": true,
"categories": "Lácteos, Huevos y Congelados > Leches > Leche Líquida",
"url": "https://www.jumbo.cl/leche-entera-1-l-cuisine-and-co-1858321/p",
"image": "https://jumbocl.vteximg.com.br/arquivos/ids/368612-250-250/Leche-entera-1-L.jpg",
"search_term": "leche",
"store": "jumboclj512"
}

Quick start

  1. Open the Actor on Apify.
  2. Enter a search term in term, for example leche.
  3. Choose how many pages to scrape with maxPages.
  4. Start the run.
  5. Open the Dataset tab to download products as CSV, JSON, Excel, XML, or consume them through the API.

Minimal input:

{
"term": "leche",
"maxPages": 3
}

Search a brand or category:

{
"term": "coca cola",
"maxPages": 2,
"sponsoredProducts": true
}

Hide unavailable products:

{
"term": "detergente",
"maxPages": 5,
"hideUnavailable": true
}

Input reference

FieldTypeRequiredDescription
termstringyesProduct, brand, category, or keyword to search on Jumbo.cl.
maxPagesintegernoMaximum number of result pages to scrape. Default: 1. Maximum: 10.
pageSizeintegernoProducts per page. Jumbo supports up to 40. Default: 40.
delaySecsnumbernoPause between pages to reduce request pressure. Default: 0.5.
retriesintegernoRequest retries per page. Default: 3.
timeoutSecsintegernoRequest timeout in seconds. Default: 20.
hideUnavailablebooleannoAsk Jumbo to omit unavailable products when supported. Default: false.
sponsoredProductsbooleannoInclude sponsored products when Jumbo returns them. Default: true.

Use cases

Use caseHow this Actor helps
Jumbo price monitoringTrack current prices, list prices, and unit prices for grocery products over time.
Chile retail analyticsBuild datasets of supermarket products, categories, brands, and promotions.
Ecommerce catalog matchingMatch your product catalog against Jumbo.cl names, brands, SKUs, images, and product URLs.
Promotion trackingCapture promotion names and list price differences for search terms and brands.
Competitive intelligenceCompare public grocery pricing and availability against other Chilean supermarkets.
Data enrichmentAdd product images, categories, URLs, and unit prices to internal grocery datasets.
Scheduled reportsRun the Actor on a schedule and export fresh product data to BI tools or spreadsheets.

How to run from API

Python

from apify_client import ApifyClient
client = ApifyClient("<APIFY_API_TOKEN>")
run = client.actor("scraperschile/jumbo").call(
run_input={
"term": "leche",
"maxPages": 3,
"pageSize": 40,
}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["name"], item["price"], item["url"])

cURL

curl -X POST \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <APIFY_API_TOKEN>' \
-d '{
"term": "leche",
"maxPages": 3,
"pageSize": 40
}' \
'https://api.apify.com/v2/acts/scraperschile~jumbo/runs?waitForFinish=60'

Reliability and limitations

This Actor queries Jumbo.cl public search data in real time. Prices, stock, promotions, categories, and availability can vary by store context, time, location, and Jumbo backend behavior.

The Actor is designed for reasonable product research and recurring monitoring. For very large crawling jobs, use conservative page limits, delays, and schedules.

Responsible use

This Actor extracts public product and catalog information. It does not collect credentials, private customer data, carts, orders, or account information. Use the data responsibly and follow Apify terms, Jumbo.cl terms, and applicable laws.

FAQ

Can I scrape Jumbo Chile prices?

Yes. Enter a product or brand in term, and the Actor returns current prices, list prices, and price-per-unit fields when Jumbo provides them.

Can I export Jumbo products to CSV?

Yes. Results are saved to the Apify Dataset, where you can download CSV, JSON, Excel, XML, RSS, or access items through the API.

Does this scrape all Jumbo.cl products?

It scrapes search result pages for the term you provide, up to maxPages. It is optimized for targeted search terms, category terms, and brand monitoring rather than unlimited full-site crawling.

Does it include promotions?

Yes, when Jumbo returns promotion data, the Actor includes promotion names in promotion_names and keeps the original raw product JSON in raw_product.

Does it require a Jumbo account?

No. It uses public search/catalog data and does not log in.