# Track Samsung Galaxy Phone New Releases & Stock

**Use case:** 

Monitor new Samsung Galaxy phone listings and their initial stock status on JB Hi-Fi. This provides early insights for tech journalists, reviewers, and competin

## Input

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