amazon-scraper
SKILL.md
Deep Scraper
Docker容器化爬虫,支持穿透反爬,三种模式自动识别。
前置要求
- Docker已安装并运行
- 镜像已构建:
docker build -t clawd-crawlee skills/deep-scraper/
模式选择规则
1. Amazon模式 (amazon_handler.js)
自动触发条件: URL包含 amazon.com,或用户提到亚马逊/Amazon/ASIN/BSR/选品/竞品/畅销榜/类目分析等关键词
根据URL自动识别页面类型:
| URL特征 | 页面类型 | 可获取字段 |
|---|---|---|
/zgbs/ 或 /bestsellers/ |
畅销榜 | rank, title, asin, price, rating, reviews, image, url |
/zg/new-releases/ |
新品榜 | 同上 |