# Myer Australia Category Tree Explorer

**Use case:** 

Extract the Myer Australia product category tree with detailed subcategories. Gain insights into available brands and offers for better catalog organization.

## Input

```json
{
  "operation": "categories",
  "query": "dress",
  "page": 1,
  "pageSize": 10,
  "maxItems": 100,
  "details": false,
  "includeFilters": false,
  "depth": 2,
  "includeRaw": false,
  "proxyConfiguration": "direct"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Regular price",
    "format": "number"
  },
  "discount_price": {
    "label": "Sale price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "in_stock": {
    "label": "In stock",
    "format": "boolean"
  },
  "message": {
    "label": "Offer message",
    "format": "string"
  },
  "source_url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Myer Australia Products, Prices, Brands & Offers Scraper](https://apify.com/dromb/myer-wave1) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dromb/myer-wave1) to learn more, explore other use cases, and run it yourself.