E.Leclerc Scraper — French Grocery & General Products & Prices
Pricing
Pay per event
Go to Apify Store

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
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
| Field | Type | Required | Description |
|---|---|---|---|
categoryUrls | Array | No | E.Leclerc category page URLs to scrape |
searchQuery | String | No | Search keyword (default: "cafe") |
maxResults | Integer | No | Product limit (default: 100) |
proxyConfiguration | Object | No | Proxy 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
| Field | Type | Example |
|---|---|---|
name | String | "Cafe moulu Grand Arome 250g" |
brand | String | "Jacques Vabre" |
price | Number | 3.49 |
originalPrice | Number | 4.29 |
currency | String | "EUR" |
sku | String | Product SKU |
inStock | Boolean | true |
rating | Number | 4.0 |
reviewCount | Number | 12 |
imageUrl | String | Product image |
description | String | Product description |
category | String | Last 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