Сбор товарных листингов с Walmart по категориям

★ 7.1 · marketing

walmart-category-listing is a Claude Code skill that scrapes paginated product listings from walmart.com category and browse pages. It accepts a category URL — including filtered URLs copied directly from the browser — and an optional page number, returning structured JSON with fields such as itemId, url, title, brand, image, price, wasPrice, rating, reviewCount, availability, sellerName, and fulfillmentBadge. Internally it uses browser-act for navigation and runs scripts/extract-listing.py to parse data from the page's __NEXT_DATA__ object, supporting pagination up to 25 pages per category. The skill is designed for Walmart category-scoped price monitoring, department-level catalog collection, and competitive product research.