Carrefour UAE product data API
ShopAPIS returns structured Carrefour UAE product data — title, brand, price in AED, pack size, category, store-zone availability and same-day delivery flag — as clean JSON. Operated by Majid Al Futtaim, Carrefour UAE is an omnichannel grocery and general-merchandise retailer carrying roughly 25,000 same-day SKUs across grocery, electronics and home (Virtuzone, UAE e-commerce ). Its high-frequency, zone-level grocery pricing makes it one of the best sources of real-time FMCG and perishable price data in the Gulf.
Grocery data behaves differently from marketplace retail: prices and stock change by store and delivery zone, and perishable items carry pack-size and unit-price nuance that general parsers miss.
Why Carrefour UAE data is hard to get
Carrefour UAE is zone-priced and store-fulfilled, so the same product shows different prices, stock and delivery windows depending on the selected emirate and store — and it all renders dynamically behind bot defense. Carrefour exposes no public product API for catalog or pricing at scale. Grocery adds pack-size and unit-price complexity (per-kg, per-100g, multi-buy promotions), and same-day availability turns over constantly. ShopAPIS resolves the selected zone, captures the live price with unit pricing and pack size, the multi-buy promotions and the per-zone availability so high-frequency grocery feeds stay accurate.
Data fields returned
- Identity — product ID, title, brand, pack size, category path
- Pricing — selling price, original price, currency (AED), unit price (per kg / per 100g)
- Promotions — multi-buy and member-price flags
- Availability — in-stock flag per store/zone, same-day delivery flag
- Attributes — weight/volume, country of origin where present
- Social proof — rating average, review count where present
- Media — image gallery
- Fulfillment — delivery window, click-and-collect availability
Sample response
{
"platform": "carrefour-uae",
"country": "AE",
"product_id": "1400221",
"url": "https://www.carrefouruae.com/mafuae/en/p/1400221",
"title": "Almarai Fresh Laban Full Fat 2L",
"brand": "Almarai",
"pack_size": "2 L",
"category": ["Fresh Food", "Dairy & Eggs", "Laban & Buttermilk"],
"price": 9.50,
"original_price": 11.00,
"unit_price": { "value": 4.75, "unit": "per L" },
"currency": "AED",
"promotions": { "multi_buy": "2 for 17", "member_price": true },
"availability": { "in_stock": true, "zone": "Dubai", "same_day": true },
"attributes": { "weight": "2 L", "origin": "Saudi Arabia" },
"rating": { "average": 4.5, "review_count": 86 },
"fulfillment": { "delivery": "Within 2 hours", "click_collect": true },
"images": ["https://cdn.mafrservices.com/.../almarai-laban.jpg"]
}Markets and domains covered
Carrefour UAE serves the Emirates from carrefouruae.com (UAE, AED), with zone-level pricing across Dubai, Abu Dhabi and the other emirates. Majid Al Futtaim runs Carrefour across multiple Gulf markets on a similar schema. ShopAPIS resolves products by URL or by product ID and selected zone, returning local-currency pricing with unit price, pack size and per-zone availability.
Use cases
- High-frequency grocery price monitoring — track FMCG and perishables by zone in AED (/solutions/price-monitoring).
- Promotion and multi-buy intel — capture member prices and multi-buy offers against rivals (/solutions/competitive-intelligence).
- Zone-level availability tracking — monitor same-day stock across emirates (/solutions/inventory-tracking).
- Catalog enrichment — ingest pack size, unit price and origin for grocery catalogs (/solutions/catalog-enrichment).
Grocery is zone-priced. ShopAPIS captures the selected emirate, the unit price and the multi-buy promotion so per-zone feeds compare like for like.