# Track Sam's Club Bulk Groceries Price Changes

**Use case:** 

Scrape prices and details for popular bulk grocery items to identify trends and potential cost savings for restaurants or large families. Gain insights into pri

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "laptop",
  "category": "groceries",
  "sortBy": "price-asc",
  "minPrice": 15,
  "startUrls": [],
  "maxItems": 150,
  "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.