# Scrape Specific Best Buy DSLR Camera Product Details

**Use case:** 

Obtain detailed information for specific DSLR camera models, including pricing, reviews, and availability. This task is ideal for photographers and retailers re

## Input

```json
{
  "keyword": "sony headphones",
  "productUrls": [
    "https://www.bestbuy.com/site/canon-eos-rebel-t7-dslr-two-lens-kit-with-ef-s-18-55mm-f-3-5-5-6-is-ii-lens-and-ef-75-300mm-f-4-5-6-iii-lens-black/6334659.p?skuId=6334659",
    "https://www.bestbuy.com/site/nikon-d3500-dslr-two-lens-kit-with-af-p-dx-nikkor-18-55mm-vr-lens-and-af-p-dx-nikkor-70-300mm-zoom-lens-black/6308051.p?skuId=6308051"
  ],
  "maxResults": 10,
  "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.