
Extract structured product data from Amazon with a single API call. Track prices, ratings, and listings by keyword and brand.
Install this skill for me:
https://github.com/browser-act/skills/tree/main/amazon-product-api-skill
BrowserAct’s Amazon Product API lets you extract structured product listings from Amazon through a single API request — no crawler scripts, no browser automation, and no manual export.
Simply pass your KeyWords, optional Brand, set Maximum_number_of_page_turns, and choose language. BrowserAct automatically runs the workflow in the background and returns clean, ready-to-use product data directly via API.
A live interactive demo is available inside the BrowserAct platform
The API returns structured product data from Amazon search results, including:
Send product results directly into your pricing database, BI dashboards, competitor trackers, or automation workflows via API.
No scraping scripts, proxy setup, or anti-bot handling required.
Consistent, structured responses designed for automated processing and monitoring.
Perfect for competitive pricing, product research, catalog monitoring, and merchandising insights.
In short:
Search → API call → Product data delivered
Parameter | Description | Default | Supported values (examples) |
KeyWords | Search keywords used to find products on Amazon | phone | Any keyword or phrase (e.g. smartphone, wireless earbuds, laptop stand) |
Brand | Filter products by brand name as shown on Amazon listings | Apple | Any brand name (e.g. Apple, Samsung, Sony, Nike) |
Maximum_number_of_page_turns | Number of Amazon search result pages to paginate through | 1 | Positive integer (e.g. 1, 3, 5) |
language | UI language for the Amazon browsing session and returned text | en | en, de, fr, it, es, ja, zh-CN, zh-TW |
Click Get code, replace the API key, and run the code directly in your application.
API Key, get from: https://docs.browseract.com/integrations/api-keysAPI_KEY = os.getenv("BROWSERACT_API_KEY", "app-abcdefghijklmn")
You only need to replace:
app-abcdefghijklmn
with your own API key, and the code will run successfully.
You can find your API key in the API & Integrations section of the BrowserAct dashboard.

Input
phoneApple1enSteps
BrowserAct returns all Amazon product results directly through the API, with no manual output configuration required.
The response is delivered as a structured dataset, designed for immediate programmatic consumption. Results are consistently formatted, making them easy to integrate into:

To create your own Amazon Product API, simply start from a prebuilt template.
Once created, you can use the BrowserAct API to invoke your workflow programmatically and retrieve Google Maps details directly in your application.
Need help? Contact us at
Discord: [Discord Community]
E-mail: service@browseract.com