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!