ALDI AU Product Scraper avatar

ALDI AU Product Scraper

Pricing

from $0.03 / 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.03 / 1,000 results

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

2

Bookmarked

7

Total users

2

Monthly active users

9 minutes ago

Last modified

Share

ALDI AU Product Search & Catalog (Unofficial)

Search products from ALDI Australia and fetch normalized catalog data for search, categories, and item pages.

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

Supported operations

  • search
  • item
  • categories
  • category
  • search_filters

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

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
}

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.
  • Default proxy strategy is direct.
  • The runtime is prepared for future pay-per-event monetization.