# Sam's Club Electronics Specs & Rating Analysis

**Use case:** 

Gather detailed specifications, customer ratings, and descriptions for various electronics products to conduct market research or product comparison. Understand

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "laptop",
  "category": "electronics",
  "sortBy": "top-rated",
  "minRating": 4.5,
  "startUrls": [],
  "maxItems": 100,
  "clubId": "6372"
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "savings": {
    "label": "Savings"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "inStock": {
    "label": "In stock"
  },
  "category": {
    "label": "Category"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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