amazon-product-search-api-skillAutomatically extract detailed Amazon product data by keywords, brand, language, and quantity for market research, price tracking, and catalog building.
Install via ClawdBot CLI:
clawdbot install phheng/amazon-product-search-api-skillThis skill provides a one-stop product data collection service through BrowserAct's Amazon Product Search API template. It directly extracts structured product results from Amazon search lists. Simply input search keywords, brand filters, and quantity limits to get clean, usable product data.
Before running, check the BROWSERACT_API_KEY environment variable. If it is not set, do not take other measures; instead, request and wait for the user to provide it.
The Agent must inform the user at this point:
"Since you have not configured the BrowserAct API Key, please go to the BrowserAct Console to get your Key and provide it to me in this dialog."
When calling the script, the Agent should flexibly configure the following parameters based on user needs:
stringphone, wireless earbuds, laptop standstringApple, Samsung, Sonynumber50stringen, de, fr, it, es, ja, zh-CN, zh-TWenThe Agent should execute the following independent script to achieve "one-line command for results":
# Example Call
python -u ./.cursor/skills/amazon-product-search-api-skill/scripts/amazon_product_search_api.py "Keywords" "Brand" Quantity "language"
Since this task involves automated browser operations, it may take a long time (several minutes). The script will continuously output status logs with timestamps while running (e.g., [14:30:05] Task Status: running).
Agent Notes:
After successful execution, the script will parse and print results directly from the API response. Results include:
product_title: Product nameproduct_url: Detail page URLrating_score: Average star ratingreview_count: Total number of reviewsmonthly_sales: Estimated monthly sales (if available)current_price: Current selling pricelist_price: Original list price (if available)delivery_info: Delivery or fulfillment informationshipping_location: Shipping origin or locationis_best_seller: Whether marked as Best Selleris_available: Whether available for purchaseIf an error is encountered during script execution (e.g., network fluctuations or task failure), the Agent should follow this logic:
"Invalid authorization", the API Key is invalid or expired. Do not retry; instead, guide the user to recheck and provide the correct API Key."Invalid authorization" but the task fails (e.g., output starts with Error: or returns empty results), the Agent should automatically try to re-execute the script once.current_price and list_price to monitor discounts.monthly_sales data to estimate market demand for certain items.delivery_info and shipping_location for various brands.is_available for purchase.AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Monitor product prices across Amazon, eBay, Walmart, and Best Buy to identify arbitrage opportunities and profit margins. Use when finding products to flip, monitoring competitor pricing, tracking price history, identifying arbitrage opportunities, or setting automated price alerts.
Shopify integration - currently under maintenance. Contact founders@maton.ai for assistance.
Find and compare products online (Google Shopping) and locally (stores near you). Auto-selects best products based on price, ratings, availability, and preferences. Generates shopping list with buy links and store locations. Use when asked to shop for products, find best deals, compare prices, or locate items locally. Supports budget constraints (low/medium/high or "$X"), preference filtering (brand, features, color), and dual-mode search (online + local stores).
Monitor CamelCamelCamel price drop alerts via RSS and send Telegram notifications when items go on sale. Use when setting up automatic price tracking for Amazon products with CamelCamelCamel price alerts.
Navigate Amazon for buying, selling, and affiliating using price tracking, listing optimization, deal analysis, and affiliate link management.
Manage Shopify store data including orders, products, variants, customers, inventory, fulfillments, refunds, returns, and transactions via the Admin REST API.