AU Pharmacy Product Search avatar

AU Pharmacy Product Search

Pricing

Pay per usage

Go to Apify Store
AU Pharmacy Product Search

AU Pharmacy Product Search

Search Chemist Warehouse Australian pharmacy products by keyword and return normalized product records with price, URL, brand, images, and description. Unofficial and not affiliated with any retailer.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Chemist Warehouse AU Product Search (Unofficial)

Search products from Chemist Warehouse Australia and return normalized product records in the default dataset.

This is an unofficial actor and is not affiliated with Chemist Warehouse.

This actor is designed for simple product discovery use cases such as:

  • keyword search by product name
  • lightweight catalog checks
  • downstream price comparison pipelines

What this actor does

The actor currently supports one operation:

  • search

For each matching product, the dataset returns a normalized record with fields such as:

  • name
  • brand
  • sku
  • source_url
  • price
  • description
  • images
  • source

The run summary is stored in the default key-value store under the OUTPUT key.

Operation guide

The Apify Console form shows the union of all supported fields, but this actor currently supports only one operation.

  • search Required: query Optional: page, includeRaw

Input

Search example

{
"operation": "search",
"query": "panadol",
"page": 0,
"includeRaw": false
}

Another example

{
"operation": "search",
"query": "vitamin c",
"page": 0,
"includeRaw": false
}

Output

  • Dataset: normalized product rows
  • Key-value store OUTPUT: run summary with source, operation, success, total, errors, proxy, and monetization

Notes

  • page is zero-based.
  • This actor is focused on search only in the current release.
  • The actor is intended to run as a standalone Apify source and does not depend on the existing RapidAPI deployment.
  • Default proxy strategy is direct with no custom proxies.
  • The runtime is prepared for future pay-per-event monetization without changing the actor structure again.