Amcal AU Pharmacy Product Scraper avatar

Amcal AU Pharmacy Product Scraper

Pricing

from $0.04 / 1,000 results

Go to Apify Store
Amcal AU Pharmacy Product Scraper

Amcal AU Pharmacy Product Scraper

Scrape Amcal Australia pharmacy product search results, categories, prices, locations, and normalized item data for pharmacy monitoring workflows.

Pricing

from $0.04 / 1,000 results

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

1

Monthly active users

an hour ago

Last modified

Share

Scrape Amcal Australia pharmacy product search results, categories, prices, locations, and normalized item details. Use this Amcal scraper for pharmacy price monitoring, health product research, availability checks, and ecommerce data workflows.

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.