# Compare Sam's Club Laptop Prices by Brand

**Use case:** 

Monitor current pricing and availability for high-demand laptop models across different brands at Sam's Club. This helps businesses track competitor pricing str

## Input

```json
{
  "mode": "search",
  "searchQuery": "gaming laptop",
  "category": "electronics",
  "sortBy": "price-asc",
  "minRating": 4,
  "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.