Can I scrape any Amazon store using IMPORTFROMWEB?

Yes, IMPORTFROMWEB is specifically designed to extract live data from Amazon, whatever the Amazon store’s domain. Our built-in selectors (including but not limited to title, sale_price, buybox_winner, rating, and featured_image_source) are crafted to function seamlessly across various Amazon domains (amazon.com, amazon.ca, amazon.de, amazon.in, amazon.co.uk, amazon.fr…)

Here’s how the function should look like to extract the price from any Amazon product page:

=IMPORTFROMWEB("amazon product url","sale_price")