amazon-best-selling-products-finder-api-skill
/install amazon-best-selling-products-finder-api-skill
\r \r
Amazon Best Selling Products Finder API Skill\r
\r
📖 Skill Introduction\r
This skill provides users with a one-stop product data extraction service using the BrowserAct Amazon Best Selling Products Finder API template. It can directly extract structured best-selling product data from Amazon. By inputting search keywords, data limit, and marketplace URL, you can easily get clean and usable product data including titles, prices, ratings, reviews, sales volume, and promotional details.\r \r
✨ Features\r
- No hallucinations, ensuring stable and precise data extraction: Preset workflows avoid AI generative hallucinations.\r
- No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges.\r
- No IP access restrictions and geofencing: No need to handle regional IP restrictions.\r
- More agile execution speed: Compared to pure AI-driven browser automation solutions, task execution is faster.\r
- Extremely high cost-effectiveness: Significantly reduces data acquisition costs compared to AI solutions that consume a large number of Tokens.\r \r
🔑 API Key Guide Flow\r
Before running, first check the BROWSERACT_API_KEY environment variable. If it is not set, do not take other actions; require and wait for the user to collaborate to provide it.\r
The Agent must inform the user at this time:\r
"Since you have not configured the BrowserAct API Key yet, please go to the BrowserAct Console to get your Key."\r \r
🛠️ Input Parameters\r
When calling the script, the Agent should flexibly configure the following parameters based on user needs:\r \r
- KeyWords\r
- Type:
string\r - Description: Search keywords used to find Amazon products.\r
- Example:
iphone 17 pro max,gaming mouse,running shoes\r \r
- Type:
- Date_limit\r
- Type:
number\r - Description: Maximum number of products to extract.\r
- Default:
10\r - Recommendation: Set to a lower number for quick checks, or higher for comprehensive analysis.\r \r
- Type:
- Marketplace_url\r
- Type:
string\r - Description: Amazon marketplace URL for region-specific searches.\r
- Default:
https://www.amazon.com\r - Example:
https://www.amazon.co.uk,https://www.amazon.de\r \r
- Type:
🚀 Call Method (Recommended)\r
The Agent should execute the following standalone script to achieve "one command to get results":\r \r
# Call example\r
python -u ./scripts/amazon_best_selling_products_finder_api.py "search keywords" limit "marketplace_url"\r
```\r
\r
### ⏳ Running Status Monitoring\r
Since this task involves automated browser operations, it may take a long time (several minutes). The script will **continuously output status logs with timestamps** (e.g. `[14:30:05] Task Status: running`) during execution.\r
**Agent notice**:\r
- While waiting for the script to return the result, please keep an eye on the terminal output.\r
- As long as the terminal is still outputting new status logs, it means the task is running normally. Please do not mistakenly judge it as a deadlock or unresponsive.\r
- If the status remains unchanged for a long time or the script stops outputting and no result is returned, the retry mechanism can be triggered.\r
\r
## 📊 Data Output Description\r
After successful execution, the script will parse and print the result directly from the API response. The result contains:\r
- `title`: Product title\r
- `brand`: Brand name\r
- `list_price`: Original list price\r
- `current_price`: Current selling price\r
- `star_rating`: Average star rating\r
- `review_count`: Total review count\r
- `past_month_sales`: Sales volume in the past month\r
- `availability`: Stock status\r
- `promotion`: Promotional offers\r
- `asin`: Amazon Standard Identification Number\r
- `category`: Product category\r
- `badge`: Badges like Amazon's Choice\r
- `product_url`: Direct link to the product\r
\r
## ⚠️ Error Handling & Retry Mechanism\r
During the execution of the script, if an error occurs (such as network fluctuation or task failure), the Agent should follow this logic:\r
\r
1. **Check the output content**:\r
- If the output **contains** `"Invalid authorization"`, it means the API Key is invalid or expired. At this time, **do not retry**, and guide the user to recheck and provide the correct API Key.\r
- If the output **does not contain** `"Invalid authorization"` but the task execution fails (for example, the output starts with `Error:` or the returned result is empty), the Agent should **automatically try to execute the script again once**.\r
\r
2. **Retry limit**:\r
- Automatic retry is limited to **once**. If the second attempt still fails, stop retrying and report the specific error message to the user.\r
\r
## 🌟 Typical Use Cases\r
1. **Market Research**: Extract product listings and ratings to analyze the current market for specific keywords.\r
2. **Competitor Analysis**: Monitor competitor pricing, discounts, and sales volume over time.\r
3. **Trending Products Discovery**: Find the best-selling and highly rated products within a specific category.\r
4. **Price Monitoring**: Track current prices and list prices to optimize purchasing strategies.\r
5. **Cross-Region Analysis**: Compare product availability and pricing across different Amazon marketplaces.\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install amazon-best-selling-products-finder-api-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/amazon-best-selling-products-finder-api-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
amazon-best-selling-products-finder-api-skill 是什么?
This skill helps users extract structured best-selling product data from Amazon via the BrowserAct API. Agent should proactively apply this skill when users... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 350 次。
如何安装 amazon-best-selling-products-finder-api-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install amazon-best-selling-products-finder-api-skill」即可一键安装,无需额外配置。
amazon-best-selling-products-finder-api-skill 是免费的吗?
是的,amazon-best-selling-products-finder-api-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
amazon-best-selling-products-finder-api-skill 支持哪些平台?
amazon-best-selling-products-finder-api-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 amazon-best-selling-products-finder-api-skill?
由 browser-act(@browseract-ai)开发并维护,当前版本 v1.0.0。