ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified data analysis Safety 4/5

keepa-api

Keepa API 客户端 - 亚马逊产品价格历史追踪工具。提供 ASIN 查询、价格历史等数据查询功能。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/boyd4y/keepa-api
Or

What This Skill Does

The Keepa API skill for OpenClaw is a powerful command-line interface designed to retrieve and analyze Amazon marketplace data. It acts as an abstraction layer over the official Keepa API, allowing users to query product details, historical pricing, sales rank (BSR), and current inventory status directly from their terminal or AI agent environment. Whether you are an e-commerce merchant, a data analyst, or a dropshipper, this tool automates the manual effort of scraping Amazon sites, providing structured, real-time insights across various global marketplaces.

Installation

The Keepa API skill is distributed via the OpenClaw skill ecosystem. Ensure your environment has curl and jq installed, as these are critical for executing HTTP requests and parsing JSON responses efficiently. You can install the skill by executing: clawhub install openclaw/skills/skills/boyd4y/keepa-api. Once installed, it is ready to handle queries for multiple Amazon domains, including US, UK, DE, FR, JP, CA, AU, and IN.

Use Cases

  1. Price Arbitrage Tracking: Monitor historical price fluctuations over 30, 90, or 180-day windows to determine if a current deal is actually a bargain.
  2. Competitive Intelligence: Analyze product sales rank (BSR) history to assess the velocity of a specific product and gauge market saturation.
  3. Market Research: Use the search and bestseller functionality to identify trending products within specific categories like Electronics or Home, supporting data-driven procurement decisions.
  4. Inventory Management: Quickly check stock status and pricing updates for a large list of ASINs using the batch query feature.

Example Prompts

  1. "Look up the price history for B08XYZ123 over the last 90 days and tell me if it is at its all-time low."
  2. "Search for the latest wireless earbuds in the Electronics category and return the results as a table."
  3. "What are the top 5 best-selling products in the Home category on the Japanese Amazon site?"

Tips & Limitations

To maximize the efficiency of this skill, always specify the correct --domain flag, as Amazon pricing varies significantly by region. For large data analysis tasks, prefer the --output json flag to pipe data into other tools like jq or spreadsheet software. Note that the quality and detail of the data are dependent on the current Keepa API key permissions configured in your agent. Be mindful of rate limits when performing batch queries to ensure reliable data retrieval.

Metadata

Author@boyd4y
Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-boyd4y-keepa-api": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#amazon#ecommerce#analytics#price-tracking#scraper
Safety Score: 4/5

Flags: network-access, external-api