Amcal AU Product Search & Categories (Unofficial) avatar

Amcal AU Product Search & Categories (Unofficial)

Pricing

from $0.04 / 1,000 results

Go to Apify Store
Amcal AU Product Search & Categories (Unofficial)

Amcal AU Product Search & Categories (Unofficial)

Search Amcal Australia products and fetch items, categories, locations, and normalized catalog data for automation workflows.

Pricing

from $0.04 / 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 Amcal Australia and fetch normalized results for product search, item details, categories, and locations.

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

Supported operations

  • search
  • item
  • categories
  • category
  • locations
  • 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: locationId, includeRaw
  • item Required: itemId Optional: locationId, includeRaw
  • categories Required: none Optional: includeRaw
  • category Required: categoryId or categorySlug Optional: locationId, page, limit, sort, includeRaw
  • locations Required: none Optional: postcode, includeRaw
  • search_filters Required: none Optional: includeRaw

Example inputs

{
"operation": "search",
"query": "panadol",
"locationId": "15",
"includeRaw": false
}
{
"operation": "categories",
"includeRaw": false
}
{
"operation": "item",
"itemId": "MMC-O100004989",
"locationId": "15",
"includeRaw": false
}
{
"operation": "category",
"categoryId": "REPLACE_WITH_ID_FROM_CATEGORIES",
"page": 0,
"limit": 24,
"includeRaw": false
}
{
"operation": "locations",
"postcode": "3000",
"includeRaw": false
}

Output

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

Notes

  • For category, first run categories and copy a real categoryId or categorySlug from that output.
  • Use locationId when you want localized pricing or stock.
  • Default proxy strategy is direct.
  • The runtime is prepared for future pay-per-event monetization.