# Compare Camera Prices and Specifications on B&H

**Use case:** 

Compare camera prices, specifications, warranty options, and availability across B&H products to evaluate equipment and make more informed purchasing decisions.

## Input

```json
{
  "productUrls": [
    "https://www.bhphotovideo.com/c/product/1935439-REG/sony_a7_v_mirrorless_camera.html",
    "https://www.bhphotovideo.com/c/product/1774544-REG/fujifilm_instax_mini_evo_black.html"
  ],
  "includeReviews": false,
  "reviewsLimit": 50
}
```

## Output

```json
{
  "imageUrls": {
    "label": "🖼️ Images",
    "format": "array"
  },
  "name": {
    "label": "📦 Product",
    "format": "string"
  },
  "brandName": {
    "label": "🏷️ Brand",
    "format": "string"
  },
  "price": {
    "label": "💰 Price",
    "format": "number"
  },
  "regularPrice": {
    "label": "🏷️ Regular Price",
    "format": "number"
  },
  "instantSavingsAmount": {
    "label": "🔥 Savings Amount",
    "format": "number"
  },
  "specifications": {
    "label": "📋 Specifications",
    "format": "object"
  },
  "stockStatus": {
    "label": "📦 Stock Status",
    "format": "string"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "💬 Reviews",
    "format": "number"
  },
  "productUrl": {
    "label": "🔗 URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [B&H Product & Reviews Scraper](https://apify.com/krazee_kaushik/b-h-product-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/krazee_kaushik/b-h-product-reviews-scraper) to learn more, explore other use cases, and run it yourself.