# ALDI Australia Scraper - Groceries, Special Buys & Prices

**Use case:** 

Scrape ALDI AU catalogue. Search/URL. Get name, brand, price, savings, size, image, availability. Optional: description, ingredients, allergens, nutrition.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "milk"
  ],
  "sortBy": "relevance",
  "urls": [
    "https://www.aldi.com.au/products/dairy-eggs-fridge/milk/k/1111111160"
  ],
  "fetchDetails": false,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceDisplay": {
    "label": "Price (display)",
    "format": "text"
  },
  "wasPriceDisplay": {
    "label": "Was",
    "format": "text"
  },
  "savingsDisplay": {
    "label": "Save",
    "format": "text"
  },
  "unitPriceDisplay": {
    "label": "Unit price",
    "format": "text"
  },
  "sellingSize": {
    "label": "Size",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "onSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "onSaleDateDisplay": {
    "label": "Special Buys date",
    "format": "text"
  },
  "imagesCount": {
    "label": "Images",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [ALDI AU Scraper - Groceries, Special Buys & Prices](https://apify.com/abotapi/aldi-com-au-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/aldi-com-au-scraper) to learn more, explore other use cases, and run it yourself.