# Woolsworth Reviews Scraper (`getdataforme/woolsworth-reviews-scraper`) Actor

Woolworths Reviews Scraper extracts customer reviews, ratings, and details from product pages to provide insights into performance and sentiment. Features include proxy support for reliability, customizable limits, fast processing, and JSON output for easy integration....

- **URL**: https://apify.com/getdataforme/woolsworth-reviews-scraper.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** E-commerce, AI, Automation
- **Stats:** 1 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Woolsworth Reviews Scraper

### Introduction

The Woolsworth Reviews Scraper is an Apify Actor designed to extract customer reviews from Woolworths product pages efficiently and reliably. It automates the collection of review data, including ratings, comments, and user details, enabling businesses and researchers to gain valuable insights into product performance and customer sentiment. This tool is ideal for market analysis, competitive intelligence, and data-driven decision-making.

### Features

- **Comprehensive Review Extraction**: Scrapes detailed review information such as ratings, text, dates, and reviewer profiles from Woolworths product pages.
- **Customizable Limits**: Set maximum items to scrape, allowing control over data volume and processing time.
- **Proxy Support**: Utilizes residential proxies to avoid IP blocks and ensure uninterrupted scraping.
- **High Reliability**: Built with robust error handling to manage dynamic web changes and network issues.
- **Fast and Scalable**: Leverages Apify's infrastructure for quick, parallel processing of multiple URLs.
- **Data Quality Assurance**: Filters out irrelevant data and ensures structured, clean output.
- **Easy Integration**: Outputs data in JSON format, compatible with various analytics tools and databases.

### Input Parameters

| Parameter | Type | Required | Description | Example |
|-----------|------|----------|-------------|---------|
| urls | array | Yes | List of Woolworths product URLs to scrape reviews from. Each URL should point to a product details page. | \["https://www.woolworths.com.au/shop/productdetails/826738/smith-s-crinkle-cut-potato-chips-salt-vinegar"] |
| item\_limit | integer | No | The maximum number of review items to scrape per URL. Helps control output size and processing time. | 30 |
| proxyConfiguration | object | No | Configuration for proxy servers to mask the scraper's IP address and prevent blocking. Uses Apify's residential proxies by default. | {"useApifyProxy": true, "apifyProxyGroups": \["RESIDENTIAL"]} |

### Example Usage

#### Input JSON

```json
{
  "urls": [
    "https://www.woolworths.com.au/shop/productdetails/826738/smith-s-crinkle-cut-potato-chips-salt-vinegar"
  ],
  "item_limit": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

#### Output JSON

```json
[
  {
    "productName": "Smith's Crinkle Cut Potato Chips Salt Vinegar",
    "reviewId": "12345",
    "rating": 5,
    "reviewText": "These chips are delicious! Perfect balance of salt and vinegar.",
    "reviewerName": "John Doe",
    "reviewDate": "2023-10-01",
    "helpfulVotes": 10
  },
  {
    "productName": "Smith's Crinkle Cut Potato Chips Salt Vinegar",
    "reviewId": "12346",
    "rating": 4,
    "reviewText": "Great taste, but a bit too salty for my liking.",
    "reviewerName": "Jane Smith",
    "reviewDate": "2023-09-28",
    "helpfulVotes": 5
  }
]
```

### Use Cases

- **Market Research**: Analyze customer feedback to identify trends in product preferences and satisfaction levels.
- **Competitive Intelligence**: Compare reviews across similar products to benchmark performance.
- **Price Monitoring**: Track review sentiments alongside pricing data for dynamic pricing strategies.
- **Content Aggregation**: Collect and aggregate reviews for content creation, such as blog posts or reports.
- **Academic Research**: Gather data for studies on consumer behavior and product reviews.
- **Business Automation**: Automate review monitoring for e-commerce platforms to respond to customer feedback promptly.

### Installation and Usage

1. Search for "Woolsworth Reviews Scraper" in the Apify Store.
2. Click "Try for free" or "Run".
3. Configure input parameters as needed.
4. Click "Start" to begin extraction.
5. Monitor progress in the log.
6. Export results in your preferred format (JSON, CSV, Excel).

### Output Format

The Actor outputs data in JSON format as an array of objects. Each object represents a single review and includes fields such as `productName` (string), `reviewId` (string), `rating` (integer, 1-5), `reviewText` (string), `reviewerName` (string), `reviewDate` (string in YYYY-MM-DD format), and `helpfulVotes` (integer). This structured format ensures easy parsing and integration with other tools.

### Support

For custom/simplified outputs or bug reports, please contact:

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: https://getdataforme.com/contact/

We're here to help you get the most out of this Actor!

# Actor input Schema

## `urls` (type: `array`):

Urls to scrape from

## `item_limit` (type: `integer`):

The maximum number of items to scrape.

## `proxyConfiguration` (type: `object`):

Specifies proxy servers that will be used by the scraper in order to hide its origin.

## Actor input object example

```json
{
  "urls": [
    "https://www.woolworths.com.au/shop/productdetails/826738/smith-s-crinkle-cut-potato-chips-salt-vinegar"
  ],
  "item_limit": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "urls": [
        "https://www.woolworths.com.au/shop/productdetails/826738/smith-s-crinkle-cut-potato-chips-salt-vinegar"
    ],
    "item_limit": 30,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/woolsworth-reviews-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "urls": ["https://www.woolworths.com.au/shop/productdetails/826738/smith-s-crinkle-cut-potato-chips-salt-vinegar"],
    "item_limit": 30,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/woolsworth-reviews-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "urls": [
    "https://www.woolworths.com.au/shop/productdetails/826738/smith-s-crinkle-cut-potato-chips-salt-vinegar"
  ],
  "item_limit": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call getdataforme/woolsworth-reviews-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/woolsworth-reviews-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/sPlVWLmwwGDwTBS2Z/builds/wfILfy0dziRCaN0ha/openapi.json
