Scrape and extract detailed product and business reviews from ProductReview.com.au with advanced filters, business info, and review insights. It supports location/category search, custom queries, proxy rotation, and flexible dataset outputs—ideal for research, analytics, and business intelligence.
Maximum number of review pages to scrape for each listing.
Default value of this property is 5
Extract Reviews
extractReviewsbooleanOptional
Extract reviews as separate items in the dataset.
Default value of this property is false
Separate Reviews Dataset
separateReviewsDatasetbooleanOptional
Store reviews in a separate dataset.
Default value of this property is false
Proxy Configuration
proxyobjectOptional
Optional proxy settings for web scraping.
Save Local Files
saveLocalFilesbooleanOptional
Save JSON output files locally in the 'output' directory.
Default value of this property is false
Transform Fields
dev_transform_fieldsarrayOptional
Transform the resulting output. Select only needed fields. For nested object use DOT (e.g., 'statistics.rating'). For nested array use NUMBER as array index (e.g., 'categories.0.name').
Default value of this property is []
Custom Dataset Name
dev_dataset_namestringOptional
Save results into custom named Dataset. Use masks to customize: {ACTOR} = actor name, {DATE} = date (YYYYMMDD), {TIME} = time (HHMMSS). Example: 'data-{DATE}' will create 'data-20250517'. Use 'default' to use Apify's default dataset.