ProductReview.com.au Scraper avatar

ProductReview.com.au Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
ProductReview.com.au Scraper

ProductReview.com.au Scraper

Scrape Australia's largest product review site, productreview.com.au. Search products and brands, browse by category, fetch product details, and extract consumer reviews with ratings, dates, and verified purchase flags.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract product listings, brand ratings, and consumer reviews from ProductReview.com.au — Australia's largest consumer review platform with 3.6M+ verified reviews across electronics, appliances, financial services, insurance, telecommunications, and more.

What You Can Scrape

  • Product & Brand Listings — names, ratings, review counts, categories, descriptions, images, and website links
  • Consumer Reviews — reviewer name, rating (1–5), date, review text, title, verified purchase flag, and helpful vote count
  • Rating Breakdowns — per-star distribution for each product

Modes

ModeDescription
searchSearch products and brands by keyword (default)
byCategoryBrowse products in a specific category
productReviewsFetch consumer reviews for a specific product/brand
byUrlScrape one or more product page URLs directly

Input Parameters

ParameterTypeDescription
modeStringOne of search, byCategory, productReviews, byUrl
searchQueryStringKeyword to search (mode=search)
categorySelectCategory slug to browse (mode=byCategory)
productUrlStringProduct page URL (mode=productReviews / byUrl)
productUrlsArrayMultiple product URLs (mode=byUrl)
sortBySelectrelevance, mostReviewed, highestRated, lowestRated, newest
reviewSortBySelectoverview, mostRecent, mostHelpful, highestRated, lowestRated
maxItemsIntegerMax records to return (1–1000, default 50)

Output Fields

Product / Brand Records (recordType: product)

FieldTypeDescription
productIdStringUnique listing ID
slugStringURL slug
nameStringFull product/brand name
brandStringBrand name
categoryStringCategory (e.g. "Electronics")
subCategoryStringSubcategory (e.g. "Laptops")
overallRatingFloatAverage rating (1.0–5.0)
reviewCountIntegerTotal number of reviews
ratingBreakdownObjectPer-star counts: star1 through star5
descriptionStringProduct description
websiteStringOfficial brand/product website
productUrlStringFull ProductReview.com.au listing URL
imageUrlStringProduct thumbnail image URL
isVerifiedBooleanWhether the brand is verified on the platform
scrapedAtStringISO 8601 timestamp of scrape

Review Records (recordType: review)

FieldTypeDescription
reviewIdStringUnique review ID
reviewerNameStringReviewer display name
reviewTitleStringReview headline
reviewTextStringFull review body
ratingIntegerRating (1–5)
reviewDateStringISO 8601 publication date
verifiedPurchaseBooleanWhether the reviewer verified their purchase
helpfulCountIntegerNumber of helpful votes
productNameStringProduct name (for context)
brandNameStringBrand name (for context)
scrapedAtStringISO 8601 timestamp of scrape

Example Input

{
"mode": "search",
"searchQuery": "laptop",
"sortBy": "mostReviewed",
"maxItems": 50
}
{
"mode": "productReviews",
"productUrl": "https://www.productreview.com.au/listings/australia-post",
"reviewSortBy": "mostRecent",
"maxItems": 100
}
{
"mode": "byCategory",
"category": "electronics",
"sortBy": "highestRated",
"maxItems": 30
}

Supported Categories

appliances, electronics, laptops, software, financial-services, insurance, telecommunications, health-beauty, automotive, gaming, furniture-bedding, kitchen-bathroom-hardware, food-drink, babies-kids, garden-power-tools, pets-products, sport-recreation, beauty-products, kitchenware, watches

FAQs

Does this require cookies or API keys?
No. The scraper uses public HTTP requests — no login, no API keys, no proxy required.

How many results per page does ProductReview return?
Approximately 20 products per search/category page. For reviews, approximately 35 per page.

Can I scrape reviews for any product?
Yes — any listing on productreview.com.au works. Pass the full URL in productUrl.

Is the data real-time?
The scraper fetches live data on each run. Ratings and review counts reflect the current state of the site.

What image URLs are returned?
Images are served from cdn.productreview.com.au at 160×160px. They are publicly accessible.

Are review texts always present?
Most reviews have a body but some short reviews may only have a rating. Empty fields are omitted from the output.

Technical Notes

  • Extraction method: HTML page parsing with embedded Redux JSON state (application/json script tags)
  • No browser automation required — pure HTTP via httpx
  • Retries on 429/5xx with exponential backoff
  • Memory: 1024 MB recommended