taobao-shop-catalog

仓库创建 2026年2月6日最近提交 6 天前SkillHot 收录 20 天前
▸ 精选理由

适合采集店铺全量商品用于库存或竞品监测。

▸ 风险提示

批量抓取店铺商品可能触发平台风控或需登录权限。

这个 Skill 做什么

根据 shopId 列出淘宝/天猫店铺的分页商品目录(itemId/标题)。

按店铺 ID 抓取淘宝/天猫店铺的商品目录,分页返回每个商品的 itemId、标题和基础图片信息,方便整店采集。适合做批量采集某个卖家所有商品、库存监控或竞品分析时使用。特别之处是以 shopId 为入口自动遍历分页并输出结构化列表,省去手动翻页和拼装数据的麻烦。

▸ 展开 SKILL.md 英文原文

Browse a Taobao or Tmall shop's product catalog by shopId, returning paginated product listings with itemId and title. Use when user asks to scrape a Taobao shop, get all products from a store, list items in a Taobao/Tmall shop, fetch shop catalog by userId or shopId, 采集淘宝店铺商品, 抓取淘宝店铺所有商品, 获取天猫店铺商品列表, 淘宝店铺目录, 按店铺ID采集商品. Also applies to shop inventory monitoring, competitor store analysis, and bulk itemId collection from a specific seller.

垂直行业淘宝店铺采集商品目录通用
4.8k
Stars
231
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/taobao-shop-catalog/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/taobao-shop-catalog/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Taobao — Shop Catalog

> shopId → paginated shop product listing (itemId, title, image URL)

## Language

All process output to user (progress updates, process notifications) follows the user's language.

## Objective

Navigate to a Taobao or Tmall shop's catalog page and extract product listings.

## Prerequisites

- Target page is already open in the browser: `https://shop{shopId}.taobao.com/category.htm`
- 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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有