Sam's Club Product Scraper 🛒 avatar

Sam's Club Product Scraper 🛒

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Sam's Club Product Scraper 🛒

Sam's Club Product Scraper 🛒

easyapi/sam-s-club-product-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Extract detailed product data from Sam's Club search results, including prices, descriptions, reviews, and inventory information. Perfect for price monitoring, market research, and competitive analysis.

Developer
Maintained by Community

Actor Metrics

  • 6 monthly users

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 7 days ago

🔍 Overview

Sam's Club Product Scraper is a powerful tool that extracts detailed product information from Sam's Club search results. It enables you to gather comprehensive product data for market research, price monitoring, and competitive analysis.

✨ Features

  • 🔎 Scrapes products from any Sam's Club search URL
  • 💰 Captures current prices, discounts, and savings
  • 📦 Retrieves detailed product information including descriptions, specifications, and SKUs
  • ⭐ Extracts ratings and review counts
  • 📊 Monitors inventory status and availability
  • 🏷️ Collects product categories and badges
  • 🚚 Includes shipping and delivery information
  • 🔄 Handles pagination automatically

🎯 Use Cases

  • Price monitoring and competitive analysis
  • Market research and trend analysis
  • Product availability tracking
  • Inventory monitoring
  • E-commerce data aggregation
  • Retail analytics

💡 Input Parameters

  • searchUrls: Array of Sam's Club search URLs to scrape
  • maxItems: Maximum number of products to scrape (default: 100)
  • proxyConfiguration: Optional proxy settings for enhanced reliability

📊 Output

The actor provides detailed product data in JSON format, including:

  • Product identifiers and basic information
  • Pricing details and promotional offers
  • Complete product descriptions
  • Category information
  • Review metrics
  • Inventory status
  • Shipping options
  • Manufacturer details

💪 Advantages

  • Reliable and efficient scraping
  • Automatic retry mechanism
  • Respects rate limits
  • Regular updates and maintenance
  • Detailed documentation

Input Example

A full explanation of an input example in JSON.

1{
2    "searchUrls": [
3        "https://www.samsclub.com/s/coffee"
4    ],
5    "maxItems": 70
6}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "searchUrl": "https://www.samsclub.com/s/coffee",
4        "scrapedAt": "2025-02-08T08:45:35.838Z",
5        "product": {
6            "productId": "prod22212247",
7            "productType": "NORMALITEM",
8            "productBadge": {
9                "title": "Instant Savings",
10                "backgroundColor": "#b00000",
11                "textColor": "#ffffff"
12            },
13            "descriptors": {
14                "name": "Starbucks Dark French Roast Ground Coffee, 40 oz.",
15                "productdescription": "Starbucks Dark French Roast Ground Coffee, 40 oz."
16            },
17            "category": {
18                "categoryId": "1494",
19                "seoUrl": "/b/ground-coffee/1494",
20                "name": "Ground Coffee"
21            },
22            "assets": {
23                "template": "/shop/product/templates/samsShop_productType_typical.jsp"
24            },
25            "searchAndSeo": {
26                "keywords": "Torani French Vanilla Syrup (750 mL),prod24012701,980238892,Torani",
27                "name": "starbucks-dark-french-roast-ground-coffee-40-oz",
28                "url": "/p/starbucks-dark-french-roast-ground-coffee-40-oz/prod22212247"
29            },
30            "shippingOption": {
31                "info": "Standard<br>Shipping not available to Alaska, Hawaii or Puerto Rico"
32            },
33            "manufacturingInfo": {
34                "model": "011087561",
35                "brand": "Starbucks",
36                "additionalInfo": "For additional questions or concerns regarding this product, please contact the Manufacturer's Customer Service Department at 1.800.782.7282"
37            },
38            "reviewsAndRatings": {
39                "numReviews": 3335,
40                "avgRating": 4.7391,
41                "avgRecommended": 0.37,
42                "isEligibleForAskAndAnswer": true
43            },
44            "skus": [
45                {
46                    "skuId": "sku22766501",
47                    "productId": "prod22212247",
48                    "onlineOffer": {
49                        "productId": "prod22212247",
50                        "unitofMeasureUnitPrice": "OZ",
51                        "gtin": "76211129297",
52                        "id": "prod22212247_sku22766501_6279",
53                        "inventory": {
54                            "status": "AVAILABLE",
55                            "availableTotalQty": 501,
56                            "availableToSellQuantity": 501,
57                            "qtySold": -1,
58                            "qtyLeft": -1
59                        },
60                        "itemNumber": "980107450",
61                        "mdsFamId": "53992285",
62                        "offerStatus": "PURCHASABLE",
63                        "onlineOfferProperties": [
64                            "MERCHANT_AUTHORIZED",
65                            "TAX_EXEMPT",
66                            "IS_ACTIVE",
67                            "AIR_SHIPPABLE",
68                            "DISCOUNT_INDICATOR",
69                            "UNIT_PRICE_ITEM"
70                        ],
71                        "price": {
72                            "type": "FIXED",
73                            "finalPrice": {
74                                "amount": 13.98,
75                                "currency": "USD"
76                            },
77                            "startPrice": {
78                                "amount": 18.98,
79                                "currency": "USD"
80                            },
81                            "priceStatus": "ACTIVE",
82                            "priceDisplayOption": "SHOW",
83                            "savings": {
84                                "savingsAmount": 5,
85                                "memberLimit": 0,
86                                "membershipLimit": 0,
87                                "householdLimit": 5,
88                                "startDate": "2025-01-29T06:00:00Z",
89                                "endDate": "2025-02-24T05:59:59Z",
90                                "memberPromotions": [
91                                    {
92                                        "type": "INSTANT_SAVINGS",
93                                        "couponValue": 5,
94                                        "popupMessage": "Instant Savings is subject to availability, valid dates, and a limit of 5 items per member. Additional purchases may be made at full retail price, unless otherwise restricted. See <a href=\"https://www.samsclub.com/content/terms-and-conditions?xid&#61;see-terms-conditions#instant-savings\" rel=\"nofollow\">program details</a>.",
95                                        "longMessage": "Offer ends February 23",
96                                        "endDateShortMessage": "Ends Feb 23",
97                                        "expiryDateMessage": {
98                                            "message": "Ends Feb 23",
99                                            "contentType": "html"
100                                        },
101                                        "limitMessage": {
102                                            "message": "Limit 5",
103                                            "contentType": "html"
104                                        },
105                                        "ipmMessage": {
106                                            "text": "$5 off",
107                                            "price_to_show": "DiscountedPrice"
108                                        },
109                                        "shortMessage": "$5 off",
110                                        "minCorePurchaseQt": 1,
111                                        "startDate": "2025-01-29T06:00:00Z",
112                                        "endDate": "2025-02-24T05:59:59Z"
113                                    }
114                                ]
115                            },
116                            "unitPrice": {
117                                "amount": 0.35,
118                                "currency": "USD"
119                            }
120                        },
121                        "status": "A",
122                        "sellQtyUnitofMeasure": "OZ",
123                        "offerLogistics": {
124                            "packSizeUnitPrice": 40
125                        },
126                        "isSNAPEligibleInd": "Y",
127                        "inventorySourceNetwork": "OWNED",
128                        "skuId": "sku22766501",
129                        "clubId": 6279,
130                        "offerId": "prod22212247_sku22766501",
131                        "isFBTEligible": true,
132                        "productBadge": {
133                            "title": "Instant Savings",
134                            "backgroundColor": "#b00000",
135                            "textColor": "#ffffff"
136                        },
137                        "recommendedDisplayOffer": true
138                    },
139                    "descriptors": {
140                        "name": "Starbucks Dark French Roast Ground Coffee, 40 oz.",
141                        "longDescription": "Starbucks Dark French Roast Ground Coffee (40 oz.) is a delicious, aromatic blend that is made for coffee-lovers everywhere. Its rich taste offers a light body and low acidity, which is what makes it a great coffee to start every morning thanks to its intense and smoky flavor. What's the Best Way to Store Starbucks Dark French Roast Ground Coffee? Ground coffee is considered a perishable item, which means you need to take care when storing it. Once you've opened your bag of Starbucks French Roast you should immediately transfer it to an airtight container to prolong its shelf life for as long as possible. No need to refrigerate it, just keep it at room temperature and away from bright natural light. How Do I Brew Starbucks Dark French Roast Ground Coffee? Brewing Starbucks coffee is simple and the instructions are printed directly on the bag for easy reference. The simple answer is that you should brew two tablespoons of ground coffee for every six fluid ounces of water. This should result in the ideal blend and a coffee that strikes the perfect balance of flavors. If you prefer a darker, stronger brew you can add more coffee per pot. Alternatively, for a milder cup of coffee use fewer grounds or add more water. What are Some Drinks You Can Make with Starbucks Dark French Roast? This Starbucks French Roast is delicious all by itself, but there are a number of different drinks you can make with it. If you mix coffee with espresso, that is known as a red eye. If you'd like to try something a little more exotic there is the black tie, a drink made by combining coffee with sugar, cream, chilled black tea, orange blossom, tamarind and star anise. Adults who want a little extra kick can add several different alcohols that go great with coffee, like a shot of Irish whiskey to make an Irish coffee.<br>"
142                    },
143                    "assets": {
144                        "image": "0076211129297_A"
145                    },
146                    "shippingOption": {
147                        "info": "Standard<br>Shipping not available to Alaska, Hawaii or Puerto Rico",
148                        "costType": "Calculated",
149                        "flag": "freeEligible",
150                        "isAirShippable": true
151                    },
152                    "type": "NORMAL_SKU",
153                    "fulfillmentChannels": [
154                        "CLUB_PICKUP",
155                        "D2H"
156                    ],
157                    "merchandiseCategory": 41,
158                    "merchandiseSubCategory": 70,
159                    "manufacturingInfo": {
160                        "model": "None"
161                    },
162                    "shippingMethods": [
163                        "STANDARD"
164                    ],
165                    "skuProperties": [
166                        "AVAILABLE_SEPARATELY",
167                        "AIR_SHIPPABLE"
168                    ],
169                    "status": "ACTIVE",
170                    "itemPolicies": [],
171                    "recommendedDisplayChannel": "ONLINE"
172                }
173            ],
174            "expiresAt": "2025-02-08T08:45:34.264Z",
175            "cached": true,
176            "id": "prod22212247",
177            "prodProperties": [
178                "MERCHANT_AUTHORIZED",
179                "ELIGIBLE_FOR_ASKANDANSWER"
180            ],
181            "legacyProductType": "NORMALITEM",
182            "parentCategories": [
183                "1494",
184                "3620105",
185                "3860115",
186                "15770150",
187                "16270605",
188                "15740529",
189                "4750103",
190                "16680498"
191            ],
192            "status": "ACTIVE",
193            "itemPolicies": [],
194            "hasPromotion": true,
195            "isOOS": false,
196            "freeWarranty": false,
197            "transformed": true,
198            "messages": [
199                {
200                    "key": "frontcard.shipping.message",
201                    "message": ""
202                },
203                {
204                    "key": "carousel.frontcard.shipping.message",
205                    "message": ""
206                },
207                {
208                    "key": "backcard.shipping.message",
209                    "message": "Free for <font color=\"#0067A0\"><i><b>Plus</b></i></font> on eligible orders over $50"
210                },
211                {
212                    "key": "backcard.pickup.message",
213                    "message": "Free for <font color=\"#0067A0\"><i><b>Plus</b></i></font>, free for Club on eligible orders over $50"
214                },
215                {
216                    "key": "backcard.delivery.message",
217                    "message": "Free for <font color=\"#0067A0\"><i><b>Plus</b></i></font> on eligible orders over $50, $12 for Club"
218                },
219                {
220                    "key": "sidesheet.shipping.upsell.title",
221                    "message": "Become a <i>Plus</i> member"
222                },
223                {
224                    "key": "sidesheet.shipping.upsell.message",
225                    "message": "Free shipping on eligible orders over $50"
226                },
227                {
228                    "key": "sidesheet.delivery.message",
229                    "message": "Free for <font color=\"#0067A0\"><i><b>Plus</b></i></font> on eligible orders over $50, $12 for Club"
230                }
231            ],
232            "originalIndex": 0,
233            "OnClickBeacon": "https://www.samsclub.com/midas/sams-crs/track?pos=__pos__&pgId=coffee&bt=__bt__&adUid=ddc5abbf-cf87-404b-a9fa-2a9cb5d09b98&storeId=1000&mloc=sp-search-middle&pt=search&pltfm=desktop&tax=100001_1444_1493_4040101&rdf=0&plmt=__plmt__&eventST=__eventST__&spQs=xjbkepjAGtmh6wbCugbyNB5pu9iyzYxR_yJvLerCKBNA1VVBQWsdtjUMvv59OgFp6q8mHJX25ZUUh8JJ0yO7YZYK11lvsCkGZzrMf9YPiTdqXkvy017WeRtRaRZ-PfGB",
234            "OnBasketChangeBeacon": "https://www.samsclub.com/midas/sams-crs/track?pos=__pos__&pgId=coffee&bt=__bt__&adUid=ddc5abbf-cf87-404b-a9fa-2a9cb5d09b98&storeId=1000&mloc=sp-search-middle&pt=search&pltfm=desktop&tax=100001_1444_1493_4040101&rdf=0&plmt=__plmt__&eventST=__eventST__&spQs=xjbkepjAGtmh6wbCugbyNB5pu9iyzYxR_yJvLerCKBNA1VVBQWsdtjUMvv59OgFp6q8mHJX25ZUUh8JJ0yO7YZYK11lvsCkGZzrMf9YPiTdqXkvy017WeRtRaRZ-PfGB",
235            "spQs": "xjbkepjAGtmh6wbCugbyNB5pu9iyzYxR_yJvLerCKBNA1VVBQWsdtjUMvv59OgFp6q8mHJX25ZUUh8JJ0yO7YZYK11lvsCkGZzrMf9YPiTdqXkvy017WeRtRaRZ-PfGB",
236            "sellerId": "F55CDC31AB754BB68FE0B39041159D63",
237            "isSponsored": true
238        }
239    },
240    ...
241]
  • 🛒 Costco Product Search Scraper - Extract detailed product data from Costco.com including prices, descriptions, ratings, and availability.
  • 🛍️ Walmart Product Scraper - Scrape product listings from Walmart.com with comprehensive details and pricing information.
  • 🛍️ Hobby Lobby Products Scraper - Extract product data including prices, descriptions, variants, and categories.
  • 🛍️ Lidl Product Scraper - Scrape product data including prices, images, descriptions, ratings and stock information.
  • 🛍️ Flipkart Product Scraper - Extract product data including prices, images, titles, and detailed information.
  • 🛍️ AJIO Product Scraper - Get comprehensive product data including prices, discounts, images, and categories.
  • 🛍️ Myntra Product Scraper - Extract detailed product information including prices, discounts, inventory, and images.
  • 🛍️ Meesho Product Detail Scraper - Scrape detailed product information including prices, reviews, ratings, and seller information.
  • 🛍️ Nike Product Scraper - Extract product data including prices, colors, images and detailed product information.
  • 🛍️ Zara Product Scraper - Extract detailed product information including prices, variants, images, and availability.
  • 🛒 Woolworths Product Scraper - Get comprehensive product information including prices, nutrition facts, and allergens.
  • 🛍️ Weekday Product Scraper - Fetch detailed product information including prices, variants, images, and availability.
  • 🛍️ Tokopedia Product Scraper - Extract detailed product information including prices, shop details, and sales metrics.
  • 🏥 Netmeds Product Scraper - Extract detailed product information including prices, manufacturers, brands, and inventory status.
  • 🛍️ Jumia Product Scraper - Scrape product listings including prices, ratings, seller details, and more.