# BIG W Marketplace - Products & Reviews

**Use case:** 

Scrape BIG W AU Marketplace. Search/URL + filters. Get seller listings, prices, ratings & optional reviews in structured data.

## Input

```json
{
  "mode": "search",
  "queries": [
    "piano keyboard"
  ],
  "marketplaceOnly": true,
  "specialsCategory": "",
  "sortBy": "relevance",
  "includeOutOfStock": true,
  "urls": [
    "https://www.bigw.com.au/search?text=garage shelving"
  ],
  "fetchReviews": false,
  "maxReviewsPerProduct": 20,
  "maxItems": 20,
  "maxPages": 0,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "sellerType": {
    "label": "Seller type"
  },
  "sellerName": {
    "label": "Seller"
  },
  "price": {
    "label": "Price"
  },
  "wasPrice": {
    "label": "Was"
  },
  "savingsPercent": {
    "label": "Save %"
  },
  "isOnSpecial": {
    "label": "On special"
  },
  "priceLabel": {
    "label": "Offer"
  },
  "currency": {
    "label": "Currency"
  },
  "condition": {
    "label": "Condition"
  },
  "rating": {
    "label": "Rating"
  },
  "category": {
    "label": "Category"
  },
  "articleId": {
    "label": "Article id"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [BIG W Marketplace Scraper - Products & Reviews](https://apify.com/abotapi/bigw-marketplace-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/bigw-marketplace-scraper) to learn more, explore other use cases, and run it yourself.