# Compare Gaming Laptop Prices JB Hi-Fi

**Use case:** 

Extract pricing data for gaming laptops from JB Hi-Fi to perform competitive analysis. This enables market researchers and buyers to find the best deals and und

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "gaming laptop",
  "category": "COMPUTERS",
  "brand": "",
  "productUrls": [
    "https://www.jbhifi.com.au/products/marshall-mode-usb-c-in-ear-headphones-black"
  ],
  "minPrice": 1000,
  "maxPrice": 3000,
  "availability": "",
  "maxItems": 75,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "category": {
    "label": "Category"
  },
  "price": {
    "label": "Price"
  },
  "availability": {
    "label": "Availability"
  },
  "sku": {
    "label": "Sku"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

This example demonstrates how to use [JB Hi-Fi Electronics Scraper](https://apify.com/crawlerbros/jbhifi-electronics-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/jbhifi-electronics-scraper) to learn more, explore other use cases, and run it yourself.