# Enrich Specific Sam's Club Product Data

**Use case:** 

Obtain comprehensive data for a predefined list of specific Sam's Club product URLs, including current pricing, detailed descriptions, and image links. This is 

## Input

```json
{
  "mode": "byProductUrls",
  "searchQuery": "laptop",
  "category": "electronics",
  "sortBy": "relevance",
  "startUrls": [
    "https://www.samsclub.com/ip/samsung-65-class-qn90c-neo-qled-4k-smart-tv-qn65qn90cafxza/P03004653",
    "https://www.samsclub.com/ip/apple-macbook-air-13-m3-chip-8gb-ram-256gb-ssd/P03021115",
    "https://www.samsclub.com/ip/nespresso-vertuo-pop-espresso-coffee-machine-by-breville-with-aeroccino3-milk-frother/P03011382"
  ],
  "maxItems": 50,
  "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.