amzSear icon indicating copy to clipboard operation
amzSear copied to clipboard

Empty results

Open ttavni opened this issue 6 years ago • 3 comments

I think there have been some changes in the structure of the HTML and this no longer works

ttavni avatar Apr 01 '19 16:04 ttavni

i confirm it too ;(

cagnulein avatar Sep 04 '19 14:09 cagnulein

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

bgoodr avatar Nov 01 '19 14:11 bgoodr

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.

bgoodr avatar Nov 03 '19 15:11 bgoodr