
Amazon Best Selling Products Finder
FreeEffortlessly extract best-selling product data from Amazon.
Free · Opens the source repo
What Amazon Best Selling Products Finder does
The Amazon Best Selling Products Finder API Skill provides a streamlined way to access structured data about best-selling products on Amazon. By leveraging the BrowserAct API, users can input specific search keywords, set a limit on the number of products to retrieve, and specify the desired Amazon marketplace URL. This skill effectively extracts essential product information, including titles, prices, ratings, reviews, and sales volume, making it a valuable tool for market research and competitive analysis.
This skill is particularly useful for developers and researchers who need to gather product data quickly and accurately without the complications of CAPTCHA or IP restrictions. The automated nature of the script allows for agile execution, enabling users to obtain data faster than traditional browser automation methods. The absence of generative AI hallucinations ensures that the data extracted is reliable and precise, which is critical for making informed business decisions.
With the ability to monitor competitor prices and discover trending products, this skill is ideal for e-commerce businesses looking to optimize their strategies. Users can also perform cross-region analyses by specifying different Amazon marketplace URLs, allowing for a comprehensive understanding of product availability and pricing across various regions. This makes the skill a versatile tool for anyone involved in online retail or market research.
To get started, users simply need to set their BrowserAct API key and configure their search parameters. The skill's output includes detailed information about each product, facilitating easy analysis and reporting. Whether you're conducting market research, analyzing competitors, or tracking pricing trends, this skill offers a robust solution for extracting valuable product data from Amazon.
When to use it
Use this skill when you need to extract detailed product data from Amazon for market research, competitor analysis, or trend discovery.
When not to use it
Avoid this skill if you require data from sources other than Amazon or if you need real-time updates, as it focuses on static data extraction.
What you can build with it
Market Research
Extract product listings and ratings to analyze the current market for specific keywords.
Competitor Analysis
Monitor competitor pricing, discounts, and sales volume over time.
Trending Products Discovery
Find the best-selling and highly rated products within a specific category.
How to install Amazon Best Selling Products Finder
View source1. Install with the skills CLI
npx skills add browser-act/skills/amazon-best-selling-products-finder-api-skill --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by browser-actAmazon Best Selling Products Finder API Skill
📖 Skill Introduction
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.
✨ Features
- No hallucinations, ensuring stable and precise data extraction: Preset workflows avoid AI generative hallucinations.
- No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges.
- No IP access restrictions and geofencing: No need to handle regional IP restrictions.
- More agile execution speed: Compared to pure AI-driven browser automation solutions, task execution is faster.
- Extremely high cost-effectiveness: Significantly reduces data acquisition costs compared to AI solutions that consume a large number of Tokens.
🔑 API Key Guide Flow
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.
The Agent must inform the user at this time:
"Since you have not configured the BrowserAct API Key yet, please go to the BrowserAct Console to get your Key."
🛠️ Input Parameters
When calling the script, the Agent should flexibly configure the following parameters based on user needs:
-
KeyWords
- Type:
string - Description: Search keywords used to find Amazon products.
- Example:
iphone 17 pro max,gaming mouse,running shoes
- Type:
-
Date_limit
- Type:
number - Description: Maximum number of products to extract.
- Default:
10 - Recommendation: Set to a lower number for quick checks, or higher for comprehensive analysis.
- Type:
-
Marketplace_url
- Type:
string - Description: Amazon marketplace URL for region-specific searches.
- Default:
https://www.amazon.com - Example:
https://www.amazon.co.uk,https://www.amazon.de
- Type:
🚀 Call Method (Recommended)
The Agent should execute the following standalone script to achieve "one command to get results":
# Call example
python -u ./scripts/amazon_best_selling_products_finder_api.py "search keywords" limit "marketplace_url"
⏳ Running Status Monitoring
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.
Agent notice:
- While waiting for the script to return the result, please keep an eye on the terminal output.
- 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.
- 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.
📊 Data Output Description
After successful execution, the script will parse and print the result directly from the API response. The result contains:
title: Product titlebrand: Brand namelist_price: Original list pricecurrent_price: Current selling pricestar_rating: Average star ratingreview_count: Total review countpast_month_sales: Sales volume in the past monthavailability: Stock statuspromotion: Promotional offersasin: Amazon Standard Identification Numbercategory: Product categorybadge: Badges like Amazon's Choiceproduct_url: Direct link to the product
⚠️ Error Handling & Retry Mechanism
During the execution of the script, if an error occurs (such as network fluctuation or task failure), the Agent should follow this logic:
-
Check the output content:
- 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. - If the output does not contain
"Invalid authorization"but the task execution fails (for example, the output starts withError:or the returned result is empty), the Agent should automatically try to execute the script again once.
- If the output contains
-
Retry limit:
- Automatic retry is limited to once. If the second attempt still fails, stop retrying and report the specific error message to the user.
🌟 Typical Use Cases
- Market Research: Extract product listings and ratings to analyze the current market for specific keywords.
- Competitor Analysis: Monitor competitor pricing, discounts, and sales volume over time.
- Trending Products Discovery: Find the best-selling and highly rated products within a specific category.
- Price Monitoring: Track current prices and list prices to optimize purchasing strategies.
- Cross-Region Analysis: Compare product availability and pricing across different Amazon marketplaces.
Frequently asked questions about Amazon Best Selling Products Finder
Similar skills
Power BI Semantic Modeling
Optimize your Power BI data models with best practices.
Data Context Extractor
Tailor data analysis skills to your company's needs.
Power BI Performance Troubleshooting
Systematic guidance for optimizing Power BI performance.
Power BI Model Design Review
Optimize your Power BI data models with expert reviews.
Power BI DAX Formula Optimizer
Optimize your DAX formulas for better performance and clarity.
Fabric Lakehouse
Optimize your data solutions with Lakehouse best practices.
