arrow_back
Preset / Shopping
Amazon Price Scraper
F
figraniumAGENTShopping
Overview
The Amazon Price Scraper is a powerful Figranium browser automation preset designed to instantly extract real-time pricing information from product pages on www.amazon.com. Whether you are managing an e-commerce catalog, tracking competitor pricing strategies, or monitoring personal wishlists, this automation agent streamlines the data collection process without manual intervention.
What it does
- Navigates directly to target product URLs using custom ASIN variables.
- Handles dynamic page loading by waiting for price element selectors to fully render before extraction.
- Extracts precise text values using reliable DOM querying and custom extraction scripts.
- Outputs structured JSON containing the current product price.
- Operates with robust proxy rotation capabilities to maintain smooth execution.
Inputs
asin: The Amazon Standard Identification Number of the target product (e.g.,B07YP9VK7Q/). This variable is injected directly into the template URLhttps://www.amazon.com/dp/{$asin}/.
Output
- A structured JSON object containing the extracted
pricefield corresponding to the selected product page element.
How to use
- Import the preset into your Figranium workspace.
- Locate the
asinvariable in the configuration panel. - Replace the default ASIN value with the target product identifier you wish to scrape.
- Run the automation agent and retrieve your structured JSON output.
Notes
- Ensure that your proxy settings are correctly configured, as automated requests to e-commerce platforms may require rotation to avoid rate limits.
- The automation relies on specific DOM selectors (
div:nth-of-type(5) > div > div:nth-of-type(1) > span:nth-of-type(2) > span:nth-of-type(2)) to isolate price data cleanly.