# Officeworks Products, Prices, Stock & Reviews Scraper

**Use case:** 

Scrape Officeworks AU. Search/URL + filters. Get price, discount, variants & optional specs, ratings, reviews in structured rows.

## Input

```json
{
  "mode": "search",
  "queries": [
    "laptop"
  ],
  "sortBy": "relevance",
  "includeOutOfStock": true,
  "urls": [
    "https://www.officeworks.com.au/shop/officeworks/c/office-supplies/pens"
  ],
  "detailEnrichment": true,
  "maxReviewsPerProduct": 5,
  "maxItems": 20,
  "maxPages": 0,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "wasPrice": {
    "label": "Was"
  },
  "isOnSpecial": {
    "label": "On special"
  },
  "promoLabel": {
    "label": "Promo"
  },
  "currency": {
    "label": "Currency"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "category": {
    "label": "Category"
  },
  "sku": {
    "label": "SKU"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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