← ClaudeAtlas

apify-walmart-scraperlisted

Scrape Walmart product data into structured JSON with the Apify Walmart API Actor (johnvc/walmart-api). Four modes in one Actor; search returns ranked products with price, wasPrice, rating, seller and both product ids, product looks up a full listing with upc, manufacturerNumber, category path, variantCount and ratingBreakdown, reviews returns review text with ratings and dates, sellers lists every seller on a listing with price, stock, delivery and return policy. No proxies or captcha handling on your side. Use when the user wants a walmart scraper, walmart scraping, a walmart api without marketplace keys, walmart product data as JSON or CSV, UPC lookups, or seller and price data from code. Pay per result, MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-walmart-scraper · ★ 0 · AI & Automation · score 63
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