# Kmart Australia – Products, Prices & Reviews

**Use case:** 

Scrape Kmart AU. Search/URL. Get name, brand, price, rating, reviews, colors, sizes, images, seller, category, stock & variations in flat records.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "towel"
  ],
  "specialsCategory": "",
  "sortBy": "relevance",
  "urls": [
    "https://www.kmart.com.au/search/?searchTerm=towel"
  ],
  "fetchReviews": true,
  "maxReviews": 20,
  "maxItems": 20,
  "maxPages": 100,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "wasPrice": {
    "label": "Was",
    "format": "number"
  },
  "savingsAmount": {
    "label": "Save $",
    "format": "number"
  },
  "savingsPercent": {
    "label": "Save %",
    "format": "number"
  },
  "isOnSpecial": {
    "label": "On Special",
    "format": "boolean"
  },
  "promoLabel": {
    "label": "Promo",
    "format": "text"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "onSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "clearance": {
    "label": "Clearance",
    "format": "boolean"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "colour": {
    "label": "Colour",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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