# B&H Photo Video Product Review Extractor

**Use case:** 

Extract 100 customer reviews and ratings for B&H product ID 1955778. Gather detailed feedback for market research and sentiment analysis.

## Input

```json
{
  "productUrl": "https://www.bhphotovideo.com/c/product/1935439-REG/sony_a7_v_mirrorless_camera.html/reviews",
  "productId": "1955778",
  "results_wanted": 100
}
```

## Output

```json
{
  "review_id": {
    "label": "Review ID",
    "format": "text"
  },
  "product_id": {
    "label": "Product ID",
    "format": "text"
  },
  "product_name": {
    "label": "Product",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "review_text": {
    "label": "Review",
    "format": "text"
  },
  "submission_time": {
    "label": "Submitted",
    "format": "text"
  },
  "user_nickname": {
    "label": "User",
    "format": "text"
  },
  "product_page_url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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