Figranium Templates
arrow_back
Icon

Preset / Shopping

Amazon Price Scraper

F
figranium
AGENTShopping

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 URL https://www.amazon.com/dp/{$asin}/.

Output

  • A structured JSON object containing the extracted price field corresponding to the selected product page element.

How to use

  1. Import the preset into your Figranium workspace.
  2. Locate the asin variable in the configuration panel.
  3. Replace the default ASIN value with the target product identifier you wish to scrape.
  4. 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.

Preset Details

Created

8/31/2026

Configuration

Amazon Price Scraper | Figranium Templates