AU Pharmacy Product Search
Pricing
Pay per usage
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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:
namebrandskusource_urlpricedescriptionimagessource
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.
searchRequired:queryOptional: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 withsource,operation,success,total,errors,proxy, andmonetization
Notes
pageis 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
directwith no custom proxies. - The runtime is prepared for future pay-per-event monetization without changing the actor structure again.