Mercadona Scraper - Spain Grocery Prices & Products avatar

Mercadona Scraper - Spain Grocery Prices & Products

Pricing

from $3.00 / 1,000 products

Go to Apify Store
Mercadona Scraper - Spain Grocery Prices & Products

Mercadona Scraper - Spain Grocery Prices & Products

Scrape the Mercadona online supermarket: product names, prices, unit prices (€/kg, €/L), price drops, categories, images and optional EAN barcodes, brand, origin, ingredients and allergens. Prices by Spanish postal code. Whole shop in under a minute, no login or proxy needed.

Pricing

from $3.00 / 1,000 products

Rating

0.0

(0)

Developer

Rocio F.Peral

Rocio F.Peral

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract the full Mercadona online supermarket catalogue (tienda.mercadona.es): product names, prices, unit prices (€/kg, €/L), price drops, categories, packaging, images and, optionally, EAN barcodes, brand, origin, ingredients and allergens.

Mercadona is Spain's largest supermarket chain. Prices and assortment change by region, so this Actor lets you choose the postal code and returns exactly what a shopper in that area sees.

  • ⚡ Whole shop (about 4,300 products) in under a minute
  • 📍 Prices by postal code (Madrid, Barcelona, Valencia, Sevilla... any served area)
  • 🏷️ Price drops with previous price and % discount
  • 🔎 Filter by search terms or categories, no URLs needed
  • 🧾 Optional product details: EAN, brand, origin, ingredients, allergens, supplier, all photos
  • 🌍 Names in Spanish, English, Catalan, Basque or Valencian
  • ✅ No login, no cookies, no proxy needed

What can you do with it?

  • Price monitoring: schedule a daily run and track how grocery prices move in Spain.
  • Inflation and market research: build your own basket index with unit prices per kg or litre.
  • Competitor benchmarking: compare Mercadona and its own-label brands (Hacendado, Deliplus, Bosque Verde) with your products.
  • Apps and AI agents: shopping list, meal planning and nutrition apps that need real products, prices and EAN codes.
  • Regional comparison: run it with several postal codes and compare prices between cities.

Input

FieldTypeDescription
postalCodestringSpanish postal code (5 digits). Default 28001.
searchTermsarrayKeep only products whose name contains any of these terms. Accent-insensitive.
categoriesarrayCategory names or IDs (top or second level), e.g. "Aceite, especias y salsas". Empty = whole shop.
includeDetailsbooleanAdds EAN, brand, origin, ingredients, allergens, supplier and photos. One extra request per product.
onlyPriceDropsbooleanOnly products that are currently cheaper than before.
maxItemsintegerStop after this many products. 0 = no limit.
languagestringes, en, ca, eu or vai.

Example: all milk and coffee products in Barcelona, with barcodes

{
"postalCode": "08001",
"searchTerms": ["leche", "café"],
"includeDetails": true
}

Example: today's price drops in Valencia

{
"postalCode": "46001",
"onlyPriceDrops": true
}

Output

One item per product. Example:

{
"id": "4717",
"name": "Aceite de oliva virgen extra Hacendado",
"packaging": "Garrafa",
"price": 12.8,
"referencePrice": 4.267,
"referenceFormat": "L",
"previousPrice": 13.55,
"priceDropped": true,
"priceDropPercent": 5.5,
"unitSize": 3,
"sizeFormat": "l",
"isPack": false,
"currency": "EUR",
"categoryL1": "Aceite, especias y salsas",
"categoryL2": "Aceite, vinagre y sal",
"categoryL3": "Aceite de oliva",
"url": "https://tienda.mercadona.es/product/4717/aceite-oliva-virgen-extra-hacendado-garrafa",
"image": "https://prod-mercadona.imgix.net/images/cd149804838dc230dad3c2a314cf2286.jpg?fit=crop&h=300&w=300",
"postalCode": "46001",
"warehouse": "vlc1",
"scrapedAt": "2026-09-19T18:32:19.901Z",
"ean": "8402001001192",
"brand": "Hacendado",
"origin": "Puente de Génave, Sierra de Segura. Jaén.",
"ingredients": "Aceite de Oliva Virgen Extra 100%",
"allergens": null,
"supplier": "ACEITES MAEVA S.L.U; Aceites Oro Bailén Galgon 99 SLU, S.L.U.; Aceites del Sur- Coosur S.A.; Agrícola de Bailén Virgen de Zocueca, S.C.A; Jaencoop SCA; MERCADONA; MERCAOLEO; Oleoestepa S.C.A.; Oleoestepa, S.Coop.And.; Sovena España S.A.U",
"photos": [
"https://prod-mercadona.imgix.net/images/cd149804838dc230dad3c2a314cf2286.jpg?fit=crop&h=3600&w=3600"
]
}

Fields from ean onwards are only present when includeDetails is on.

Download the dataset as JSON, CSV, Excel or XML, or read it through the Apify API.

Tips

  • If a postal code is not served by Mercadona online, the Actor falls back to the Madrid warehouse and says so in the log.
  • To compare cities, run the Actor once per postal code. The warehouse field tells you which regional assortment you got.
  • For daily monitoring you usually do not need includeDetails: EAN and ingredients rarely change, prices do.

Use it from AI agents (MCP)

This Actor works with the Apify MCP server, so Claude, Cursor and other MCP clients can call it as a tool: "find the cheapest olive oil at Mercadona in Sevilla".

The Actor only collects publicly available product and price information. It does not collect personal data. You are responsible for how you use the data.

Support

Found a problem or need another Spanish supermarket? Open an issue in the Issues tab.