# Research Coffee Machine Trends ProductReview.com.au

**Use case:** 

Collect detailed reviews for a range of coffee machines, from espresso to pod models, to understand evolving consumer preferences and emerging trends in the Aus

## Input

```json
{
  "mode": "search",
  "searchQuery": "laptop",
  "category": "",
  "productUrls": [],
  "sortBy": "relevance",
  "reviewSortBy": "overview",
  "maxItems": 10
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "overallRating": {
    "label": "Overall rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "category": {
    "label": "Category"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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