Lider.cl Scraper - Productos y Precios Chile avatar

Lider.cl Scraper - Productos y Precios Chile

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Lider.cl Scraper - Productos y Precios Chile

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

Scrapers Chile

Maintained by Community

Actor 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:

FieldDescription
namePublic product name.
brandProduct brand.
priceCurrent numeric price.
price_stringCurrent price as displayed by Lider.cl.
was_pricePrevious price when available.
list_priceList price when available.
availabilityAvailability text, for example in stock status.
seller_nameSeller name, such as Lider or marketplace seller.
seller_typeSeller type reported by Lider.cl.
average_ratingAverage rating when available.
number_of_reviewsNumber of reviews when available.
urlPublic product URL.
thumbnailMain product image.
imagesAdditional image URLs when available.
search_termSearch term used for the extraction.
scraped_atExtraction timestamp.
raw_productOriginal product payload serialized as JSON.

Typical Use Cases

Use caseHow this Actor helps
Price monitoringTrack current prices, previous prices, list prices, and promotions for products on Lider.cl.
Competitive intelligenceCompare Lider Chile catalog data with other supermarket, marketplace, or retail sources.
Product catalog extractionBuild a structured dataset of public product listings for a specific search term.
E-commerce analyticsAnalyze brand coverage, seller mix, availability, ratings, and product URLs.
Grocery and retail researchCollect public Chile supermarket product data for reporting or market studies.
API integrationUse Apify API to run Lider.cl searches and pull Dataset items as JSON or CSV.
Data enrichmentEnrich internal product lists with public Lider.cl names, URLs, prices, images, and seller fields.

Quick Start

  1. Open the Actor on Apify.
  2. Enter a product search term, for example leche, cafe, notebook, aceite, or detergente.
  3. Choose how many pages to extract.
  4. Run the Actor.
  5. 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

FieldTypeRequiredDescription
termstringyesProduct or keyword to search on Lider.cl. Examples: leche, arroz, iphone, detergente.
maxPagesintegernoMaximum number of result pages to scrape. Each page can return up to 60 products. Default: 1.
pageSizeintegernoProducts per page. Lider.cl supports up to 60. Default: 60.
delaySecsnumbernoDelay between pages to reduce request pressure. Default: 0.5.
retriesintegernoRetries per page when a request fails. Default: 3.
timeoutSecsintegernoTimeout per request. Default: 20.
sortstringnoOptional 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 ApifyClient
client = 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 pageSize and maxPages.
  • 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.