Jumbo
Pricing
from $0.50 / 1,000 results
Jumbo
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Chile
Maintained by CommunityActor 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:
| Field | Description |
|---|---|
product_id | Jumbo product identifier. |
sku_id | SKU identifier for the selected item. |
reference | Product reference code. |
name | Product name shown by Jumbo. |
brand | Product brand. |
price | Current price reported by Jumbo. |
list_price | List price or previous price when available. |
ppum_price | Price per unit of measure. |
ppum_list_price | List price per unit of measure. |
measurement_unit | Selling unit such as un, kg, or lt. |
unit_multiplier | Unit multiplier reported by Jumbo. |
ppum_measurement_unit | Unit used for price-per-unit calculation. |
stock | Stock availability reported by the backend. |
cart_limit | Maximum cart quantity when available. |
sold_by | Seller name. |
is_marketplace | Whether the product is marketplace inventory. |
categories | Category path. |
slug | Public product slug. |
url | Public Jumbo product URL. |
image | Product image URL. |
promotion_names | Promotion names associated with the product. |
raw_product | Original product JSON serialized as text. |
search_term | Search term used for the run. |
scraped_at | Extraction timestamp. |
store | Jumbo 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
- Open the Actor on Apify.
- Enter a search term in
term, for exampleleche. - Choose how many pages to scrape with
maxPages. - Start the run.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
term | string | yes | Product, brand, category, or keyword to search on Jumbo.cl. |
maxPages | integer | no | Maximum number of result pages to scrape. Default: 1. Maximum: 10. |
pageSize | integer | no | Products per page. Jumbo supports up to 40. Default: 40. |
delaySecs | number | no | Pause between pages to reduce request pressure. Default: 0.5. |
retries | integer | no | Request retries per page. Default: 3. |
timeoutSecs | integer | no | Request timeout in seconds. Default: 20. |
hideUnavailable | boolean | no | Ask Jumbo to omit unavailable products when supported. Default: false. |
sponsoredProducts | boolean | no | Include sponsored products when Jumbo returns them. Default: true. |
Use cases
| Use case | How this Actor helps |
|---|---|
| Jumbo price monitoring | Track current prices, list prices, and unit prices for grocery products over time. |
| Chile retail analytics | Build datasets of supermarket products, categories, brands, and promotions. |
| Ecommerce catalog matching | Match your product catalog against Jumbo.cl names, brands, SKUs, images, and product URLs. |
| Promotion tracking | Capture promotion names and list price differences for search terms and brands. |
| Competitive intelligence | Compare public grocery pricing and availability against other Chilean supermarkets. |
| Data enrichment | Add product images, categories, URLs, and unit prices to internal grocery datasets. |
| Scheduled reports | Run 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 ApifyClientclient = 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.