browser-act/skills/solutions/ecommerce/amazon-buy-box-monitor-api-skill/SKILL.md
amazon-buy-box-monitor-api-skill
This skill helps users extract basic product details other sellers prices and seller ratings from Amazon via ASIN automatically using the BrowserAct API. Agent should proactively apply this skill when users express needs like query Amazon buy box information, monitor Amazon product prices, extract Amazon product details by ASIN, check other sellers prices on Amazon, get Amazon seller ratings and feedback count, monitor buy box ownership for a specific ASIN, track Amazon fulfillment methods for c
- Source repository stars
- 5,155
- Declared platforms
- 0
- Static risk flags
- 1
- Last source update
- 2026-07-21
- Source checked
- 2026-08-04
Decision brief
What it does—and where it fits
This skill helps users extract basic product details other sellers prices and seller ratings from Amazon via ASIN automatically using the BrowserAct API. Agent should proactively apply this skill when users express needs like query Amazon buy box information, monitor Amazon product prices, extract Amazon product details by ASIN, check other sellers prices o…
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/browser-act/skills --skill "solutions/ecommerce/amazon-buy-box-monitor-api-skill"Inspect the Agent Skill "amazon-buy-box-monitor-api-skill" from https://github.com/browser-act/skills/blob/060f5be942894174722a705b2c450c3e082db379/solutions/ecommerce/amazon-buy-box-monitor-api-skill/SKILL.md at commit 060f5be942894174722a705b2c450c3e082db379. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
📖 Introduction
This skill provides users with an automated Amazon Buy Box monitoring service using the BrowserAct API template. It can directly extract structured data including basic product details, other sellers' prices, and seller ratings from Amazon via a specific ASIN. No coding or proxi…
This skill provides users with an automated Amazon Buy Box monitoring service using the BrowserAct API template. It can directly extract structured data including basic product details, other sellers' prices, and seller… - 02
✨ Features
1. No hallucinations, ensuring stable and accurate data extraction: Pre-set workflows avoid AI generative hallucinations. 2. No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges. 3. No IP access restrictions or geo-fencing: No need to handle regional I…
No hallucinations, ensuring stable and accurate data extraction: Pre-set workflows avoid AI generative hallucinations.No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges.No IP access restrictions or geo-fencing: No need to handle regional IP restrictions. - 03
🔑 API Key Guidance
Before running, you must check the BROWSERACTAPIKEY environment variable. If it is not set, do not take any other actions; you must prompt and wait for the user to provide it. The Agent must inform the user at this time: "Since you have not configured the BrowserAct API Key, ple…
Before running, you must check the BROWSERACTAPIKEY environment variable. If it is not set, do not take any other actions; you must prompt and wait for the user to provide it. The Agent must inform the user at this time… - 04
🛠️ Input Parameters
When calling the script, the Agent should flexibly configure the following parameters based on the user's needs:
ASINType: stringDescription: The Amazon Standard Identification Number. This is the unique identifier for the product on Amazon. - 05
🚀 Invocation Method (Recommended)
The Agent should execute the following standalone script to achieve "one command to get results":
The Agent should execute the following standalone script to achieve "one command to get results":
Permission review
Static risk signals and limitations
Runs scripts
The documentation asks the agent to run terminal commands or scripts.
The Agent should execute the following standalone script to achieve "one command to get results":Runs scripts
The documentation asks the agent to run terminal commands or scripts.
python -u ./scripts/amazon_buy_box_monitor_api.py "ASIN" "Marketplace_url"Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 87/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 5,155 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- browser-act/skills
- Skill path
- solutions/ecommerce/amazon-buy-box-monitor-api-skill/SKILL.md
- Commit
- 060f5be942894174722a705b2c450c3e082db379
- License
- MIT
- Collected
- 2026-08-04
- Default branch
- main
View the original SKILL.md
Amazon Buy Box Monitor API Skill
📖 Introduction
This skill provides users with an automated Amazon Buy Box monitoring service using the BrowserAct API template. It can directly extract structured data including basic product details, other sellers' prices, and seller ratings from Amazon via a specific ASIN. No coding or proxies are required, and users only need to provide the ASIN and an optional marketplace URL to retrieve clean and usable data.
✨ Features
- No hallucinations, ensuring stable and accurate data extraction: Pre-set workflows avoid AI generative hallucinations.
- No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges.
- No IP access restrictions or geo-fencing: No need to handle regional IP restrictions.
- More agile execution speed: Faster task execution compared to purely AI-driven browser automation solutions.
- Extremely high cost-effectiveness: Significantly reduces data acquisition costs compared to AI solutions that consume massive amounts of tokens.
🔑 API Key Guidance
Before running, you must check the BROWSERACT_API_KEY environment variable. If it is not set, do not take any other actions; you must prompt and wait for the user to provide it.
The Agent must inform the user at this time:
"Since you have not configured the BrowserAct API Key, please go to the BrowserAct Console first to get your Key."
🛠️ Input Parameters
When calling the script, the Agent should flexibly configure the following parameters based on the user's needs:
-
ASIN
- Type:
string - Description: The Amazon Standard Identification Number. This is the unique identifier for the product on Amazon.
- Example:
B005O2ZU68 - Required: Yes
- Type:
-
Marketplace_url
- Type:
string - Description: The Amazon marketplace URL indicating the region.
- Default value:
https://amazon.com/ - Example:
https://amazon.co.uk/ - Required: Yes
- Type:
🚀 Invocation Method (Recommended)
The Agent should execute the following standalone script to achieve "one command to get results":
# Example invocation
python -u ./scripts/amazon_buy_box_monitor_api.py "ASIN" "Marketplace_url"
⏳ Running Status Monitoring
Since this task involves automated browser operations, it may take some time (several minutes). The script will continuously output status logs with timestamps while running (e.g., [14:30:05] Task Status: running).
Agent Instructions:
- While waiting for the script to return results, please keep paying attention to the terminal output.
- As long as the terminal is still outputting new status logs, it means the task is running normally. Do not misjudge it as deadlocked or unresponsive.
- If the status remains unchanged for a long time or the script stops outputting without returning a result, then consider triggering the retry mechanism.
📊 Data Output Description
After successful execution, the script will parse and print the result directly from the API response. The result includes:
asin: The Amazon Standard Identification Numberproduct_title: The title of the productbuy_box_owner: The owner of the buy boxbuy_box_price: The current buy box pricecurrency: The currency of the pricefulfillment_method: The fulfillment method (e.g., FBA, FBM)availability_status: Stock availability statusother_sellers: An array of other sellers including their name, price, shipping fee, and seller ratingseller_info: Detailed information about the main seller including rating and feedback count
⚠️ Error Handling & Retry
If an error is encountered during the execution of the script (such as network fluctuations or task failure), the Agent should follow this logic:
-
Check output content:
- If the output contains
"Invalid authorization", it means the API Key is invalid or expired. In this case, do not retry, but guide the user to re-check and provide the correct API Key. - If the output does not contain
"Invalid authorization"but the task fails (e.g., output starts withError:or returns empty results), the Agent should automatically attempt to execute the script once more.
- If the output contains
-
Retry limits:
- Automatic retry is limited to only once. If the second attempt still fails, stop retrying and report the specific error message to the user.
🌟 Typical Use Cases
- Query Amazon buy box information: Find out who currently owns the buy box for a specific ASIN.
- Monitor Amazon product prices: Track the current price and buy box price changes.
- Extract Amazon product details by ASIN: Get basic product information like title and brand.
- Check other sellers prices on Amazon: Analyze pricing strategies of competitors for the same product.
- Get Amazon seller ratings and feedback count: Evaluate the reputation of sellers on the listing.
- Monitor buy box ownership for a specific ASIN: Check if a particular seller maintains the buy box.
- Track Amazon fulfillment methods for competitors: Determine whether competitors are using FBA or FBM.
- Compare Amazon product prices across different sellers: View shipping fees and total prices from multiple sellers.
- Retrieve Amazon buy box availability status: Check if the product is in stock or backordered.
- Analyze Amazon seller profile details: Extract detailed seller info and recent feedback summaries.
Alternatives
Compare before choosing
alirezarezvani/claude-skills
app-store-optimization
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
dotnet/skills
migrate-vstest-to-mtp
Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing
HKUDS/Vibe-Trading
strategy-generate
Create, modify, and optimize quantitative trading strategies, then backtest and evaluate them.
K-Dense-AI/scientific-agent-skills
dask
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.