ALDI AU Product Scraper avatar

ALDI AU Product Scraper

Pricing

from $0.40 / 1,000 results

Go to Apify Store
ALDI AU Product Scraper

ALDI AU Product Scraper

Scrape ALDI Australia product search results, category listings, prices, specials, and normalized item details for price monitoring and market research.

Pricing

from $0.40 / 1,000 results

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

2

Bookmarked

17

Total users

7

Monthly active users

2 days ago

Last modified

Share

Scrape ALDI Australia product search results, category listings, prices, specials, and normalized item details. Use this ALDI AU scraper for price monitoring, competitor tracking, assortment research, and ecommerce data workflows.

This is an unofficial actor and is not affiliated with ALDI.

Supported operations

  • search
  • item
  • categories
  • category
  • search_filters
  • special_events
  • specials

Operation guide

The Apify Console form shows the union of all supported fields, so the visible inputs do not change when you switch operation. Use the guide below to know which fields are required.

  • search Required: query Optional: page, limit, sort, brand, categoryTree, theme, details, includeRaw
  • item Required: itemSlug or itemId Optional: includeRaw
  • categories Required: none Optional: includeRaw
  • category Required: categoryUrl or categoryId Optional: page, sort, includeRaw
  • search_filters Required: none Optional: includeRaw
  • special_events Required: none Returns the currently advertised Wednesday/Saturday dates and themes.
  • specials Required: eventDate in YYYY-MM-DD format Optional: theme, limit, includeRaw

Example inputs

{
"operation": "search",
"query": "milk",
"page": 1,
"limit": 20,
"includeRaw": false
}
{
"operation": "categories",
"includeRaw": false
}
{
"operation": "item",
"itemSlug": "haribo-mega-roulette-45g-000000000000173130",
"includeRaw": false
}
{
"operation": "category",
"categoryUrl": "https://www.aldi.com.au/products/fruits-vegetables/k/950000000",
"page": 1,
"includeRaw": false
}
{
"operation": "special_events",
"includeRaw": false
}
{
"operation": "specials",
"eventDate": "2026-07-15",
"theme": "Pantry Staples",
"limit": 20,
"includeRaw": false
}

Output

  • Dataset: normalized products or structured category rows
  • Key-value store OUTPUT: run summary with source, operation, success, total, errors, proxy, and monetization

Notes

  • page is one-based for ALDI operations.
  • details=true can increase runtime and request volume.
  • Special Buys are available while stocks last; stock and prices may vary by store.
  • Default proxy strategy is direct.
  • The runtime is prepared for future pay-per-event monetization.