Get real-time Amazon prices directly in google sheets
By scraping Amazon product prices you can improve competitor benchmarking, follow market pricing trends, and optimize yourpricing strategies. It’s like tapping into a goldmine of insights and competitive analysis.
Using the ImportFromWeb add-on and the function it adds to Google Sheets, you can extract Amazon price data in bulk without technical knowledge!
ImportFromWeb requires 2 parameters: a URL and one or more data selectors.
You can input the product URLs directly or build them using the product ASINs: =”https://www.amazon.com/dp/”&A2 (where column A contains all your ASINs).
Data selectors describe the specific content you want to import from the Amazon product pages.
Pick the selectors you are interested in from our Amazon product selectors glossary and add them to your spreadsheet. In our case, we are interested in the title, sale_price, buybox_winner, and rating.
After adding the $ symbol around the data selectors, drag the formula down to the last row: =IMPORTFROMWEB(A2,$B$1:$F$1)
We’ve designed an easy-to-use template, so you can try our Amazon Product Scraper. Make sure you have installed and activated ImportFromWeb in your Google Sheets.