返回顶部
p

pangolinfo-amazon-scraper亚马逊爬虫

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.5
安全检测
已通过
186
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

pangolinfo-amazon-scraper

Pangolinfo Amazon Scraper

通过Pangolin的API抓取亚马逊产品数据。返回包含产品详情、搜索结果、排名、评论等信息的解析后JSON数据,覆盖13个亚马逊区域。

何时使用此技能

意图(英文)意图(中文)操作
Look up an Amazon product / ASIN查一下亚马逊上的这个商品产品详情
Search Amazon for a keyword
在亚马逊搜索关键词 | 关键词搜索 | | Show bestsellers in a category | 看看某个类目的畅销榜 | 畅销榜 | | Show new releases | 看看最新上架的商品 | 新品发布 | | Browse a category on Amazon | 浏览亚马逊某个分类 | 分类产品 | | Find products from a seller | 查看某个卖家的商品 | 卖家产品 | | Get reviews for a product | 看看这个产品的评论 | 评论 | | Compare prices across regions | 对比不同国家亚马逊的价格 | 多区域 | | Check seller/variant options | 查看其他卖家选项 / 变体 | 关注卖家 / 变体 |

不要用于谷歌搜索、SERP或非亚马逊数据——这些需要不同的技能。

前提条件

  • - Python 3.8+(仅标准库,无需pip安装)
  • Pangolin账户,访问 pangolinfo.com
  • 环境变量:PANGOLINAPIKEY(推荐)或 PANGOLINEMAIL + PANGOLINPASSWORD

macOS SSL错误?运行:/Applications/Python\ 3.x/Install\ Certificates.command

脚本执行

bash
python3 scripts/pangolin.py --content B0DYTF8L2W --mode amazon --site amz_us

意图到命令的映射

1. 按ASIN查询产品详情

bash
python3 scripts/pangolin.py --asin B0DYTF8L2W --site amz_us

--asin 自动转换为大写并选择 amzProductDetail。

2. 关键词搜索

bash
python3 scripts/pangolin.py --q 无线鼠标 --site amz_us

非ASIN文本自动选择 amzKeyword。

3. 畅销榜

bash
python3 scripts/pangolin.py --content 电子产品 --parser amzBestSellers --site amz_us

4. 新品发布

bash
python3 scripts/pangolin.py --content 玩具 --parser amzNewReleases --site amz_us

5. 分类产品

bash
python3 scripts/pangolin.py --content 172282 --parser amzProductOfCategory --site amz_us

6. 卖家产品

bash
python3 scripts/pangolin.py --content A1B2C3D4E5 --parser amzProductOfSeller --site amz_us

7. 关注卖家(其他卖家选项)

bash
python3 scripts/pangolin.py --asin B0G4QPYK4Z --parser amzFollowSeller --site amz_us

8. 变体ASIN(产品变体)

bash
python3 scripts/pangolin.py --asin B0G4QPYK4Z --parser amzVariantAsin --site amz_us

9. 产品评论

bash
python3 scripts/pangolin.py --content B00163U4LK --mode review --site amz_us --filter-star critical

星级筛选映射:

用户表述--filter-star
all reviews / 所有评论allstars
5-star / 五星
fivestar |
| 4-star / 四星 | four_star |
| 3-star / 三星 | three_star |
| 2-star / 两星 | two_star |
| 1-star / 一星 | one_star |
| positive / 好评 | positive |
| critical / 差评 | critical |

排序: --sort-by recent(默认)或 --sort-by helpful

多页: --pages N(每页消耗5积分)

10. 按URL查询产品(旧版)

bash
python3 scripts/pangolin.py --url https://www.amazon.com/dp/B0DYTF8L2W --mode amazon

站点代码从URL域名自动推断。

智能默认值

  1. 1. ASIN检测——以B0开头的10位字符自动选择amzProductDetail
  2. 关键词检测——非ASIN文本自动选择amzKeyword
  3. 默认使用amz_us——如果未提供--site
  4. 自动切换到评论模式——如果设置了--filter-star或--parser amzReviewV2
  5. 从URL推断站点——使用--url时
  6. 仅当未指定--parser时自动推断解析器——明确的--parser不会被覆盖

所有CLI选项

标志描述默认值
--q搜索查询或关键词--
--url
目标亚马逊URL(旧版) | -- | | --content | 内容ID:ASIN、关键词、分类节点ID、卖家ID | -- | | --asin | ASIN快捷方式(自动转换为大写) | -- | | --site / --region | 亚马逊站点/区域代码 | amz_us | | --mode | amazon 或 review | amazon | | --parser | 解析器名称(省略时自动推断) | auto | | --zipcode | 用于本地化定价的美国邮政编码 | 10041 | | --format | json、rawHtml、markdown | json | | --filter-star | 评论的星级筛选 | all_stars | | --sort-by | 评论排序:recent 或 helpful | recent | | --pages | 评论页数(5积分/页) | 1 | | --auth-only | 仅认证检查(不消耗积分) | -- | | --raw | 输出原始API响应 | -- | | --timeout | 超时时间(秒) | 120 | | --cache-key | 将API密钥持久化到~/.pangolinapikey | off |

亚马逊解析器

解析器使用场景内容值端点
amzProductDetail单个产品页面ASIN/api/v1/scrape
amzKeyword
关键词搜索结果 | 关键词 | /api/v1/scrape | | amzProductOfCategory | 分类列表 | 节点ID | /api/v1/scrape | | amzProductOfSeller | 卖家的产品 | 卖家ID | /api/v1/scrape | | amzBestSellers | 畅销榜排名 | 分类关键词 | /api/v1/scrape | | amzNewReleases | 新品发布排名 | 分类关键词 | /api/v1/scrape | | amzFollowSeller | 其他卖家 | ASIN | /api/v1/scrape/follow-seller | | amzVariantAsin | 产品变体 | ASIN | /api/v1/scrape/variant-asin | | amzReviewV2 | 产品评论 | ASIN(通过--mode review) | /api/v1/scrape |

亚马逊站点

代码区域域名
amzus美国amazon.com
amzuk
英国 | amazon.co.uk | | amz_ca | 加拿大 | amazon.ca | | amz_de | 德国 | amazon.de | | amz_fr | 法国 | amazon.fr | | amz_jp | 日本 | amazon.co.jp | | amz_it | 意大利 | amazon.it | | amz_es | 西班牙 | amazon.es | | amz_au | 澳大利亚 | amazon.com.au | | amz_mx | 墨西哥 | amazon.com.mx | | amz_sa | 沙特阿拉伯 | amazon.sa | | amz_ae | 阿联酋 | amazon.ae | | amz_br | 巴西 | amazon.com.br |

费用

| 操作 | 积分 |
|---|---|
| 亚马逊抓取(json

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 pangolinfo-amazon-scraper-1776022274 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 pangolinfo-amazon-scraper-1776022274 技能

通过命令行安装

skillhub install pangolinfo-amazon-scraper-1776022274

下载

⬇ 下载 pangolinfo-amazon-scraper v1.0.5(免费)

文件大小: 14.5 KB | 发布时间: 2026-4-13 11:24

v1.0.5 最新 2026-4-13 11:24
- Major documentation overhaul for clarity and conciseness.
- Removed outdated reference files and example outputs.
- Added `references/setup-guide.md` to streamline first-time setup instructions.
- Improved intent-to-command mapping and CLI usage examples.
- Updated prerequisites and environment variable requirements for authentication.
- Documentation now focuses on practical usage and omits detailed internal error code mappings.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部