taobao-product-reviews

Extract Taobao/Tmall product reviews by itemId into structured data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables automated retrieval of Taobao and Tmall product reviews by itemId, returning reviewer name, date, purchased variant, review text, and photo URLs, to support analysis, sentiment research, and product monitoring.

Core Features & Use Cases

  • Data extraction: Extracts reviewer, date, purchased SKU, content, photos, and rating from Taobao/Tmall product reviews.
  • Dynamic loading handling: Navigates and scrolls to trigger lazy-loaded reviews and handles pagination to fetch multiple pages.
  • Use Case: When you want an AI agent to fetch recent buyer feedback for a given itemId to analyze sentiment or track rating changes over time.

Quick Start

Fetch reviews for a Taobao or Tmall product by itemId and return structured data including reviewer, date, purchased SKU, content, photos, and rating.

Frequently Asked Questions about taobao-product-reviews

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

FAQPage Schema
How do I extract Taobao product reviews automatically for sentiment analysis?

To extract Taobao product reviews for sentiment analysis, you can use an automated script that navigates the product page, triggers lazy-loaded reviews, and fetches structured data including reviewer, date, purchased SKU, content, photos, and rating by itemId.

How does web scraping handle dynamic loading and pagination when fetching Tmall product reviews?

Web scraping handles dynamic loading for Tmall product reviews by automatically navigating and scrolling the product page to trigger lazy-loaded content, then processing pagination to fetch multiple pages of structured review data.

What structured data fields can I get from extracting Taobao and Tmall reviews?

Extracting Taobao and Tmall reviews provides structured data fields including the reviewer name, review date, purchased SKU variant, review text content, photo URLs, and the product rating.

Can I use this data extraction method to monitor rating changes for a specific itemId over time?

Yes, you can use this data extraction method to monitor rating changes over time by periodically fetching structured review data for a specific itemId, enabling automation workflows for product research and sentiment tracking.

Do I need to load the product page manually before extracting Taobao reviews?

Yes, you need the Taobao or Tmall product page to be loaded first. The extraction process relies on Python scripts under the scripts directory to perform the data retrieval on the active page.

What are the limitations of using automated scripts to scrape Taobao reviews?

Limitations of scraping Taobao reviews include relying on the product page being fully loaded in a browser environment and depending on page scrolling to trigger lazy-loaded reviews, which may be constrained by platform anti-scraping mechanisms or pagination limits.