Сбор каталога товаров магазина на Taobao и Tmall
★ 7.1 · marketing
taobao-shop-catalog is a Claude Code skill that browses a Taobao or Tmall shop's product catalog by shopId and returns paginated listings with itemId, title, image URL, and item URL. It navigates to `shop{shopId}.taobao.com/category.htm?search=y&pageNo={N}`, runs DOM extraction via the Python script `scripts/extract-catalog.py`, and automatically follows redirects to Tmall shops. Each page yields up to 60 items; pagination stops when no next-page link is found in the DOM. Prices are intentionally excluded — Taobao uses font-based obfuscation on catalog pages, so per-item prices require the separate `taobao-product-detail` skill. Ideal for competitor store analysis, bulk itemId collection from a specific seller, and building or refreshing a product catalog from Chinese marketplaces.
- #taobao
- #tmall
- #ecommerce
- #scraping
- #product-catalog
- #data-collection