Chedraui Mexico Grocery Price Scraper
Scrape Chedraui product prices from Mexico's supermarket catalog. Extract name, brand, price and list price in MXN, EAN barcode, stock, seller and installment plans by keyword or category. Export to JSON, CSV or Excel.
{ "imageUrl": "https://chedrauimx.vteximg.com.br/arquivos/ids…", "images": ["https://chedrauimx.vteximg.com.br/arquivos…, "releaseDate": "2026-03-25T00:00:00Z", "productReference": "3333984", "installmentsTable": [{"number":1,"value":9,"interestRate":0,"tot…, "priceValidUntil": "2027-07-24T00:00:00Z", "measurementUnit": "un", "unitMultiplier": 1, "name": "Refresco Coca Cola 200ml" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Image Url | Images | Release Date | Product Reference |
|---|---|---|---|
| https://chedrauimx.vteximg.com.br… | ["https://chedrauimx.vteximg.com.… | 2026-03-25T00:00:00Z | 3333984 |
| https://chedrauimx.vteximg.com.br… | ["https://chedrauimx.vteximg.com.… | 2025-09-03T00:00:00Z | 3736495 |
| https://chedrauimx.vteximg.com.br… | ["https://chedrauimx.vteximg.com.… | 2025-06-21T00:00:00Z | 3873227 |
{ "imageUrl": "https://chedrauimx.vteximg.com.br/arquivos/ids…", "images": ["https://chedrauimx.vteximg.com.br/arquivos…, "releaseDate": "2026-03-25T00:00:00Z", "productReference": "3333984", "installmentsTable": [{"number":1,"value":9,"interestRate":0,"tot…, "priceValidUntil": "2027-07-24T00:00:00Z", "measurementUnit": "un", "unitMultiplier": 1, "name": "Refresco Coca Cola 200ml" }
常见问题
Can I search by product keyword and by category at the same time?
Yes. Add one or more keywords in Search Terms and one or more category ids or paths in Categories. Each query runs separately and results are merged and de-duplicated by product, variant and seller.
How do I scrape a whole department like groceries or technology?
Put the department id in Categories. Top-level ids include 1 Supermercado, 2 Vinos y licores, 4 Farmacia, 7 Hogar y jardin and 8 Tecnologia. You can also use a category path such as Supermercado/Bebidas.
Does every product include a barcode and brand?
Most grocery and packaged products return a real EAN barcode and brand. A few catalog items have no brand assigned, in which case the brand field is null rather than a placeholder.
How many products can I collect per run?
Set Max Items to control the total. The Chedraui catalog returns up to about 2500 products per single query window, so for very large pulls split the work across several keywords or categories.
What does the installments field mean for groceries?
It reflects the payment plan Chedraui exposes for the offer. For most low-cost grocery items this is a single full payment, while higher-value items such as appliances may show multi-month interest-free plans.