# Myer AU - Products & Reviews

**Use case:** 

Scrape Myer AU. Search/URL + filters. Get products, specs, ratings & reviews in structured rows for beauty, fashion, home & more.

## Input

```json
{
  "mode": "search",
  "queries": [
    "perfume"
  ],
  "specialsCategory": "",
  "sortBy": "relevance",
  "includeOutOfStock": true,
  "urls": [
    "https://www.myer.com.au/c/beauty/skincare"
  ],
  "detailEnrichment": true,
  "maxReviewsPerProduct": 20,
  "maxItems": 3,
  "maxPages": 0,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "wasPrice": {
    "label": "Was"
  },
  "savingsPercent": {
    "label": "Save %"
  },
  "promoLabel": {
    "label": "Promo"
  },
  "currency": {
    "label": "Currency"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "category": {
    "label": "Category"
  },
  "id": {
    "label": "Product id"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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