# The Warehouse NZ | Search, URLs, Details, Reviews

**Use case:** 

Scrape The Warehouse NZ products by keyword or URL with price, availability, brand, images, breadcrumbs, attributes and optional detail enrichment.

## Input

```json
{
  "mode": "search",
  "queries": [
    "toaster"
  ],
  "sortBy": "relevance",
  "urls": [
    "https://www.thewarehouse.co.nz/search?q=toaster"
  ],
  "fetchDetails": true,
  "fetchReviews": false,
  "maxReviewsPerProduct": 10,
  "includeUnavailable": true,
  "maxItems": 20,
  "maxPages": 0,
  "maxNotifyListings": 50,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "NZ"
  }
}
```

## Output

```json
{
  "productId": {
    "label": "ID"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "availability": {
    "label": "Availability"
  },
  "condition": {
    "label": "Condition"
  },
  "category": {
    "label": "Category"
  },
  "sku": {
    "label": "SKU"
  },
  "gtin": {
    "label": "GTIN"
  },
  "mpn": {
    "label": "MPN"
  },
  "ratingValue": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Ratings"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "imageCount": {
    "label": "Images"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

This example demonstrates how to use [The Warehouse NZ Scraper | Search, URLs, Details, Reviews](https://apify.com/abotapi/thewarehouse-co-nz-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/thewarehouse-co-nz-scraper) to learn more, explore other use cases, and run it yourself.