# Best Buy wireless headphones scraper

**Use case:** 

Compare current Best Buy wireless headphone prices, stock, models, ratings, fulfillment options, product URLs, and catalog identifiers.

## Input

```json
{
  "searchTerms": [
    "wireless headphones"
  ],
  "startUrls": [],
  "maxItems": 20,
  "maxPagesPerSource": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "title": {
    "label": "Product",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "regularPrice": {
    "label": "Regular price",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "primaryImage": {
    "label": "Image",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Best Buy Product Catalog Scraper](https://apify.com/automation-lab/best-buy-product-catalog-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/best-buy-product-catalog-scraper) to learn more, explore other use cases, and run it yourself.