You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.