What problem does it solve?
Manually browsing a Taobao or Tmall shop page by page to collect product IDs and titles is slow and error-prone, especially for shops with hundreds of items. This Skill automates catalog extraction from a shop you are already logged into, returning structured itemId, title, image URL, and item URL data page by page.
Core Features & Use Cases
- Paginated Catalog Extraction: Navigate shop catalog pages via URL pagination (
pageNo parameter) and extract up to 60 products per page with deduplication by itemId.
- Taobao and Tmall Support: Handles both
shop{id}.taobao.com and redirected {name}.tmall.com shop URLs automatically.
- Batch Orchestration Guidance: Includes instructions for serial page looping, error resumption from the last successful page, and pre-batch testing.
- Use Case: A reseller wants to monitor a competitor's Tmall store inventory. Provide the shopId, and the Skill iterates all catalog pages, collecting every itemId and title for downstream price tracking via the taobao-product-detail skill.
Quick Start
Ask the agent to list all products from the Taobao shop with shopId 67095450, starting from page 1.