# Find Top-Rated Headphones Under $200

**Use case:** 

Discover popular headphone models available on JB Hi-Fi within a specific price range. Perfect for content creators and reviewers looking for product inspiratio

## Input

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