# Track health insurance reviews in Australia

**Use case:** 

Track Australian health insurance reviews, ratings, review counts, and customer feedback from ProductReview.com.au.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.productreview.com.au/c/health-insurance"
    }
  ],
  "query": "iphone",
  "maxItems": 20,
  "includeReviews": true,
  "maxReviewsPerListing": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "listingName": {
    "label": "Listing name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "rating": {
    "label": "Listing rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "reviewerName": {
    "label": "Reviewer name",
    "format": "string"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "string"
  },
  "reviewRating": {
    "label": "Review rating",
    "format": "number"
  },
  "reviewTitle": {
    "label": "Review title",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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