BIG W Deals & Price Tracker
Pricing
from $5.00 / 1,000 dataset items
BIG W Deals & Price Tracker
Track BIG W (bigw.com.au) deals: specials, clearance, flash deals and price drops with current price, was-price, RRP, $ and % savings, promo badges and stock. Filter by deal type and minimum discount, sweep categories, or watch specific products. Clean JSON. Pay only for results.
Pricing
from $5.00 / 1,000 dataset items
Rating
0.0
(0)
Developer
axly
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 hours ago
Last modified
Categories
Share
Find every current BIG W (bigw.com.au) deal — specials, clearance, flash deals, multi-buys and price drops — with the numbers that matter: current price, was-price, RRP, dollar and percentage savings, promo badge and stock. Filter by deal type and minimum discount, sweep whole categories, or monitor a watchlist of specific products for price drops.
Built on BIG W's own JSON API, using its native "deal" filter — so you get only discounted products, fast and complete, as clean JSON/CSV/Excel.
Who uses this
- Deal & bargain aggregators / cashback sites — a ready specials & clearance feed to publish or ingest.
- Price-intelligence teams & brands — measure BIG W promo depth and cadence over time.
- Resellers — spot clearance arbitrage and watchlist SKUs for drops.
- Shoppers & affiliates — automated "what's on sale at BIG W" lists.
What you get — output fields
| Field | Type | Description |
|---|---|---|
article_id | string | BIG W numeric product id |
name, brand | string | Product name and brand |
url | string | Product page URL |
barcode | string | Primary barcode (EAN/GTIN) |
price | number | Current deal price (AUD) |
was_price, rrp | number | Previous / recommended retail price |
save_amount | number | Amount saved (AUD) |
save_percent | number | Discount percentage |
price_label | string | e.g. SPECIAL, CLEARANCE, BIG DEAL |
promo_badge | string | e.g. 20% OFF, 1/2 PRICE |
is_clearance | boolean | Clearance flag |
unit_price | string | Comparative unit price, e.g. $0.27 / 1 EA |
deal_types | array | Deal types matched this run |
in_stock, listing_status | mixed | Availability |
sold_by | string | BIG W vs Marketplace seller |
category, category_id | string | Category |
image | string | Main product image |
rating, reviews_count | number | Optional rating summary |
scraped_at | string | ISO-8601 timestamp |
High-value use cases
- Daily clearance feed — auto-sweep BIG W deals every morning and publish or ingest the discounted catalogue.
- Price-drop alerts — put your SKUs in the watchlist and diff
price/save_percentbetween runs to trigger alerts. - Promo-depth analytics — track how deep and how often BIG W discounts a category or brand over time.
- Arbitrage sourcing — filter by
is_clearanceand a highminDiscountPercentto find resale opportunities.
Input parameters
| Field | Type | Default | Description |
|---|---|---|---|
dealTypes | enum[] | Clearance, Special, Flash Deal | Deal types to collect |
categoryIds | string[] | [] | Restrict to category ids |
searchQueries | string[] | [] | Restrict to keywords |
productCodes | string[] | [] | Watchlist of product codes/URLs |
minDiscountPercent | integer | 0 | Keep deals ≥ this % off |
onlyInStock | boolean | true | In-stock deals only |
maxItems | integer | 500 | Global cap |
maxPagesPerQuery | integer | 20 | Pages per query (48/page) |
sort | enum | priceDesc | Ordering within a query |
includeReviewStats | boolean | false | Add rating + review count |
proxyConfiguration | object | Apify AUTO | Optional egress |
Leave
categoryIds,searchQueriesandproductCodesempty to auto-sweep the top BIG W categories that currently have deals. Each single query is capped at 2000 results by BIG W, so category scoping gives the deepest coverage.
Example input
{"dealTypes": ["Clearance", "Special", "Flash Deal"],"minDiscountPercent": 30,"onlyInStock": true,"maxItems": 500}
Example output (one row)
{"article_id": "6009400","name": "LEGO Wicked Glinda's Wedding Day 75688","brand": "LEGO","url": "https://www.bigw.com.au/product/.../p/6009400","price": 25.0,"was_price": 49.0,"save_amount": 24.0,"save_percent": 49.0,"price_label": "CLEARANCE","promo_badge": "CLEARANCE","is_clearance": true,"deal_types": ["Clearance", "Special"],"in_stock": true,"sold_by": "BIG W","category": "LEGO","scraped_at": "2026-07-31T02:00:00Z"}
Scheduling & integrations
- Schedule daily runs to keep a fresh deals feed and build price history.
- Webhooks on completion push new deals into your systems.
- Export to JSON, CSV, Excel, XML, or sync to Google Sheets, Make, Zapier, Airbyte, S3 via Apify integrations, or pull via the Apify API.
Using it from an AI agent (MCP)
Callable over the Apify MCP server, so AI assistants can ask "what's on clearance at BIG W in toys with 40%+ off" and receive structured JSON back.
FAQ
How does it find deals? It uses BIG W's own deal filter (Clearance,
Special, Flash Deal, Multi-Buy, price-drop tags), so only genuinely discounted
products are returned — no client-side guessing.
Is the was-price real? Yes — was-price, RRP and savings come from BIG W's live price API at scrape time.
Can I track specific products? Yes — add their codes/URLs to productCodes
and their current price and deal status are always reported.
How much can I get per run? Up to maxItems. A single query is capped at
2000 results by BIG W; the auto category sweep covers far more.
Do I need an unblocker? No — it uses BIG W's official JSON API directly. Apify Proxy provides a stable IP and can be switched to Australian residential.
Is this legal? It collects only publicly available product/pricing data. You are responsible for using it in line with BIG W's terms and applicable law.