# Booktopia ProductReview.com.au review extractor

**Use case:** 

Extract Booktopia review text, ratings, public reviewer context, verification badges, images, and reply timestamps from ProductReview.com.au.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.productreview.com.au/listings/booktopia"
    }
  ],
  "maxItems": 100,
  "maxListingsPerCategory": 1,
  "maxPagesPerListing": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "date"
  },
  "reviewTitle": {
    "label": "Title"
  },
  "reviewBody": {
    "label": "Review"
  },
  "reviewerName": {
    "label": "Reviewer"
  },
  "reviewerLocation": {
    "label": "Location"
  },
  "verified": {
    "label": "Verified"
  },
  "fairIncentive": {
    "label": "Fair incentive"
  },
  "companyReplyText": {
    "label": "Company reply"
  },
  "aggregateRating": {
    "label": "Aggregate rating",
    "format": "number"
  },
  "entityReviewCount": {
    "label": "Total reviews",
    "format": "number"
  },
  "category": {
    "label": "Category"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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