Chemist Warehouse AU Product Scraper avatar

Chemist Warehouse AU Product Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Chemist Warehouse AU Product Scraper

Chemist Warehouse AU Product Scraper

Scrape Chemist Warehouse Australia product search results, prices, pharmacy categories, and normalized item data for price monitoring and product research.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

0

Monthly active users

7 days ago

Last modified

Share

Scrape Chemist Warehouse Australia product search results, prices, pharmacy categories, and normalized item records. Use this Chemist Warehouse scraper for pharmacy price monitoring, product research, stock checks, and ecommerce data workflows.

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.