Monitor the public Amazon Buy Box and competing offers for a configurable marketplace and ASIN. The template returns the featured seller, price, availability, fulfillment, delivery, seller reputation, and nested alternative offers.
What Does BrowserAct Amazon Buy Box Offers Scraper Do?
This BrowserAct template runs a validated, reusable extraction path against publicly accessible Amazon pages. Configure the inputs, run the Bot, and receive structured records without writing selectors or browser scripts.
Key Features
- Reuse the Bot across Amazon marketplaces and ASINs.
- Capture the featured Buy Box seller and current price.
- Collect public availability, shipping, delivery, and fulfillment signals.
- Return competing seller offers as structured nested records.
What Data Can I Extract from Amazon?
| Field | Description |
|---|---|
asin |
Structured asin value returned by the Bot. |
product_title |
Public product title. |
product_url |
Public product url for the record. |
buy_box_owner |
Public buy box owner. |
buy_box_price |
Visible buy box price, preserved as null when unavailable. |
currency |
Structured currency value returned by the Bot. |
fulfillment_method |
Structured fulfillment method value returned by the Bot. |
availability_status |
Structured availability status value returned by the Bot. |
shipping_price_or_text |
Visible shipping price or text, preserved as null when unavailable. |
delivery_text |
Public delivery text text. |
seller_rating |
Public seller rating metric. |
seller_feedback_count |
Visible seller feedback count value. |
other_seller_offers |
Nested public competing seller offers. |
How to Use Amazon Buy Box Offers Scraper
- Click Run task.
- Enter the configurable values shown below.
- Run the Bot and review the structured records.
- Export the result or connect it to an API, automation platform, or agent workflow.
Input Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
Marketplace URL |
Yes | https://www.amazon.com |
Amazon marketplace domain used for the product and offer pages. |
ASIN |
Yes | B005O2ZU68 |
Amazon Standard Identification Number to inspect. |
Example Output
{
"results": [
{
"asin": "B005O2ZU68",
"product_title": "Example Product",
"product_url": "https://www.amazon.com/dp/B005O2ZU68",
"buy_box_owner": "Amazon.com",
"buy_box_price": 19.99,
"currency": "USD",
"fulfillment_method": "Fulfilled by Amazon",
"availability_status": "In stock",
"shipping_price_or_text": "FREE delivery",
"seller_rating": "98%",
"seller_feedback_count": 12500,
"other_seller_offers": [
{
"seller_name": "Example Seller",
"item_price": 20.49,
"shipping_price": 0,
"total_price": 20.49,
"condition": "New"
}
]
}
]
}
How Does it Work?
BrowserAct constructs the Amazon product URL from Marketplace URL and ASIN, opens the public product page, and reads the featured Buy Box state.
The Bot opens or reads the public offers view when available, maps seller, price, shipping, condition, fulfillment, delivery, rating, and feedback fields, and returns the product with nested competing offers.
How to Build a New Scraper Bot with Agent Built
Step 1: Describe the Data You Need
Open BrowserAct and start Agent Built from the Home prompt box or from Create -> Build with Agent. Paste a clear request that includes the website, the records to collect, the filters or search conditions, the fields to return, the result limit, and the inputs you want to reuse later.

Step 2: Let BrowserAct Build and Test the Bot
BrowserAct explores the live website, works out the navigation and extraction path, and validates the result. If BrowserAct asks for clarification, reply in the same build conversation with the missing URL, condition, field, example, or expected output.

Step 3: Run the Bot and Review the Result
When the build is complete, run the Bot with the default inputs first. Review the structured records, source URLs, missing fields, and row count before reusing the Bot with new inputs or connecting it to another workflow.


Why Use Amazon Buy Box Offers Scraper?
Monitor Buy Box ownership, compare seller offers, audit availability and fulfillment, and feed marketplace pricing data into downstream workflows.
Who Can Use This Template?
- Amazon marketplace sellers.
- Pricing and competitive-intelligence teams.
- E-commerce analysts.
- Catalog and automation teams.
How Many Results Can You Scrape?
This template returns one ASIN record per run with all public offers found for that product. Offer availability and count vary by marketplace and ASIN.
Automation and Export
BrowserAct returns structured data first. You can then use the completed output through API JSON responses, n8n workflows, Make scenarios, Zapier automations, MCP-based agent workflows, or manual CSV and spreadsheet review.
Need Help?
Contact us at
Discord: Discord Community
E-mail: service@browseract.com

