Amazon Product Details Scraper is a reusable BrowserAct template for collecting structured records from public Amazon pages. Configure the run inputs, start the Bot, and receive consistent output for research, monitoring, enrichment, or downstream automation without writing selectors or scraper code.
What Does BrowserAct Amazon Product Details Scraper Do?
The Bot starts from your configured inputs, opens the relevant public Amazon page, loads the requested records, extracts the visible fields, and returns structured results. The default example uses https://www.amazon.com for Marketplace URL, but the input can be changed before each run.
Key Features of Amazon Product Details Scraper
- Configurable public-page inputs without rebuilding the Bot.
- Structured records returned in a consistent
resultsarray. - Public, non-login extraction path.
- Reusable runs for new keywords, URLs, locations, or limits.
- Output ready for review, export, API use, or automation.
What Data Can I Extract from Amazon?
| Field | Description |
|---|---|
asin |
Amazon Standard Identification Number for the product. |
product_url |
Direct public product page URL. |
title |
Publicly visible title value for the record, when available. |
brand |
Publicly visible brand value for the record, when available. |
current_price |
Publicly visible current price value for the record, when available. |
original_price |
Publicly visible original price value for the record, when available. |
currency |
Currency shown with the public price. |
star_rating |
Publicly visible star rating value for the record, when available. |
review_count |
Publicly visible review count value for the record, when available. |
description |
Publicly visible description value for the record, when available. |
feature_bullets |
Publicly visible feature bullets value for the record, when available. |
availability |
Publicly visible availability value for the record, when available. |
main_image_url |
Publicly visible main image url value for the record, when available. |
gallery_image_urls |
Publicly visible gallery image urls value for the record, when available. |
seller |
Publicly visible seller value for the record, when available. |
category_breadcrumbs |
Publicly visible category breadcrumbs value for the record, when available. |
How to Use Amazon Product Details Scraper
Quick Start Guide
- Click Run task.
- Keep the default inputs for a first test or enter your own public-page values.
- Click
Run. - Review the structured records after the run completes.
- Download the result or connect it to another workflow.
Input Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
Marketplace URL |
Yes | https://www.amazon.com |
Controls the marketplace url used for this run. |
ASIN |
Yes | B085DTZQNZ |
Controls the asin used for this run. |
Example Output
{
"results": [
{
"asin": "Example value",
"product_url": "https://example.com/public-record",
"title": "Example value",
"brand": "Example value",
"current_price": null,
"original_price": null,
"currency": "Example value",
"star_rating": null,
"review_count": null,
"description": "Example value",
"feature_bullets": "Example value",
"availability": "Example value"
}
]
}
How Does it Work?
- Build the public Amazon product URL from Marketplace URL and ASIN.
- Open the product detail page and dismiss the public continue prompt when it appears.
- Read the title, pricing, rating, availability, seller, images, features, and category sections.
- Return one normalized product record.
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. Describe the public website, records, inputs, fields, and result limit.

Step 2: Let BrowserAct build and test the Bot
BrowserAct explores the live website, determines the navigation and extraction path, and validates the result. Reply in the same build conversation if the Agent requests a missing public URL, field, or expected output.

Step 3: Run the Bot and review the result
Run the completed Bot with default inputs. Check record count, source URLs, and required fields before reusing it with new inputs.


Why Use Amazon Product Details Scraper?
- Replace repetitive copying from public Amazon pages.
- Keep the same output structure across repeated runs.
- Send public records into research, reporting, enrichment, or monitoring workflows.
Who Can Use Amazon Product Details Scraper?
- Researchers and analysts collecting public web data.
- Marketing, sales, and operations teams preparing structured datasets.
- Automation builders connecting BrowserAct output to other tools.
- Developers who need reusable browser-collected JSON records.
Automation and Export

BrowserAct returns structured records first. You can then use that output through API JSON responses, n8n workflows, Make scenarios, Zapier automations, MCP-based agent workflows configured from the Bot's Integrations tab, or manual spreadsheet export.
Need Help?
Contact us at
Discord: Discord Community
E-mail: service@browseract.com

