Pricing
Pay per event
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
Actor stats
1
Bookmarked
6
Total users
0
Monthly active users
17 hours 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 data | Reviewer and date | Source 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?
- Add one or more Woolworths product page URLs, or set a keyword to search across products
- Set
maxReviewsPerProductto control how many reviews to pull per product - (Optional) Use
maxProductsPerKeywordSearchto cap how many products a keyword returns - Results stream to a dataset you can preview or export as JSON, CSV, or Excel
How to use Woolworths Reviews Scraper
- Create a free Apify account
- Paste Woolworths product page URLs, or enter a keyword to search
- Set how many reviews to collect per product
- Click Start
- 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?
| Feature | Manual or copy-paste | Woolworths Reviews Scraper |
|---|---|---|
| Input | Find each product page | Product URL or keyword search |
| Volume | A few reviews at a time | Hundreds of reviews per run |
| Provenance | Not visible | Source and syndicated-origin on every review |
| Coverage | One store at a time | Australia and New Zealand storefronts |
| Export | None | JSON, 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
syndicatedSourcefield 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.
Is it legal to scrape Woolworths reviews?
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.
Related Actors
- π E-commerce Scraping Tool - get product data from Woolworths, Amazon, eBay, and any other e-commerce site
Your feedback
Found a bug or want a field added? Open an issue on the Issues tab - we read every one.
