Empty results
I think there have been some changes in the structure of the HTML and this no longer works
i confirm it too ;(
I filed https://github.com/asherAgs/amzSear/issues/21 as I suspect that is the problem, as I too see no results from the API results:
The "indexes" list variable below comes out as None which does not make sense as it should be a large list in my opinion:
amz = AmzSear('Harry', page=1, region='US')
indexes = amz.indexes()
print("indexes", indexes)
This was using conda to install the dependencies to work around the issue in https://github.com/asherAgs/amzSear/issues/19
Researched this a bit more by looking at the forks off of this project, that I am still concluding is abandoned. Found one fork done by someone (https://github.com/Crittical/amzSear) who might be fixing the issue I saw with the cssselector at:
https://github.com/Crittical/amzSear/commit/0e6ce54de341c01efe33fa85268e4f79d1a13f6f
Unfortunately, that doesn't help us much because what we get with pip+conda is not benefiting from the above potential fixes done in that fork.