E.Leclerc Scraper — French Grocery & General Products & Prices avatar

E.Leclerc Scraper — French Grocery & General Products & Prices

Pricing

Pay per event

Go to Apify Store
E.Leclerc Scraper — French Grocery & General Products & Prices

E.Leclerc Scraper — French Grocery & General Products & Prices

Scrape products, prices, and availability from e.leclerc. Export to JSON, CSV, or Excel.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Categories

Share

E.Leclerc Scraper

Scrapes product data from e.leclerc, one of France's largest supermarket and hypermarket chains with 700+ locations.

Input

FieldTypeRequiredDescription
categoryUrlsArrayNoE.Leclerc category page URLs to scrape
searchQueryStringNoSearch keyword (default: "cafe")
maxResultsIntegerNoProduct limit (default: 100)
proxyConfigurationObjectNoProxy settings

How it works

CheerioCrawler visits listing pages, parses product cards, enqueues detail page URLs, then extracts full product data using itemprop microdata and standard HTML selectors. Pagination follows rel="next" links.

Output

FieldTypeExample
nameString"Cafe moulu Grand Arome 250g"
brandString"Jacques Vabre"
priceNumber3.49
originalPriceNumber4.29
currencyString"EUR"
skuStringProduct SKU
inStockBooleantrue
ratingNumber4.0
reviewCountNumber12
imageUrlStringProduct image
descriptionStringProduct description
categoryStringLast breadcrumb segment
{
"name": "Cafe moulu Grand Arome 250g",
"brand": "Jacques Vabre",
"price": 3.49,
"currency": "EUR",
"inStock": true,
"category": "Cafe",
"url": "https://www.e.leclerc/fp/cafe-moulu-grand-arome-250g-12345",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

Notes

  • French-only site (e.leclerc)
  • Pricing and availability may vary by store; the scraper returns the default online listing
  • E.Leclerc has a complex product grid -- the scraper tries multiple CSS selector strategies