← ClaudeAtlas

apify-walmart-price-trackinglisted

Track Walmart prices over time with the Apify Walmart API Actor (johnvc/walmart-api). Each scheduled run captures price, wasPrice, availabilityStatus, seller and both product ids per tracked item, so successive runs build the price history Walmart never shows. Sellers mode adds every offer on a listing with delivery date and return policy, catching buy-box flips and third-party undercuts, and store_id scopes prices to a physical store. Use when the user wants walmart price tracking, a walmart price history, price drop alerts, buy-box or seller monitoring, or assortment price checks on a schedule. Pay per result, MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-walmart-price-tracking · ★ 0 · AI & Automation · score 63
Install: claude install-skill johnisanerd/claude-skill-walmart-price-tracking
# Walmart Price Tracking on a Schedule, With Seller Coverage A Walmart price history you own: scheduled runs append price, availability, and seller rows per tracked item, ready for drop alerts and buy-box change detection. ## When to use this skill - The user wants "walmart price tracking" or a price history for specific items. - They want price drop alerts against a threshold or a competitor's shelf. - They sell on the marketplace and want buy-box and third-party undercut monitoring. - They want store-scoped prices (a `store_id`) rather than the national default. Not for: one-off extraction (use the companion apify-walmart-scraper skill) or cross-retailer comparison (Google Shopping API, see `references/actor-index.md`). ## What you get The tracking signal per run, per item: - `price` now, `wasPrice` when a strike-through is shown, `availabilityStatus` and `outOfStock` - `sellerName` and `sellerId` on search rows; full offer rows in sellers mode with `deliveryDate`, `deliveryPrice`, `returnPolicy` - `usItemId` and `productId` as the stable join keys across runs - `sponsored` so organic price rows are separable from placements ## Prerequisites - Apify account (sign up at https://apify.com?fpr=9n7kx3&fp_sid=skillrepo). - Authentication via `apify login`, or an `APIFY_TOKEN` environment variable (Apify Console, Settings, Integrations). ## The Actor - Store page: https://apify.com/johnvc/walmart-api?fpr=9n7kx3&fp_sid=skillrepo - Actor ID: `johnvc/walmart-api` - Pricin