# Monitor Sam's Club Appliance Deals & Inventory

**Use case:** 

Extract data on major appliances, including pricing, availability, and customer ratings, to inform retail strategies or personal purchasing. This allows for qui

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "laptop",
  "category": "appliances",
  "sortBy": "relevance",
  "maxPrice": 1500,
  "startUrls": [],
  "maxItems": 75,
  "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.