# Extract Competitor Product Data from Best Buy

**Use case:** 

Gather comprehensive product details for popular smart home devices sold by competitors on Best Buy. Use this data for competitive analysis, product development

## Input

```json
{
  "keyword": "smart home hub",
  "productUrls": [],
  "maxResults": 100,
  "skipOutOfStock": false
}
```

## Output

```json
{
  "sku": {
    "label": "SKU"
  },
  "name": {
    "label": "Product"
  },
  "brand": {
    "label": "Brand"
  },
  "model": {
    "label": "Model"
  },
  "currentPrice": {
    "label": "Current Price"
  },
  "regularPrice": {
    "label": "Regular Price"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "availability": {
    "label": "Stock"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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