apify-walmart-scraperlisted
Install: claude install-skill johnisanerd/claude-skill-walmart-scraper
# Walmart Scraper. Products, Sellers, Reviews as Structured JSON
A Walmart scraper with four modes: keyword search, product lookup, reviews, and the full seller list for any listing, all as JSON rows.
## When to use this skill
- The user wants a "walmart scraper" or asks about "walmart scraping" from code.
- They want product search results with prices, ratings, and seller names as data.
- They need a UPC or manufacturer number for a listing (product mode returns both).
- They want every seller on a listing with price, stock, delivery date, and return policy.
Not for: scheduled price monitoring (use the companion apify-walmart-price-tracking skill), cross-retailer comparison (Google Shopping API), or placing orders; this reads data only.
## What you get
One dataset row per product, review, or seller offer. `resultType` tells them apart.
- Search rows: `position`, `title`, `price`, `wasPrice`, `rating`, `reviewCount`, `sellerName`, `sponsored`, `productId`, `usItemId`, `url`, `thumbnail`
- Product rows add: `upc`, `manufacturerNumber`, `categories`, `variantCount`, `ratingBreakdown`, `availabilityStatus`
- Seller rows: `sellerDisplayName`, `sellerType`, `price`, `availabilityStatus`, `deliveryDate`, `deliveryPrice`, `returnPolicy`, `sellerStoreUrl`
- Review rows: `title`, `text`, `rating`, `reviewDate`, `authorName`, `customerType`, `positiveFeedback`, `negativeFeedback`
## Prerequisites
- Apify account (sign up at https://apify.com?fpr=9n7kx3&fp_sid=skillrepo).
- Aut