返回顶部
a

amazon-asin-lookup-api-skill

This skill helps users extract structured product details from Amazon using a specific ASIN (Amazon Standard Identification Number). Use this skill when the user asks to get Amazon product details by ASIN, lookup Amazon product title and price using ASIN, extract Amazon product ratings and reviews count for a specific ASIN, check Amazon product availability and current price, get Amazon product description and features via ASIN, enrich product catalog with Amazon data using ASIN, monitor Amazon

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

amazon-asin-lookup-api-skill

# Amazon ASIN Lookup Skill ## 📖 Introduction This skill utilizes BrowserAct's Amazon ASIN Lookup API template to provide a seamless way to retrieve comprehensive product information from Amazon. By simply providing an ASIN, you can extract structured data including title, price, ratings, brand, and detailed descriptions directly into your application without manual scraping. ## ✨ Features 1. **No Hallucinations**: Pre-set workflows avoid AI generative hallucinations, ensuring stable and precise data extraction. 2. **No Captcha Issues**: No need to handle reCAPTCHA or other verification challenges. 3. **No IP Restrictions**: No need to handle regional IP restrictions or geofencing. 4. **Faster Execution**: Tasks execute faster compared to pure AI-driven browser automation solutions. 5. **Cost-Effective**: Significantly lowers data acquisition costs compared to high-token-consuming AI solutions. ## 🔑 API Key Setup Before running, check the `BROWSERACT_API_KEY` environment variable. If not set, do not take other measures; ask and wait for the user to provide it. **Agent must inform the user**: > "Since you haven't configured the BrowserAct API Key, please visit the [BrowserAct Console](https://www.browseract.com/reception/integrations) to get your Key." ## 🛠️ Input Parameters The agent should configure the following parameters based on user requirements: 1. **ASIN (Amazon Standard Identification Number)** - **Type**: `string` - **Description**: The unique identifier for the Amazon product. - **Required**: Yes - **Example**: `B07TS6R1SF` ## 🚀 Usage The agent should execute the following script to get results in one command: ```bash # Example Usage python -u ./scripts/amazon_asin_lookup_api.py "ASIN_VALUE" ``` ### ⏳ Execution Monitoring Since this task involves automated browser operations, it may take some time (several minutes). The script will **continuously output status logs with timestamps** (e.g., `[14:30:05] Task Status: running`). **Agent Instructions**: - While waiting for the script result, keep monitoring the terminal output. - As long as the terminal is outputting new status logs, the task is running normally; do not mistake it for a deadlock or unresponsiveness. - Only if the status remains unchanged for a long time or the script stops outputting without returning a result should you consider triggering the retry mechanism. ## 📊 Data Output Upon success, the script parses and prints the structured product data from the API response, which includes: - `product_title`: Full title of the product. - `ASIN`: The provided ASIN. - `product_url`: URL of the Amazon product page. - `brand`: Brand name. - `price_current_amount`: Current price. - `price_original_amount`: Original price (if applicable). - `price_discount_amount`: Discount amount (if applicable). - `rating_average`: Average star rating. - `rating_count`: Total number of ratings. - `featured`: Badges like "Amazon's Choice". - `color`: Color variant (if applicable). - `compatible_devices`: List of compatible devices (if applicable). - `product_description`: Full product description. - `special_features`: Highlighted features. - `style`: Style attribute (if applicable). - `material`: Material used (if applicable). ## ⚠️ Error Handling & Retry If an error occurs during script execution (e.g., network fluctuations or task failure), the Agent should follow this logic: 1. **Check Output Content**: - If the output **contains** `"Invalid authorization"`, it means the API Key is invalid or expired. **Do not retry**; guide the user to re-check and provide the correct API Key. - If the output **does not contain** `"Invalid authorization"` but the task failed (e.g., output starts with `Error:` or returns empty results), the Agent should **automatically try to re-execute the script once**. 2. **Retry Limit**: - Automatic retry is limited to **one time**. If the second attempt fails, stop retrying and report the specific error information to the user. ## 🌟 Typical Use Cases 1. **Product Data Enrichment**: Retrieve full details for a list of ASINs to update an e-commerce database. 2. **Price Comparison**: Lookup current Amazon prices for specific ASINs to compare with other retailers. 3. **Review Monitoring**: Track changes in rating averages and review counts for key products. 4. **Availability Checks**: Automatically verify if a specific product is currently in stock on Amazon. 5. **Brand Analysis**: Identify the brand and manufacturer of products identified by ASIN. 6. **Detailed Specifications**: Fetch material, style, and color information for catalog management. 7. **Feature Highlighting**: Extract "special features" and detailed descriptions for marketing copy. 8. **Compatibility Verification**: Check "compatible devices" for electronics or accessories. 9. **Market Research**: Analyze featured badges like "Amazon's Choice" for specific product IDs. 10. **URL Resolution**: Convert a list of ASINs into full Amazon product page URLs.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 amazon-asin-lookup-api-skill-1776342142 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 amazon-asin-lookup-api-skill-1776342142 技能

通过命令行安装

skillhub install amazon-asin-lookup-api-skill-1776342142

下载 Zip 包

⬇ 下载 amazon-asin-lookup-api-skill v0.1.4

文件大小: 4.94 KB | 发布时间: 2026-4-17 15:48

v0.1.4 最新 2026-4-17 15:48
- Initial Python script for Amazon ASIN Lookup API added at scripts/amazon_asin_lookup_api.py.
- Enables product lookup and data retrieval using BrowserAct’s API via command line.
- No changes to API usage, agent instructions, or parameter handling.
- First script implementation—functionality now available outside of documentation.

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

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

p2p_official_large
返回顶部