采集 1688 商品详情页面的完整数据,包括商品图片、标题、价格、SKU、店铺信息等,并以数据包形式保存到本地。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill 1688-scraper --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 1688 Scraper?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-1688-scraper)More formats (shields.io, HTML) on the badges page.
# 1688 商品采集 Skill
## 功能
采集 1688 商品详情页面的完整数据,包括商品图片、标题、价格、SKU、店铺信息等,并以数据包形式保存到本地。
## 使用方法
### 基础用法
```
采集 1688 商品:https://detail.1688.com/offer/{商品 ID}.html
```
### 带参数
```
采集 1688 商品:{URL} 保存到:{路径}
```
## 输出
- 商品图片文件夹:`{桌面}/1688-商品详情-{商品 ID}-图片/`
- JSON 数据包:`{桌面}/1688-商品详情-{商品 ID}.json`
## 采集内容
- 商品标题、ID、URL
- 店铺信息(名称、评分、回头率等)
- 价格信息
- 销售数据(已售、评价等)
- 完整 SKU 列表(颜色、尺码、库存)
- 所有商品图片(主图 + 详情图)
- **商品属性(完整采集属性表格中的所有字段,包括但不限于)**:
- 材质、品牌、货号、风格、产地
- 规格、型号、颜色、尺寸、重量
- 适用场景、适用人群、主要销售地区
- 以及其他所有在属性表格中展示的字段
- 用户评价
## 技术实现
- 使用浏览器 Performance API 捕获所有图片资源
- 深度滚动触发懒加载图片
- 自动清理 URL 后缀获取原图
- 批量下载图片到本地
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!