Woolworths Reviews Scraper avatar

Woolworths Reviews Scraper

Pricing

Pay per event

Go to Apify Store
Woolworths Reviews Scraper

Woolworths Reviews Scraper

Scrape product reviews from Woolworths. This actor covers both Australia and New Zealand domains.

Pricing

Pay per event

Rating

0.0

(0)

Developer

E Commerce

E Commerce

Maintained by Apify

Actor stats

1

Bookmarked

6

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

Powered by E-commerce Scraping Tool. Need data from other stores too? The E-commerce Scraping Tool gets you data from Woolworths, Amazon, eBay, and any other e-commerce site.

Woolworths Reviews Scraper

Extract product reviews from Woolworths in Australia and New Zealand - rating, review text, author, date, and the original syndicated source - by product URL or keyword search, with no Woolworths API required.

What does Woolworths Reviews Scraper do?

Woolworths Reviews Scraper collects customer reviews from product pages on Woolworths, Australia's largest supermarket chain, covering both the Australian (woolworths.com.au) and New Zealand domains. Paste product page URLs or search by keyword, set how many reviews you want per product, and the Actor returns structured review records - rating, review text, author, publication date, and the original review source - ready to export to JSON, CSV, or Excel. Woolworths reviews are powered by the BazaarVoice platform and are often syndicated from manufacturer sites, so the Actor preserves that provenance for you. No Woolworths API or login required.

  • ⭐ Full review data - text, star rating, author, and date published
  • πŸ”Ž Search by keyword - pull reviews across many products without hunting for each URL
  • πŸ”— Source provenance - keep the BazaarVoice source and the syndicated origin site
  • πŸ‡¦πŸ‡Ί Australia and New Zealand - works across both Woolworths storefronts
  • πŸ“Š Clean output - structured records ready for analysis

What data can you extract from Woolworths reviews?

Review dataReviewer and dateSource and context
πŸ’¬ Review textπŸ‘€ Author usernameπŸ”— Product URL
⭐ Star ratingπŸ“… Created dateπŸ›°οΈ Review source (BazaarVoice)
πŸ“ Review sentimentπŸ‡¦πŸ‡Ί Storefront (AU or NZ)🌐 Syndicated source site

Can I find Woolworths reviews by keyword instead of a URL?

Yes. Add a keyword and a per-keyword product limit, and the Actor finds matching products and pulls their reviews - useful when you want sentiment across a whole product category rather than a single item. You can also paste exact product page URLs when you already know which items to track. Mix both approaches in the same run.

How does Woolworths Reviews Scraper work?

  1. Add one or more Woolworths product page URLs, or set a keyword to search across products
  2. Set maxReviewsPerProduct to control how many reviews to pull per product
  3. (Optional) Use maxProductsPerKeywordSearch to cap how many products a keyword returns
  4. Results stream to a dataset you can preview or export as JSON, CSV, or Excel

How to use Woolworths Reviews Scraper

  1. Create a free Apify account
  2. Paste Woolworths product page URLs, or enter a keyword to search
  3. Set how many reviews to collect per product
  4. Click Start
  5. Download your data from the Dataset tab

Input example

{
"reviewProductsUrls": [{ "url": "https://www.woolworths.com.au/shop/productdetails/145946" }],
"maxReviewsPerProduct": 30
}

What does the output look like?

Each review is one structured record. The source and syndicatedSource fields tell you where the review originated:

{
"productUrl": "https://www.woolworths.com.au/shop/productdetails/145946",
"username": "Grant8",
"text": "Out of all the head and shoulders products, this is their best by far. It removes dandruff and itchy scalp. I would recommend it to anyone with dandruff.",
"createdDate": "2022-10-03T02:38:00.000Z",
"rating": 5,
"source": "BazaarVoice",
"syndicatedSource": "headandshoulders.com.au"
}

Why use Woolworths Reviews Scraper?

FeatureManual or copy-pasteWoolworths Reviews Scraper
InputFind each product pageProduct URL or keyword search
VolumeA few reviews at a timeHundreds of reviews per run
ProvenanceNot visibleSource and syndicated-origin on every review
CoverageOne store at a timeAustralia and New Zealand storefronts
ExportNoneJSON, CSV, Excel

What can you do with Woolworths review data?

  • Australian grocery brand monitoring - FMCG and private-label brands track how their products are rated by Woolworths shoppers in their home market
  • Syndication auditing - use the syndicatedSource field to see which reviews flow in from manufacturer sites versus native Woolworths feedback
  • Coles-versus-Woolworths benchmarking - pair this data with reviews from rival supermarkets to compare sentiment on the same staple products
  • Trans-Tasman comparison - measure how the same product is received across the Australian and New Zealand Woolworths storefronts

For ongoing monitoring, schedule the Actor daily for fast-moving grocery lines or weekly for stable pantry staples.

How much does Woolworths Reviews Scraper cost?

Woolworths Reviews Scraper uses Apify's pay-per-event pricing: a small fee each time a run starts, plus a per-result fee of $5.00 per 1,000 reviews on the free tier. That rate drops on higher plans, down to $0.75 per 1,000 reviews on the top tier. Apify gives you $5 in free usage credits every month on the free plan, enough to collect around 1,000 reviews at no cost. See the Actor's Pricing tab for the current rate on each plan.

How do I run Woolworths Reviews Scraper via the Apify API?

curl -X POST "https://api.apify.com/v2/acts/e-commerce~woolworths-reviews-scraper/runs?token=YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"reviewProductsUrls": [{ "url": "https://www.woolworths.com.au/shop/productdetails/145946" }],
"maxReviewsPerProduct": 30
}'

What can I integrate Woolworths Reviews Scraper with?

The Actor runs on the Apify platform, so its data feeds straight into the tools your team already uses:

  • Google Sheets and Excel - build an Australian grocery review dashboard
  • Make, Zapier, and n8n - trigger a workflow whenever new reviews appear
  • Slack - get pinged when a product's rating drops
  • LangChain and MCP - pipe Woolworths reviews into AI agents and apps
  • Apify API and webhooks - load reviews straight into your data warehouse

Limitations

  • Collects only publicly visible reviews; it does not access private or account-only data.
  • Reviewer usernames are pseudonymized by Woolworths and BazaarVoice, so full names are never available.
  • Targets Woolworths Australia and New Zealand product pages; coverage depends on the current page structure.

FAQ

Does it cover Woolworths New Zealand as well as Australia?

Yes. The Actor works across both the Australian (woolworths.com.au) and New Zealand Woolworths storefronts, so you can collect reviews from either market.

Can I search Woolworths reviews by keyword instead of pasting URLs?

Yes. Enter a keyword and the Actor finds matching products and pulls their reviews, with maxProductsPerKeywordSearch to cap how many products each keyword returns. You can still paste exact product URLs when you prefer.

What are the source and syndicatedSource fields?

Woolworths reviews are served through BazaarVoice, and many are shared in from manufacturer websites. The source field marks the review platform and syndicatedSource names the original site, so you can separate native Woolworths feedback from syndicated reviews.

How many reviews can I pull per product?

Set maxReviewsPerProduct to whatever limit you need. Lower it for a quick sample or raise it to capture a product's full review history.

Can I run Woolworths Reviews Scraper with the Apify API?

Yes. Start and schedule runs over the Apify REST API and collect results programmatically, with apify-client libraries available for Node.js and Python.

Does it work with MCP and AI agents?

Yes. Expose the Actor through the Apify MCP server and your AI agents can gather Woolworths reviews on demand.

The Actor collects only publicly posted reviews and pseudonymized author handles, never private personal data. Australia's Privacy Act and, for the New Zealand storefront, the NZ Privacy Act govern personal data, so keep your use case lawful and read is web scraping legal? if you are unsure.

Your feedback

Found a bug or want a field added? Open an issue on the Issues tab - we read every one.