To help you get started right away, you can use this free Google Sheets template
In the fast-paced world of Amazon, maintaining control of the Buy Box is essential for driving sales and maximizing visibility. Our tool empowers brands, vendors, and sellers to track Buy Box ownership across hundreds of listings in real-time, helping you quickly identify pricing or eligibility issues before they impact your revenue.
By monitoring the Buy Box status and analyzing competitor activity, you can stay ahead of 3P sellers, identify emerging threats, and adapt your pricing or fulfillment strategies.
With our no-code solution, powered by the ImportFromWeb add-on for Google Sheets, you can easily track and compare Buy Box winners across multiple products and categories—all without technical expertise. Gain actionable insights, track trends, and optimize your approach to win the Buy Box more consistently, ensuring you maintain a competitive edge in the marketplace.
Using the ImportFromWeb add-on and the function it adds to Google Sheets, you can collect and monitor Amazon Buy Box winners in bulk without technical knowledge!
What you get?
With =IMPORTFROMWEB(), you extract the BuyBox winner for a list of products and the following data points:
- title
- main image
- price
- Buy Box winner
- …
See all available Amazon product page data points
First of all, make sure you have installed the ImportFromWeb add-on from the Google Workspace Marketplace.
Then, just follow these easy steps:
Open a new Google Sheets and activate ImportFromWeb
To activate the add-on, go to Extensions > ImportFromWeb > Activate add-on.
Input the URLs of the ASINs you want to analyze
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).
Input the data selectors
Data selectors describe the specific content you want to import from your ASINs.
In this case, you’ll need the buybox_winner and the sale_price. You can find the full list in our Amazon product selectors glossary.
This is what your spreadsheet should look like:
Write the =IMPORTFROMWEB() function and extract BuyBox winners
Just add this formula:
=IMPORTFROMWEB(B2,C1:D1)
Within seconds, you’ll get the data for the first ASIN.
Scale the collection process
After adding the $ symbol around the data selectors, drag the formula down to the last row:
=IMPORTFROMWEB(B2,$C$1:$D$1)
We’ve designed an easy-to-use template.
Make sure you have installed and activated ImportFromWeb in your Google Sheets.
More Information
Frequently Asked Questions
How to scrape in a specific language on Amazon?
Most of the time, the =IMPORTFROMWEB() function extracts the content of the ASINs in the default language of the Amazon store.
But sometimes, the language of the page loaded by ImportFromWeb isn’t right. For example, you’ll get the content in English for an amazon.de product, instead of being in German.
Luckily, you can force the language using the “language” parameter, as follow:
The new generated URL will look like: https://www.amazon.de/dp/B07NQ6R7R1?language=de_DE
And this is the URL you have to input into your =IMPORTFROMWEB() function!