If we use the scraper for every other Amazon Marketplace, like Amazon.de we get the following error:
Downloading https://www.amazon.de/s?k=laptop
Traceback (most recent call last):
File "searchresults.py", line 43, in <module>
for product in data['products']:
TypeError: 'NoneType' object is not iterable
When we use the SelectorLib Google Chrome Plugin, the markups are okay. We can see the prices, title, ratings e.g.