taobao-product-detail

Extracts product data from Taobao and Tmall pages by itemId.

5.3k|252|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/browser-act/skills --skill taobao-product-detail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taobao-product-detail
Source: https://github.com/browser-act/skills/tree/main/solutions/ecommerce/taobao-product-detail
Command: npx skills add https://github.com/browser-act/skills --skill taobao-product-detail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates extracting structured product data from Taobao/Tmall pages to save time and reduce manual scraping errors.

Core Features & Use Cases

  • Full product data extraction: pull title, price, shop, images, SKU variants, and attributes from Taobao/Tmall product pages.
  • Use Case: Build product catalogs, price-tracking databases, and research datasets by itemId.
  • Automation: Handle multiple itemIds in batch workflows and ensure consistent data formatting.

Quick Start

Navigate to the Taobao/Tmall product page for the given itemId and return a structured object with title, price, shop, images, SKU variants, and attributes.

Frequently Asked Questions about taobao-product-detail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract full product details from Taobao or Tmall product pages by itemId?

To extract full product details from Taobao or Tmall, navigate to the product page using the itemId and run DOM-driven extraction to return structured data including title, price, shop, images, SKU variants, and attributes.

Can I scrape multiple Taobao itemIds in a single batch workflow for price tracking?

Yes, you can process multiple Taobao itemIds in batch workflows for price tracking. The extraction handles diverse Taobao and Tmall pages, ensuring consistent data formatting across all entries for your catalog or database.

What specific product attributes can I pull when scraping Taobao product pages?

Scraping Taobao product pages pulls structured data fields including the product title, current price, shop name, image URLs, available SKU variants, and detailed product attributes.

Do I need to be logged into Taobao to extract SKU variants and product data?

Yes, login status is required where applicable. The extraction requires page presence on Taobao or Tmall, meaning you must handle authentication and login states to successfully pull complete product data.

What is the best way to build a product catalog from Tmall and Taobao pages?

The best way to build a product catalog from Tmall and Taobao is using automated DOM-driven extraction by itemId. This ensures consistent data formatting and reduces manual scraping errors across multiple product pages.

Why does my Taobao product data extraction return incomplete attributes or missing prices?

Taobao product data extraction may return incomplete attributes if the page is not fully loaded or if login status is required but missing. The DOM-driven approach depends on page presence and proper authentication to capture all fields.