
Amazon Buy Box Monitor API
Extract basic product details, other sellers' prices, and seller ratings from Amazon via ASIN automatically using the BrowserAct Amazon Buy Box Monitor API. No coding or proxies required.
Published by
Ma
Maggie
March 27, 2026
Approx.Credits
80-100 Credits
Categories
BA
Competitor AnalysisBusiness AnalyticsPrice MonitorAmazon
Template ID
87215742629531801
Input Required
🔧 Parameter Details
ASIN
☑️ Required
The Amazon Standard Identification Number
Type: string
Default: B005O2ZU68
Marketplace_url
☑️ Required
The Amazon marketplace URL
Type: string
Default: https://amazon.com/
Example Output
{
"asin": "B005O2ZU68",
"marketplace": "https://amazon.com/",
"product_title": "Sample Amazon Product",
"brand": "Sample Brand",
"product_url": "https://www.amazon.com/dp/B005O2ZU68",
"captured_at": "2023-10-01T12:00:00Z",
"buy_box_owner": "Amazon.com",
"buy_box_owner_type": "Amazon",
"buy_box_price": "19.99",
"currency": "$",
"promotion_text": "Save 5% with coupon",
"fulfillment_method": "FBA",
"prime": true,
"availability_status": "In Stock",
"availability_text": "In Stock.",
"buy_box_visible": true,
"add_to_cart_visible": true,
"buy_now_visible": true,
"other_sellers_count": 5,
"other_sellers": [
{
"seller_name": "Third Party Seller A",
"seller_profile_url": "https://www.amazon.com/sp?seller=A123",
"price": "18.99",
"shipping_fee": "0.00",
"fulfillment_method": "FBM",
"prime": false,
"seller_rating": "4.5",
"seller_feedback_count": "100"
}
],
"seller_info": {
"seller_name": "Amazon.com",
"seller_rating": "5.0",
"seller_feedback_count": "10000",
"recent_feedback_summary": "Great",
"seller_location": "US",
"seller_profile_url": "https://www.amazon.com/sp?seller=ATVPDKIKX0DER"
}
}
