# Monitor Best Buy Gaming Laptop Prices for Price Drops

**Use case:** 

Track the prices of top-selling gaming laptops on Best Buy to identify price drops and sales. This helps retailers and consumers seize opportunities for competi

## Input

```json
{
  "keyword": "gaming laptop",
  "productUrls": [],
  "maxResults": 50,
  "skipOutOfStock": true
}
```

## 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.