
Amazon Product Scraper
Compare hundreds of Amazon products with Google Sheets.
Amazon Reviews Scraper
Extract and monitor Amazon product reviews directly from Google Sheets.
Amazon Product Listing Search Scraper
Extract the product listings for any Amazon search directly from Google Sheets.
Amazon Images Collector
Extract hundreds of Amazon product images directly to Google Sheets.
Amazon BuyBox Tracker
Collect and monitor the BuyBox winner on hundreds of Amazon products.
Amazon Rating Monitoring Tool
Collect and monitor product ratings on Amazon, in bulk.
Amazon Price Observatory Tool
Get real-time Amazon prices directly in google sheets
Amazon Sponsored Products Scraper
Collect real-time PPC data on Amazon with Google Sheets
Amazon Catalog extractor
Extract the entire catalog of any Amazon seller.
Frequently Asked Questions
Is it legal to scrape data from Amazon?
Scraping Amazon using =IMPORTFROMWEB() is based on publicly available information. The function accesses data that is openly accessible on the internet. And generally, accessing and scraping publicly available data from websites is considered legal.
Moreover, with IMPORTFROMWEB, the scraping is made using multiple premium proxies and external rotating IP addresses, so you do not have to worry about the possibility to be banned from scraping Amazon.
Nonetheless, it remains important to stay informed about the terms and conditions set by Amazon and exercise scraping responsibly and ethically.
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")
What are the available data points from Amazon using IMPORTFROMWEB?
IMPORTFROMWEB offers over 100 built-in selectors specifically designed to facilitate the extraction of live data from Amazon without requiring technical skills. These selectors cater to various Amazon layouts, including product listing pages, search pages, and review pages.
For accessing these selectors, specific pages have been created for your convenience:
- Amazon Data Selectors: selectors for product-related data
- Amazon Data Selectors for Search Pages: selectors tailored for data extraction from Amazon search result pages
- Amazon Data Selectors for Reviews: selectors tailored for data extraction from Amazon reviews pages
To use these selectors, simply specify the desired built-in selector as the second parameter within the IMPORTFROMWEB function, following this format:
=IMPORTFROMWEB("Amazon URL", "selector")