# Monitor Sony TV Prices on JB Hi-Fi

**Use case:** 

Track pricing changes for Sony televisions across JB Hi-Fi's catalog. This helps retailers and consumers identify optimal buying times or monitor competitor pri

## Input

```json
{
  "mode": "byBrand",
  "searchQuery": "headphones",
  "category": "VISUAL",
  "brand": "SONY",
  "productUrls": [
    "https://www.jbhifi.com.au/products/marshall-mode-usb-c-in-ear-headphones-black"
  ],
  "availability": "",
  "maxItems": 100,
  "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.