ALDI AU Product Search & Catalog (Unofficial) avatar

ALDI AU Product Search & Catalog (Unofficial)

Pricing

from $0.03 / 1,000 results

Go to Apify Store
ALDI AU Product Search & Catalog (Unofficial)

ALDI AU Product Search & Catalog (Unofficial)

Search ALDI Australia products and fetch normalized catalog, item, and category data for discovery and monitoring workflows.

Pricing

from $0.03 / 1,000 results

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Share

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.