BIG W Deals & Price Tracker avatar

BIG W Deals & Price Tracker

Pricing

from $5.00 / 1,000 dataset items

Go to Apify Store
BIG W Deals & Price Tracker

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

axly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 hours ago

Last modified

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

FieldTypeDescription
article_idstringBIG W numeric product id
name, brandstringProduct name and brand
urlstringProduct page URL
barcodestringPrimary barcode (EAN/GTIN)
pricenumberCurrent deal price (AUD)
was_price, rrpnumberPrevious / recommended retail price
save_amountnumberAmount saved (AUD)
save_percentnumberDiscount percentage
price_labelstringe.g. SPECIAL, CLEARANCE, BIG DEAL
promo_badgestringe.g. 20% OFF, 1/2 PRICE
is_clearancebooleanClearance flag
unit_pricestringComparative unit price, e.g. $0.27 / 1 EA
deal_typesarrayDeal types matched this run
in_stock, listing_statusmixedAvailability
sold_bystringBIG W vs Marketplace seller
category, category_idstringCategory
imagestringMain product image
rating, reviews_countnumberOptional rating summary
scraped_atstringISO-8601 timestamp

High-value use cases

  1. Daily clearance feed — auto-sweep BIG W deals every morning and publish or ingest the discounted catalogue.
  2. Price-drop alerts — put your SKUs in the watchlist and diff price / save_percent between runs to trigger alerts.
  3. Promo-depth analytics — track how deep and how often BIG W discounts a category or brand over time.
  4. Arbitrage sourcing — filter by is_clearance and a high minDiscountPercent to find resale opportunities.

Input parameters

FieldTypeDefaultDescription
dealTypesenum[]Clearance, Special, Flash DealDeal types to collect
categoryIdsstring[][]Restrict to category ids
searchQueriesstring[][]Restrict to keywords
productCodesstring[][]Watchlist of product codes/URLs
minDiscountPercentinteger0Keep deals ≥ this % off
onlyInStockbooleantrueIn-stock deals only
maxItemsinteger500Global cap
maxPagesPerQueryinteger20Pages per query (48/page)
sortenumpriceDescOrdering within a query
includeReviewStatsbooleanfalseAdd rating + review count
proxyConfigurationobjectApify AUTOOptional egress

Leave categoryIds, searchQueries and productCodes empty 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.