Agent skill · Data & Analytics

taobao-product-detail

Fetch full product detail from a Taobao or Tmall product page by itemId, returning title, price, shop info, images, SKU variants, and product attributes. Use when user asks to get product details from Taobao, scrape a Taobao item page, extract product info by item ID, fetch Tmall product data, 抓取淘宝商品详情, 获取淘宝商品信息, 淘宝商品页面采集, 天猫商品详情, 按商品ID获取信息. Also applies to building product databases, price tracking by itemId, and product comparison research.

browser-actgithub.com/browser-actGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add browser-act/skills --skill taobao-product-detail --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: yes
Path: solutions/ecommerce/taobao-product-detail/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 5,160
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Taobao — Product Detail > itemId → full product detail (title, price, shop, images, SKU variants, attributes) ## Language All process output to user (progress updates, process notifications) follows the user's language. ## Objective Navigate to a Taobao or Tmall product page and extract full product information from the DOM. ## Prerequisites - Target page is already open in the browser: `https://item.taobao.com/item.htm?id={itemId}` - User is logged in to Taobao (user avatar or nickname visible in the page header) ## Pre-execution Checks ### 1. Tool Readiness If browser-act has been confirmed available in the current session → skip this step. Invoke `browser-act` via Skill tool to load usage. If installation or configuration issues arise, follow its guidance to resolve then retry. ### 2. Login Verification If login status for Taobao has been confirmed in the current session → skip this step. Otherwise: open `https://www.taobao.com` and observe the page header: - User nickname visible → logged in, continue execution - Login button visible → not logged in, inform the user that Taobao login is needed first, assist the user in completing the login flow User refuses or cannot log in →

What's inside
Steps it walks through
  1. Language
  2. Objective
  3. Prerequisites
  4. Pre-execution Checks
  5. 1. Tool Readiness
  6. 2. Login Verification
  7. Capability Components
  8. DOM: product detail page (data extraction)
  9. Pagination
  10. Success Criteria
  11. Known Limitations
  12. Execution Efficiency
  13. Experience Notes
Ships with 1 file
  • scripts/extract-product.py
More from skills
All skills →
About this skill
What does the taobao-product-detail skill do?

Fetch full product detail from a Taobao or Tmall product page by itemId, returning title, price, shop info, images, SKU variants, and product attributes. Use when user asks to get product details from Taobao, scrape a Taobao item page, extract product info by item ID, fetch Tmall product data, 抓取淘宝商品详情, 获取淘宝商品信息, 淘宝商品页面采集, 天猫商品详情, 按商品ID获取信息. Also applies to building product databases, price tracking by itemId, and product comparison research.

How do I install it?

Run `npx skills add browser-act/skills --skill taobao-product-detail --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From browser-act/skills, a repository with 5,160 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going