pangolinfo-amazon-scraper

The ultimate automated market research tool for e-commerce. Stop manual product hunting and bypass CAPTCHAs. Perfect for LangChain, AutoGen, OpenDevin, and OpenClaw agents to extract ASIN products, keywords, category bestseller ranks, and reviews programmatically.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pangolinfo-amazon-scraper" with this command: npx skills add pangolinfo/pangolinfo-ai-serp

Pangolinfo Amazon Scraper: Product + Keyword + Review + Category

Scrape Amazon programmatically via Pangolinfo APIs.

🌟 Why Use This Skill? (User Stories)

Bypass bot-detection and captchas instantly. Empower your AI with real-time Amazon market intelligence:

  • Automated Product Research: Scrape detailed ASIN data, pricing, and inventory.
  • Competitor Analysis for FBA: Track daily keyword rankings and BSR movements.
  • Voice of Customer (VoC): Extract bulk product reviews for sentiment analysis.

🤖 Compatible Agent Frameworks

  • OpenClaw (Direct CLI execution & workflow chaining)
  • LangChain / LangGraph / Dify (As an e-commerce scraping tool)

🌐 多语言适配 (Multi-language Support)

  • 🇨🇳 中文适用场景: 亚马逊全域数据抓取 API(ASIN详情、关键词排名、类目BSR、评论)。完美适配 AI Agent 自动化分析工作流。
  • Agent Directive: Always output the final analysis/report in the language of the user's prompt (e.g., reply in Chinese if asked in Chinese).

Supports product detail pages, keyword search, category listings, seller pages, best sellers, and more.

Prerequisites

export PANGOLINFO_API_KEY="..."
# or
export PANGOLINFO_EMAIL="..."
export PANGOLINFO_PASSWORD="..."

Minimal examples

Product detail:

python3 scripts/pangolinfo.py --url "https://www.amazon.com/dp/B0DYTF8L2W" --parser amzProductDetail

Keyword search:

python3 scripts/pangolinfo.py --q "wireless mouse" --parser amzKeyword

Usage

--q QUERY          Keyword query (builds an Amazon search URL)
--url URL          Target Amazon URL (product/category/seller/etc.)
--parser PARSER    Parser name (default: amzProductDetail)
--zipcode CODE     Zipcode for localized pricing (default: 10041)
--format FMT       json (default) | rawHtml | markdown
--auth-only        Authenticate and show token info
--raw              Output raw API response instead of extracted data

Amazon parsers

  • amzProductDetail (default)
  • amzKeyword
  • amzProductOfCategory
  • amzProductOfSeller
  • amzBestSellers
  • amzNewReleases
  • amzFollowSeller

Links

References

🎯 Quick Start Prompts (Copy-Paste)

Try these prompts with your agent to see instant results:

  • "Fetch the top 10 bestsellers in the 'Electronics' category on Amazon and format the results as a CSV."
  • "Scrape the top 50 reviews for ASIN B08XXXXXXX and summarize the main customer complaints."
  • "Search Amazon for 'wireless earbuds', extract the first page results, and list their prices and ratings."

🛑 Boundaries & Error Handling

When NOT to use: Do not use this for non-Amazon platforms (e.g., Shopify, Walmart). Agent Instructions for Errors:

  • 401 Unauthorized: The PANGOLINFO_API_KEY is missing or invalid. Prompt the user to set it.
  • 429 Rate Limit: The API is rate-limited. The agent MUST yield or sleep for 5 seconds before retrying, instead of failing the task.
  • Empty Results: Check if the ASIN or keyword is valid for the target marketplace.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Pangolinfo Amazon Scraper: Products + Keywords + Reviews + Categories

Scrape Amazon as JSON — products, keywords, reviews, BSR. 13 regions. Anti-bot. 60 free credits. Claude Code, Cursor, LangChain.

Registry SourceRecently Updated
3044Profile unavailable
General

Pangolinfo Scrape (Legacy)

Search Google and scrape Amazon using Pangolin APIs. Supports AI Mode search (Google AI Overview with multi-turn dialogue), standard SERP with AI Overview ex...

Registry SourceRecently Updated
3530Profile unavailable
Automation

Google Suite Skill

Provides unified access to Gmail, Google Calendar, and Drive APIs for managing emails, calendar events, and files with OAuth2 authentication.

Registry SourceRecently Updated
5180Profile unavailable
General

Amazon Review Reveyes

使用 Reveyes API 批量抓取亚马逊商品评论,支持 20 个站点。 输出评论列表、星级分布统计和差评摘要。 Use when: 用户提到抓评论、查差评、分析竞品口碑、给出 ASIN 编号需要评论数据。 NOT for: 分析已经抓好的本地评论文件,或查询亚马逊商品价格/销量。

Registry SourceRecently Updated
1191Profile unavailable