Парсинг карточки товара с Taobao и Tmall
★ 7.1 · marketing
taobao-product-detail is a Claude Code skill that fetches complete product data from a Taobao or Tmall product page by itemId, returning the title, price, shop info, images, SKU variants, and product attributes. It navigates to `https://item.taobao.com/item.htm?id={itemId}`, verifies the user is logged in, dismisses any popups, then runs `scripts/extract-product.py` to parse the DOM and produce a structured JSON object. Key fields include isTmall, price, originalPrice, shopName, skuVariants, and reviewCount; images are deduplicated and stripped of `.webp` suffixes. Batch processing across multiple itemIds is supported within a single session, with built-in error resumption from the last saved item. Ideal for price tracking by itemId, building product databases, or conducting product comparison research across Chinese e-commerce platforms.
- #taobao
- #tmall
- #product-detail
- #sku-variants
- #product-data
- #ecommerce
- #price-tracking