ALDI UK Product Search & Catalog (Unofficial) avatar

ALDI UK Product Search & Catalog (Unofficial)

Pricing

from $0.03 / 1,000 results

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

ALDI UK Product Search & Catalog (Unofficial)

Search ALDI UK products and fetch category, filter, search, and item data in normalized output.

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

1

Monthly active users

14 hours ago

Last modified

Share

Search ALDI UK products and fetch category, filter, search, and item data in normalized output.

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

Proxy behavior

This actor uses the shared Apify proxy contract used across the workspace. For protected UK runs, prefer APIFY_WAVE1_PROXY_MODE=custom with UK-located proxy URLs in APIFY_WAVE1_CUSTOM_PROXY_URLS. Leave the actor in auto only if you intentionally want direct fallback when custom proxies are missing.

Supported operations

  • categories
  • search_filters
  • search
  • category
  • item

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.

  • categories Required: none Optional: parentId, level, limit, refresh, includeRaw
  • search_filters Required: none Optional: query, categoryId, categorySlug, categoryUrl, includeRaw
  • search Required: query Optional: page, limit, sort, brand, categoryTree, theme, filter, details, includeRaw
  • category Required: categoryUrl or categoryId or categorySlug Optional: query, page, limit, sort, brand, theme, filter, details, includeRaw
  • item Required: itemSlug or itemId or slug Optional: includeRaw

Example inputs

These starter examples were validated locally against the live site.

{
"operation": "categories",
"limit": 100,
"refresh": false,
"includeRaw": false
}
{
"operation": "search",
"query": "milk",
"page": 1,
"limit": 20,
"sort": "relevance",
"details": false,
"filter": [],
"includeRaw": false
}
{
"operation": "category",
"categoryId": "1588161416978051001",
"categorySlug": "chilled-food/milk",
"categoryUrl": "https://www.aldi.co.uk/products/chilled-food/milk/k/1588161416978051001",
"page": 1,
"limit": 20,
"sort": "relevance",
"details": false,
"filter": [],
"includeRaw": false
}
{
"operation": "item",
"itemId": "cowbelle-lactose-free-milk-000000000000422329",
"itemSlug": "cowbelle-lactose-free-milk-000000000000422329",
"slug": "cowbelle-lactose-free-milk-000000000000422329",
"includeRaw": false
}
{
"operation": "search_filters",
"query": "milk",
"categoryId": "1588161416978051001",
"categorySlug": "chilled-food/milk",
"categoryUrl": "https://www.aldi.co.uk/products/chilled-food/milk/k/1588161416978051001",
"includeRaw": false
}

Output

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