Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

pangolinfo-amazon-scraperpangolinfo 亚马逊刮刀

Agent Skill

pangolinfo-amazon-scraper 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,683

周安装

428

GitHub Stars

4

下载量

3,458
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pangolinfo-amazon-scraper(pangolinfo 亚马逊刮刀)
来源仓库:https://github.com/pangolinfo/pangolinfo-amazon-scraper
安装命令:
openclaw skills install pangolinfo-amazon-scraper
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install pangolinfo-amazon-scraper

简介

将 Amazon 抓取为 JSON — 产品、关键字、评论、BSR。 13个地区。反机器人。 60 个免费积分。克劳德代码、游标、LangChain。

SKILL.md

name
pangolinfo-amazon-scraper
description
Scrape Amazon as JSON — products, keywords, reviews, BSR. 13 regions. Anti-bot. 60 free credits. Claude Code, Cursor, LangChain.
homepage
https://pangolinfo.com/?referrer=clawhub_amz
license
MIT-0
metadata
openclaw
emoji
🛒
os
["darwin", "linux"]
requires
env
primaryEnv
PANGOLINFO_API_KEY
bins
["python3"]
notes
Set PANGOLINFO_API_KEY (recommended). OR set PANGOLINFO_EMAIL + PANGOLINFO_PASSWORD to auto-fetch a key. Register free at https://tool.pangolinfo.com/?referrer=clawhub_amz — 60 free credits, no card.
tags
[amazon, amazon-scraper, asin, bsr, reviews, keyword-research, ecommerce, json, agent-tool, ai-agent, claude-code, cursor, langchain, free-tier, web-scraping, python]
version
2.0.3

Pangolinfo Amazon Scraper

Get Amazon product data in under a minute.

Use this skill when you want to:

  • get price, rating, and BSR from an ASIN
  • search Amazon keywords and compare results
  • extract critical reviews and summarize complaints
  • track seller storefronts, best sellers, and product variants
🎁 New users get 60 free credits. Enough for real product lookups, keyword tests, and review workflows before upgrading. 👉 Get your free API key — about 30 seconds.

First win in 30 seconds

  1. Get your free API key: <https://tool.pangolinfo.com/?referrer=clawhub_amz>
  2. Set the environment variable:
export PANGOLINFO_API_KEY="pgl_xxx"
  1. Run your first lookup:
python3 scripts/pangolinfo.py --asin B0DYTF8L2W --site amz_us
  1. If you see fields like these, the skill is working:
  • title
  • price
  • star
  • bestSellersRank

What to do next

Check your own product

python3 scripts/pangolinfo.py --asin YOUR_ASIN --site amz_us

Search a keyword

python3 scripts/pangolinfo.py --q "wireless mouse" --site amz_us

Find top complaints from reviews

python3 scripts/pangolinfo.py --asin YOUR_ASIN --mode review --filter-star critical --pages 1

First-time setup (agent instructions)

If PANGOLINFO_API_KEY is not set, the agent MUST guide the user as follows and stop there. Do not attempt the API call without credentials.

"This skill needs a free Pangolinfo API key. 1. Visit https://tool.pangolinfo.com/?referrer=clawhub_amz 2. Sign up and copy your API key 3. Run: export PANGOLINFO_API_KEY='pgl_xxx' 4. Verify: python3 scripts/pangolinfo.py --auth-only Then ask me to retry your request."

The API key does not expire. For interactive setup, see references/setup-guide.md.

What this skill can do

This skill returns structured Amazon data across 13 marketplaces (US/UK/CA/DE/FR/JP/IT/ES/AU/MX/SA/AE/BR). CAPTCHA and anti-bot handling run in the cloud.

🎯 Capabilities (9 Parsers)

ParserUse caseQuick example
amzProductDetail *(default)*ASIN details: price, BSR, rating, attributes--asin B0DYTF8L2W
amzKeywordKeyword search (organic + sponsored rank)--q "wireless mouse"
amzProductOfCategoryCategory listings--content <nodeID> --parser amzProductOfCategory
amzProductOfSellerSeller storefront products--content <sellerID> --parser amzProductOfSeller
amzBestSellersBSR rankings by category--content electronics --parser amzBestSellers
amzNewReleasesNew releases by category--content electronics --parser amzNewReleases
amzFollowSellerFollow seller updates *(separate endpoint)*--asin B0DYTF8L2W --parser amzFollowSeller
amzVariantAsinGet variant ASINs *(separate endpoint)*--asin B0G4QPYK4Z --parser amzVariantAsin
amzReviewV2Product reviews with star/sort filters--asin B0DYTF8L2W --mode review --filter-star critical

The script auto-infers parser from input (ASIN → amzProductDetail, keyword → amzKeyword).


🌍 Supported Marketplaces (13 regions)

CodeDomainCodeDomain
amz_usamazon.comamz_jpamazon.co.jp
amz_ukamazon.co.ukamz_itamazon.it
amz_caamazon.caamz_esamazon.es
amz_deamazon.deamz_auamazon.com.au
amz_framazon.framz_mxamazon.com.mx
amz_bramazon.com.bramz_saamazon.sa
amz_aeamazon.ae

Default: amz_us. Pass via --site amz_uk etc.


💰 Credit Consumption

OperationCredits
Product / keyword / category / seller / bestsellers (--format json)1
Same with --format rawHtml or markdown0.75
Follow Seller1
Variant ASIN1
Review page (--mode review)5 per page

→ 60 free credits = 60 product lookups, OR 12 review pages, OR 80 raw HTML fetches. → Credits are charged only on success (api_code: 0).


📤 Sample Output

Success (stdout):

{
  "success": true,
  "task_id": "02b3e90810f0450ca6d41244d6009d0f",
  "url": "https://www.amazon.com/dp/B0DYTF8L2W",
  "metadata": {
    "executionTime": 1791,
    "parserType": "amzProductDetail",
    "parsedAt": "2026-04-27T06:42:01.861Z"
  },
  "results": [
    {
      "asin": "B0DYTF8L2W",
      "title": "Sweetcrispy Convertible Sectional Sofa Couch...",
      "price": "...",
      "star": "4.4",
      "rating": "(22)",
      "bestSellersRank": "#2,329,042 in Home & Kitchen",
      "reviews": [ /* ... */ ],
      "aiReviewsSummary": { /* ... */ }
    }
  ],
  "results_count": 1
}

Error (stderr):

{
  "success": false,
  "error": {
    "code": "API_ERROR",
    "api_code": 2001,
    "message": "Insufficient credits",
    "hint": "Top up at https://pangolinfo.com/?referrer=clawhub_amz"
  }
}

🛑 Error Handling (Agent Directives)

The script outputs structured error JSON to stderr on failure. Agent should map api_code as follows:

api_codeMeaningAgent action
0SuccessProcess results
1004Invalid tokenAuto-retried by script with refreshed credentials. No action.
1009Invalid parser nameCheck --parser value matches one of the 9 supported parsers
2001Insufficient creditsShow top-up link. Do NOT retry.
2005No active planAsk user to subscribe. Do NOT retry.
2007Account expiredAsk user to renew at https://tool.pangolinfo.com/. Do NOT retry.
2009Usage limit reachedWait for next billing cycle. Do NOT retry.
2010Bill day not configuredTell user to contact support. Do NOT retry.
4029Rate limitedsleep 5s, retry once.
10000 / 10001Task execution failedRetry once with corrected URL/ASIN. Likely transient.

Critical rule: Errors 2001, 2005, 2007, 2009, 2010 mean stop immediately — retries waste credits and won't succeed.

Full error reference: references/error-codes.md.


📝 Common Recipes

# Product detail (US)
python3 scripts/pangolinfo.py --asin B0DYTF8L2W --site amz_us

# Same product on UK marketplace
python3 scripts/pangolinfo.py --asin B0DYTF8L2W --site amz_uk

# Keyword search
python3 scripts/pangolinfo.py --q "wireless mouse" --site amz_us

# Bestsellers in Electronics
python3 scripts/pangolinfo.py --content electronics --parser amzBestSellers --site amz_us

# Critical reviews (3 pages = 15 credits)
python3 scripts/pangolinfo.py --asin B0DYTF8L2W --mode review --filter-star critical --pages 3

# Variant ASINs (color/size options)
python3 scripts/pangolinfo.py --asin B0G4QPYK4Z --parser amzVariantAsin

# Auth check (free, no credits charged)
python3 scripts/pangolinfo.py --auth-only

# Raw HTML output (cheaper, 0.75 credits)
python3 scripts/pangolinfo.py --asin B0DYTF8L2W --format rawHtml

🎯 Quick Start Prompts (try with your agent)

  • *"Get the price, rating, and BSR for ASIN B0DYTF8L2W on Amazon US."*
  • *"Fetch the top 10 bestsellers in the Electronics category and return as CSV."*
  • *"Scrape the first 50 critical reviews for B0DYTF8L2W and summarize the top 3 complaints."*
  • *"Search Amazon UK for 'wireless earbuds' and list price + rating for the top 20 results."*
  • *"Get all color/size variants of ASIN B0G4QPYK4Z."*

🚫 When NOT to use

  • Non-Amazon sites (Walmart, Shopify, eBay) → use the corresponding Pangolinfo skill instead.
  • Real-time inventory / checkout — this is a read-only scraping API.
  • Personal account data — only public listings are accessible.

🤝 Compatible Agents

OpenClaw · Claude Code · Cursor · LangChain · LangGraph · Dify · AutoGen · Devin · Trae · Copilot


📚 References


🌐 中文用户

亚马逊全域数据抓取 API:ASIN 详情、关键词排名、类目 BSR、评论、变体、卖家店铺。支持 13 个站点(美国、英国、加拿大、德国、法国、日本、意大利、西班牙、澳大利亚、墨西哥、沙特、阿联酋、巴西)。云端反爬,结构化 JSON 输出。

完美适配 OpenClaw、Claude Code、Cursor、LangChain 等 AI Agent 工作流。

新用户注册即送 60 免费积分,无需信用卡。

注册地址:https://tool.pangolinfo.com/?referrer=clawhub_amz

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.52%
按下载量换算2,750

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills