# Chemist Warehouse Latest Results

**Use case:** 

Latest Results of Chemist Warehouse. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "searchKeyword": "panadol",
  "inStockOnly": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price (AUD)",
    "format": "number"
  },
  "rrp": {
    "label": "RRP (AUD)",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "isInStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Chemist Warehouse Scraper](https://apify.com/parseforge/chemist-warehouse-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/chemist-warehouse-scraper) to learn more, explore other use cases, and run it yourself.