Lider.cl Scraper - Productos y Precios Chile
Pricing
from $0.50 / 1,000 results
Lider.cl Scraper - Productos y Precios Chile
Lider.cl scraper para extraer productos, precios, marcas, disponibilidad, vendedores, URLs e imagenes desde la busqueda publica de Lider.cl Chile. Exporta catalogo de supermercado y marketplace a Dataset, JSON, CSV, Excel o API para monitoreo de precios e inteligencia e-commerce.
Pricing
from $0.50 / 1,000 results
Rating
5.0
(2)
Developer
Scrapers Chile
Maintained by CommunityActor stats
0
Bookmarked
9
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Lider.cl Scraper - Productos, Precios y Catálogo Chile
Use this Apify Actor as a Lider.cl scraper to extract public product search results from lider.cl. It collects structured product data from the Lider Chile catalog, including product names, brands, current prices, list prices, availability, sellers, product URLs, images, ratings, and raw product metadata.
This Actor is useful for workflows such as scraping Lider.cl products, Lider.cl price monitoring, Chile supermarket price tracking, retail catalog extraction, marketplace analysis, e-commerce research, and building a structured Lider.cl API through Apify.
Related searches: Lider.cl scraper, Lider scraper Chile, Lider.cl API, Lider Chile products, Lider.cl price scraper, Lider.cl product data, Lider catalog scraper, supermarket scraper Chile, Chile grocery prices, retail price monitoring Chile, Apify Lider.cl, Walmart Chile scraper.
What Can You Extract From Lider.cl?
Each run searches for a product term and saves matching products to the default Apify Dataset. Depending on what Lider.cl returns, each row can include:
| Field | Description |
|---|---|
name | Public product name. |
brand | Product brand. |
price | Current numeric price. |
price_string | Current price as displayed by Lider.cl. |
was_price | Previous price when available. |
list_price | List price when available. |
availability | Availability text, for example in stock status. |
seller_name | Seller name, such as Lider or marketplace seller. |
seller_type | Seller type reported by Lider.cl. |
average_rating | Average rating when available. |
number_of_reviews | Number of reviews when available. |
url | Public product URL. |
thumbnail | Main product image. |
images | Additional image URLs when available. |
search_term | Search term used for the extraction. |
scraped_at | Extraction timestamp. |
raw_product | Original product payload serialized as JSON. |
Typical Use Cases
| Use case | How this Actor helps |
|---|---|
| Price monitoring | Track current prices, previous prices, list prices, and promotions for products on Lider.cl. |
| Competitive intelligence | Compare Lider Chile catalog data with other supermarket, marketplace, or retail sources. |
| Product catalog extraction | Build a structured dataset of public product listings for a specific search term. |
| E-commerce analytics | Analyze brand coverage, seller mix, availability, ratings, and product URLs. |
| Grocery and retail research | Collect public Chile supermarket product data for reporting or market studies. |
| API integration | Use Apify API to run Lider.cl searches and pull Dataset items as JSON or CSV. |
| Data enrichment | Enrich internal product lists with public Lider.cl names, URLs, prices, images, and seller fields. |
Quick Start
- Open the Actor on Apify.
- Enter a product search term, for example
leche,cafe,notebook,aceite, ordetergente. - Choose how many pages to extract.
- Run the Actor.
- Download results from the Dataset tab as JSON, CSV, Excel, XML, or access them through the Apify API.
Minimal input:
{"term": "leche","maxPages": 1}
Example with more pages:
{"term": "cafe molido","maxPages": 5,"pageSize": 60,"delaySecs": 0.5}
Input Reference
| Field | Type | Required | Description |
|---|---|---|---|
term | string | yes | Product or keyword to search on Lider.cl. Examples: leche, arroz, iphone, detergente. |
maxPages | integer | no | Maximum number of result pages to scrape. Each page can return up to 60 products. Default: 1. |
pageSize | integer | no | Products per page. Lider.cl supports up to 60. Default: 60. |
delaySecs | number | no | Delay between pages to reduce request pressure. Default: 0.5. |
retries | integer | no | Retries per page when a request fails. Default: 3. |
timeoutSecs | integer | no | Timeout per request. Default: 20. |
sort | string | no | Optional Lider.cl sort value. Leave empty to use the default search order. |
Output Example
{"id": "6dedce73-844d-4423-92d3-ac45e0759178","us_item_id": "00079919256382","name": "4x Leche en Polvo NIDO® Entera 800g","brand": "Nestlé","price": 32190,"price_string": "$32,190.00","list_price": 38790,"list_price_string": "$38,790.00","availability": "In stock","seller_name": "Nestlé S.A","seller_type": "EXTERNAL","url": "https://www.lider.cl/ip/lacteos/4x-leche-en-polvo-nido-entera-800g/00079919256382","thumbnail": "https://i5.walmartimages.cl/asr/example.png","search_term": "leche","scraped_at": "2026-05-03T13:24:46"}
Run From The Apify API
Python
from apify_client import ApifyClientclient = ApifyClient("<APIFY_API_TOKEN>")run = client.actor("scraperschile/lider-cl").call(run_input={"term": "leche","maxPages": 2,"pageSize": 60,})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": 2,"pageSize": 60}' \'https://api.apify.com/v2/acts/scraperschile~lider-cl/runs?waitForFinish=60'
Technical Notes
- Built with the Apify Python SDK.
- Uses the public Lider.cl GraphQL catalog endpoint used by the website search flow.
- Paginates search results with configurable
pageSizeandmaxPages. - Deduplicates products by Lider.cl item ID.
- Saves normalized product rows to the default Apify Dataset.
- Stores a run summary in the default key-value store under
OUTPUT. - Does not require login and does not collect private account data.
Responsible Use
This Actor extracts public product listing data from Lider.cl with configurable limits and delays. Use it responsibly, respect Lider.cl terms, Apify terms, and applicable laws. Do not use it to overload the source website, bypass access controls, collect private data, or perform abusive automated activity.
FAQ
Can I scrape Lider.cl prices?
Yes. The Actor extracts current price, list price, previous price when available, and formatted price text from public Lider.cl search results.
Can I export Lider.cl product data to CSV?
Yes. Apify Datasets can be downloaded as CSV, JSON, Excel, XML, RSS, or accessed through the Apify API.
Does this Actor scrape the Lider.cl supermarket catalog?
It scrapes public search results from Lider.cl, including supermarket and marketplace products returned by the website for your search term.
Does it need a Lider.cl account?
No. It uses public catalog search data and does not log in.
How many products can one page return?
Lider.cl can return up to 60 products per page. Use maxPages to control how many pages the Actor extracts.
What happens if Lider.cl changes its API?
If Lider.cl changes the underlying catalog endpoint, headers, fields, or pagination behavior, the Actor may need an update.