Consumer Affairs Scraper avatar

Consumer Affairs Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Consumer Affairs Scraper

Consumer Affairs Scraper

Scrape ProductReview.com.au - Australia's leading consumer review platform. Search companies by keyword or category, get detailed company ratings and individual customer reviews with verified buyer badges and star ratings.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Extract company profiles and consumer reviews from ProductReview.com.au — Australia's largest consumer review platform covering 100,000+ products and services. Search companies by keyword or category, then get detailed company ratings and individual customer reviews.

What you can do

  • Search for companies and products by keyword
  • Browse companies by category (insurance, automotive, finance, health, etc.)
  • Get reviews for specific companies including star ratings, review text, author, and date
  • Filter reviews by minimum star rating

Input

FieldTypeDescription
modeselectsearchCompanies or getReviews (required)
querystringKeyword search (mode=searchCompanies)
categoryselectCategory to browse (mode=searchCompanies)
companySlugsarrayCompany slugs or URLs (mode=getReviews)
minRatingintegerMinimum star rating filter 1–5 (mode=getReviews)
maxItemsintegerMax records to return (1–10,000, default 100)

Example inputs

Search for companies:

{
"mode": "searchCompanies",
"query": "insurance",
"maxItems": 20
}

Browse a category:

{
"mode": "searchCompanies",
"category": "automotive",
"maxItems": 50
}

Get reviews for a company:

{
"mode": "getReviews",
"companySlugs": ["amazon", "nrma-car-insurance"],
"minRating": 1,
"maxItems": 100
}

Output

Company records (mode=searchCompanies)

FieldDescription
companySlugCompany identifier slug
companyNameCompany display name
companyWebsiteCompany official website
overallRatingAverage star rating (1.0–5.0)
reviewCountTotal number of reviews
categoryProduct/service category
parentCategoryParent category
logoUrlCompany logo image URL
imageUrlCover image URL
sourceUrlProductReview.com.au listing URL
recordTypeAlways "company"
scrapedAtUTC timestamp

Review records (mode=getReviews)

FieldDescription
companySlugCompany identifier
ratingStar rating (1–5)
titleReview headline (when provided)
bodyReview body text
authorNameReviewer name
dateReview date (ISO 8601)
reviewImagesAttached images (when present)
sourceUrlProductReview.com.au listing URL
recordTypeAlways "review"
scrapedAtUTC timestamp

Example output

{
"companySlug": "amazon",
"companyName": "Amazon",
"companyWebsite": "https://www.amazon.com.au",
"overallRating": 1.6,
"reviewCount": 2543,
"category": "General Merchandise Shops",
"sourceUrl": "https://www.productreview.com.au/listings/amazon",
"recordType": "company",
"scrapedAt": "2026-05-30T12:00:00+00:00"
}

Available categories

Insurance, Finance, Shops & Retail, Health, Home Services, Automotive, Telco & Internet, Travel, Education, Food & Beverages, Electronics, Fashion & Beauty, Real Estate, Sports & Leisure, Pets, Professional Services.

FAQ

What is ProductReview.com.au? ProductReview.com.au is Australia's largest consumer review platform with 3M+ reviews across 100,000+ businesses, products, and services.

Do I need an account or API key? No. All review data is publicly accessible.

How many reviews per company? ProductReview shows approximately 35 reviews per page in structured data. Multiple pages are automatically fetched until maxItems is reached.

Are reviews verified? ProductReview.com.au marks some reviews as from verified purchasers. This information is available in the review data when present.

Can I get reviews for Australian-only companies? The platform focuses on the Australian market. Most reviewed companies are Australian businesses or those with a significant Australian customer base.

How fresh is the data? Each run scrapes live pages. Reviews are sorted by most recent first.