taobao-product-reviews
仓库创建 2026年2月6日最近提交 6 天前SkillHot 收录 20 天前
▸ 精选理由
便于舆情与质量分析,快速收集用户反馈样本。
▸ 风险提示
评论抓取可能触及反爬策略与用户隐私注意事项。
这个 Skill 做什么
按 itemId 抓取淘宝/天猫商品的买家评价、时间与配图。
按 itemId 自动抓取淘宝/Tmall 商品的买家评价,能把评论作者、日期、购买的 SKU、评论文本和配图链接都提取出来。需要做商品口碑监控、收集训练数据或做情感分析时用,一次可以翻页批量采集便于统计。特别之处是针对淘宝/天猫页面结构做了适配,能保留评论图片和购买信息,利于后续审查与分析。
▸ 展开 SKILL.md 英文原文
Fetch customer reviews for a Taobao or Tmall product by itemId, returning reviewer name, date, purchased variant, review text, and photo URLs. Use when user asks to get product reviews from Taobao, scrape Taobao customer feedback, extract buyer reviews by item ID, collect Tmall ratings and comments, 采集淘宝商品评价, 抓取淘宝买家评论, 获取淘宝商品评论, 天猫商品评价抓取, 按商品ID获取评价. Also applies to sentiment analysis of product reviews, building review datasets, and monitoring product rating changes.
4.8k
Stars
231
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/taobao-product-reviews/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/taobao-product-reviews/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Taobao — Product Reviews
> itemId → paginated customer reviews (reviewer, date, purchased SKU, text, photos)
## Language
All process output to user (progress updates, process notifications) follows the user's language.
## Objective
Navigate to a Taobao/Tmall product page, load the reviews section, and extract customer review content.
## 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 Skvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有