Сбор отзывов с Walmart для анализа
★ 7.1 · marketing
walmart-product-reviews is a Claude Code skill that takes a Walmart numeric item ID and scrapes paginated customer reviews from walmart.com, returning structured records with reviewId, rating, title, review text, author nickname, submission date, verified purchase status, helpful votes, variant selected (color/size), badges, seller name, and photo count. Each page yields 10 reviews via the URL parameter `page`; a Python script under `scripts/extract-reviews.py` reads data directly from `__NEXT_DATA__`, avoiding fragile DOM parsing. The skill is built for marketers and researchers who need bulk Walmart review collection, sentiment analysis on customer feedback, competitor product benchmarking, or ongoing monitoring of new reviews across multiple items.
- #walmart
- #reviews
- #sentiment-analysis
- #customer-feedback
- #data-collection