Sam's Club Product Scraper 🛒 avatar
Sam's Club Product Scraper 🛒

Pricing

$19.99/month + usage

Go to Store
Sam's Club Product Scraper 🛒

Sam's Club Product Scraper 🛒

Developed by

EasyApi

EasyApi

Maintained by Community

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.

5.0 (1)

Pricing

$19.99/month + usage

2

Total users

19

Monthly users

6

Runs succeeded

>99%

Issues response

17 hours

Last modified

11 days ago

SA

Actor returns no results

Open

scott.attin opened this issue
16 days ago

The actor returns no results when run to scrape reviews for Member's Mark diapers at https://www.samsclub.com/p/members-mark-premium-baby-diapers-sizes-newborn-7/P990384130?xid=plp_product_3

easyapi avatar

Hello, this actor is crawling the query search results, and the searchUrls parameter refers to the url of the search query results, not the detail page of a product. If you need to scrape a product detail, we can develop support as well.

SA

scott.attin

11 days ago

Ah sorry, I was certain I had used this to scrape reviews previously, but I must be mistaken. Yes, if you had a solution to scrape Sam's Club product reviews I would subscribe to that. Thank you.

easyapi avatar

Hi, the reviews scraping of the product has been supported, and the request parameters for scraping reviews are like as follows : { "productUrls": [ "https://www.samsclub.com/p/members-mark-premium-baby-diapers-sizes-newborn-7/P990384130?xid=plp_product_3" ], "maxItems": 70 }