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.
The text was updated successfully, but these errors were encountered:
The bot was working for me just fine for quite a few hours before it started doing this. I'm thinking shadowbanned? I can still use Amazon just fine on chrome or incognito though.
If we use the scraper for every other Amazon Marketplace, like Amazon.de we get the following error:
When we use the SelectorLib Google Chrome Plugin, the markups are okay. We can see the prices, title, ratings e.g.
The text was updated successfully, but these errors were encountered: