drawrowfly / amazon-product-api

Amazon Scraper. Scrape products from the amazon search result or reviews from the specific product
627 stars 181 forks source link

discount and number parameters not working #32

Open CharlesPaim opened 3 years ago

CharlesPaim commented 3 years ago

call function example:

await amazonScraper.products({ keyword: txtPesquisa, discount: true, country: "BR", number: 10, category: categoria, filetype: "csv"}

image print: https://i.ibb.co/d4Z1HyM/print-amazon-scraper.png

ncomerci commented 3 years ago

also I called amazon-buddy products -k 'drill combo' -n 40 --discount --filetype csv and the file is not created, but without de discount param yes