Jason Crowe

Results 22 comments of Jason Crowe

Adding my 2 cents... I don't have a use for my own custom stopword list, but it would be nice to be able to add words to the stop list...

I am having this same error. I'm using the pip installed version, so I'm not sure how to specify a git version. Is there a workaround?

I came to ask the same thing. Looking for an ETL package, but don't want to start with something that isn't active.

I notice that these products are atypical for Amazon. FBM or long ship times. 2 things to consider. 1) If you are getting other data, then the issue is with...

Did that answer your question?

Look at the following link: https://www.amazon.de/dp/B00UHA9V6W/ When you do a lookup for that asin, this is the information you are going to receive. As you can see, there is not...

I don't think this is the issue. For the Advertising API you have to use root access keys. This warning is just telling you that if you don't have the...

I believe that Amazon made a change about what credentials could access each region. In the past, I have been able to use my credentials to access other regions, but...

I would also be interested in this. I don't understand the xml well enough to make it happen, but I would be willing to help where I can.

I ran the following code: `for product in amazon.search(Keywords=([asin, lookup_word]), SearchIndex='All'):` The asin is one of my products and lookup_word is each word in my listing. This will return 1...