# Breville Barista Express Product Reviews Scraper

**Use case:** 

Extract verified reviews, ratings, and product details for the Breville Barista Express from ProductReview.com.au. Get structured data for analysis.

## Input

```json
{
  "urls": [
    {
      "url": "https://www.productreview.com.au/listings/breville-barista-express"
    }
  ],
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "review_id": {
    "label": "Review ID",
    "format": "text"
  },
  "review_url": {
    "label": "Review URL",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "body": {
    "label": "Body",
    "format": "text"
  },
  "first_published_at": {
    "label": "Published",
    "format": "date"
  },
  "author_name": {
    "label": "Author",
    "format": "text"
  },
  "author_location": {
    "label": "Location",
    "format": "text"
  },
  "listing_name": {
    "label": "Listing",
    "format": "text"
  },
  "brand_name": {
    "label": "Brand",
    "format": "text"
  },
  "subject_name": {
    "label": "Variant",
    "format": "text"
  }
}
```

## About this Actor

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