# Chemist Warehouse Scraper – Products, Prices & Reviews

**Use case:** 

Scrape Chemist Warehouse. Search/URL + filters. Get price, RRP, discount, stock, image, ingredients, directions, warnings, category & reviews.

## Input

```json
{
  "mode": "search",
  "queries": [
    "vitamin c"
  ],
  "inStockOnly": false,
  "sort": "relevance",
  "productUrls": [
    "https://www.chemistwarehouse.com.au/buy/145683/panadol-500mg-16-tablets"
  ],
  "fetchReviews": true,
  "maxReviewsPerProduct": 20,
  "maxItems": 20,
  "maxPages": 0,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "rrp": {
    "label": "RRP"
  },
  "discountPercent": {
    "label": "Discount %"
  },
  "isInStock": {
    "label": "In stock"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Chemist Warehouse AU – Products, Prices & Reviews](https://apify.com/abotapi/chemistwarehouse-com-au-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/chemistwarehouse-com-au-scraper) to learn more, explore other use cases, and run it yourself.