# Carrefour MAF Grocery Scraper by Keyword

**Use case:** 

Scrape Carrefour MAF Grocery products by keyword or search term — price, photos and location. Ready-to-run, structured JSON export.

## Input

```json
{
  "productIds": [],
  "productUrls": [],
  "categoryUrls": [],
  "startUrls": [],
  "query": "milk",
  "market": "mafuae",
  "markets": [],
  "language": "en",
  "categories": [],
  "rayonIds": [],
  "quantities": {},
  "maxResults": 5,
  "usePagination": true,
  "pageSize": 60,
  "inStockOnly": false,
  "includeDetails": false,
  "compact": false,
  "excludeEmptyFields": false,
  "descriptionFormat": "all",
  "descriptionMaxLength": 0,
  "incrementalMode": false,
  "emitUnchanged": false,
  "skipReposts": false,
  "notifyOnlyChanges": false,
  "notificationLimit": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID"
  },
  "productId": {
    "label": "Product ID"
  },
  "gtin": {
    "label": "GTIN"
  },
  "barcode": {
    "label": "Barcode (EAN)"
  },
  "sku": {
    "label": "SKU"
  },
  "facilityId": {
    "label": "Facility ID"
  },
  "facilityServiceId": {
    "label": "Facility service ID"
  },
  "title": {
    "label": "Title"
  },
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "packaging": {
    "label": "Packaging"
  },
  "entityName": {
    "label": "Entity name"
  },
  "category": {
    "label": "Category"
  },
  "categoryName": {
    "label": "Category name"
  },
  "categoryPath": {
    "label": "Category path"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs"
  },
  "subcategory": {
    "label": "Subcategory"
  },
  "location": {
    "label": "Market"
  },
  "description": {
    "label": "Description"
  },
  "descriptionText": {
    "label": "Description text"
  },
  "ingredients": {
    "label": "Ingredients"
  },
  "storageConditions": {
    "label": "Storage conditions"
  },
  "allergens": {
    "label": "Allergens"
  },
  "nutrition": {
    "label": "Nutrition"
  },
  "price": {
    "label": "Price"
  },
  "priceText": {
    "label": "Price text"
  },
  "priceValue": {
    "label": "Price value"
  },
  "regularPrice": {
    "label": "Regular price"
  },
  "regular_price": {
    "label": "Regular price alias"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "currency": {
    "label": "Currency"
  },
  "available": {
    "label": "Available"
  },
  "in_stock": {
    "label": "In stock"
  },
  "purchasable": {
    "label": "Purchasable"
  },
  "purchaseMin": {
    "label": "Purchase min"
  },
  "purchaseMax": {
    "label": "Purchase max"
  },
  "quantity": {
    "label": "Quantity"
  },
  "linePrice": {
    "label": "Line price"
  },
  "basketKey": {
    "label": "Basket key"
  },
  "listingType": {
    "label": "Listing type"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "portalUrl": {
    "label": "Portal URL",
    "format": "link"
  },
  "canonical_url": {
    "label": "Canonical URL",
    "format": "link"
  },
  "main_image": {
    "label": "Main image",
    "format": "image"
  },
  "images": {
    "label": "Images"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "image"
  },
  "galleryUrls": {
    "label": "Gallery URLs"
  },
  "weight": {
    "label": "Weight"
  },
  "attributes": {
    "label": "Attributes"
  },
  "rating_value": {
    "label": "Rating"
  },
  "review_count": {
    "label": "Reviews"
  },
  "searchQuery": {
    "label": "Search query"
  },
  "contentQuality": {
    "label": "Content quality"
  },
  "detailFetched": {
    "label": "Detail fetched"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "scraped_at": {
    "label": "Scraped at alias"
  },
  "source": {
    "label": "Source"
  },
  "contentHash": {
    "label": "Content hash"
  },
  "sellerName": {
    "label": "Seller"
  },
  "changeType": {
    "label": "Change"
  }
}
```

## About this Actor

This example demonstrates how to use [Carrefour MAF [Just 💰$2] — Groceries (7 Markets)](https://apify.com/blackfalcondata/carrefour-maf-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/carrefour-maf-scraper) to learn more, explore other use cases, and run it yourself.