Amazon Q&A Scraper

Extract and analyze Amazon Questions & Answers with Google Sheets

To help you get started right away, you can use this free Google Sheets template

Amazon Q&A, offering crucial feedback on customer questions, allows you to adapt product information based on customers questions..

With our no-code scraping solution, you can discover strengths and weaknesses in your product content, identify opportunities for improvement and refine your marketing strategies.

Using the ImportFromWeb add-on and the function it adds to Google Sheets, extract Amazon Q&A without technical knowledge!

What you get?

With =IMPORTFROMWEB(), you extract the following data points from Amazon Q&A pages: 

  • questions
  • profile_name
  • votes_count
  • answers_count

See all available Amazon Q&A data points

We’ve designed an easy-to-use template.
Make sure you have installed and activated ImportFromWeb in your Google Sheets.

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!