# PB Tech Scraper - Products, Specs, Stock & Reviews

**Use case:** 

Scrape PBTech NZ. Search/URL + filters. Get specs, price, brand, condition, stock, images, ratings & reviews for tech products.

## Input

```json
{
  "mode": "search",
  "queries": [
    "gaming laptop"
  ],
  "specialsCategory": "",
  "sortBy": "relevance",
  "urls": [
    "https://www.pbtech.co.nz/category/computers/laptops"
  ],
  "fetchDetails": true,
  "fetchReviews": true,
  "maxReviewsPerProduct": 10,
  "maxItems": 10,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "NZ"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "originalPrice": {
    "label": "RRP"
  },
  "discountPercent": {
    "label": "Discount %"
  },
  "currency": {
    "label": "Currency"
  },
  "availability": {
    "label": "Availability"
  },
  "condition": {
    "label": "Condition"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "totalStoreStock": {
    "label": "In-store units"
  },
  "specialsCategory": {
    "label": "Specials"
  },
  "code": {
    "label": "Code"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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